# HG changeset patch # User Jon VanAlten # Date 1423191211 25200 # Node ID dd07cbe3cbbfd26a17f0d8d72a650b712caaebce # Parent 1b93ba34b300d27e4beb0ee0cb00e08cb85e898a PR2217: Remove unnecessary agent->client and common->client deps Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2015-February/012549.html diff -r 1b93ba34b300 -r dd07cbe3cbbf vm-classstat/common/pom.xml --- a/vm-classstat/common/pom.xml Thu Feb 05 18:15:42 2015 -0500 +++ b/vm-classstat/common/pom.xml Thu Feb 05 19:53:31 2015 -0700 @@ -124,10 +124,5 @@ ${project.version} test - - com.redhat.thermostat - thermostat-client-core - ${project.version} - diff -r 1b93ba34b300 -r dd07cbe3cbbf vm-cpu/distribution/thermostat-plugin.xml --- a/vm-cpu/distribution/thermostat-plugin.xml Thu Feb 05 18:15:42 2015 -0500 +++ b/vm-cpu/distribution/thermostat-plugin.xml Thu Feb 05 19:53:31 2015 -0700 @@ -53,7 +53,6 @@ com.redhat.thermostat.vm.cpu.common${project.version} com.redhat.thermostat.vm.cpu.agent${project.version} - com.redhat.thermostat.client.core${project.version}