changeset 846:d71dd876fd29

Fix some maven warnings and update jacoco version. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2012-December/004622.html
author Roman Kennke <rkennke@redhat.com>
date Tue, 11 Dec 2012 23:58:09 +0100
parents 6944bd0bec20
children c4f4b6c7ecad
files pom.xml vm-gc/remote-collector-client-swing/pom.xml vm-memory/client-core/pom.xml
diffstat 3 files changed, 1 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Tue Dec 11 21:38:31 2012 +0100
+++ b/pom.xml	Tue Dec 11 23:58:09 2012 +0100
@@ -189,7 +189,7 @@
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.5.10.201208310627</version>
+          <version>0.6.0.201210061924</version>
         </plugin>
         <plugin>
           <groupId>org.apache.felix</groupId>
--- a/vm-gc/remote-collector-client-swing/pom.xml	Tue Dec 11 21:38:31 2012 +0100
+++ b/vm-gc/remote-collector-client-swing/pom.xml	Tue Dec 11 23:58:09 2012 +0100
@@ -97,16 +97,6 @@
     </dependency>
 
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.easytesting</groupId>
       <artifactId>fest-swing</artifactId>
       <scope>test</scope>
--- a/vm-memory/client-core/pom.xml	Tue Dec 11 21:38:31 2012 +0100
+++ b/vm-memory/client-core/pom.xml	Tue Dec 11 23:58:09 2012 +0100
@@ -81,10 +81,5 @@
       <artifactId>thermostat-gc-remote-collector-client-common</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-gc-remote-collector-client-common</artifactId>
-      <version>${project.version}</version>
-    </dependency>    
   </dependencies>
 </project>