changeset 1015:0fd6668bdfce

Fix redundant dependencies in several bundles reviewed-by: jerboaa review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-February/005928.html
author Jon VanAlten <jon.vanalten@redhat.com>
date Thu, 28 Feb 2013 01:12:23 -0500
parents 89add75f3b71
children efc284b7a127
files host-memory/client-core/pom.xml host-overview/client-core/pom.xml vm-classstat/client-core/pom.xml vm-cpu/client-core/pom.xml vm-gc/client-core/pom.xml vm-heap-analysis/client-core/pom.xml vm-memory/client-core/pom.xml vm-overview/client-core/pom.xml
diffstat 8 files changed, 0 insertions(+), 48 deletions(-) [+]
line wrap: on
line diff
--- a/host-memory/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/host-memory/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -92,11 +92,5 @@
       <artifactId>thermostat-host-memory-common</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>
--- a/host-overview/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/host-overview/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -87,11 +87,5 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>
--- a/vm-classstat/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/vm-classstat/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -92,11 +92,5 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>
--- a/vm-cpu/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/vm-cpu/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -83,12 +83,6 @@
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-vm-cpu-common</artifactId>
       <version>${project.version}</version>
     </dependency>
--- a/vm-gc/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/vm-gc/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -97,11 +97,5 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>
--- a/vm-heap-analysis/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/vm-heap-analysis/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -121,12 +121,6 @@
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-vm-memory-common</artifactId>
       <version>${project.version}</version>
     </dependency>
--- a/vm-memory/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/vm-memory/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -77,12 +77,6 @@
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-gc-remote-collector-client-common</artifactId>
       <version>${project.version}</version>
     </dependency>
--- a/vm-overview/client-core/pom.xml	Thu Feb 28 12:17:32 2013 -0500
+++ b/vm-overview/client-core/pom.xml	Thu Feb 28 01:12:23 2013 -0500
@@ -71,11 +71,5 @@
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-common-test</artifactId>
-      <version>${project.version}</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 </project>