changeset 2745:c21830a1925f

Fix Maven build after removal of vm-io-common module In a sandbox, this build contiued to work because the old vm-io-common module was still in the local Maven repo, although no longer in the source tree. Reviewed-by: sgehwolf Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024783.html
author Simon Tooke <stooke@redhat.com>
date Thu, 31 Aug 2017 13:11:46 -0400
parents b1c3824710b9
children f902a9f69e4b
files plugins/vm-io/agent/pom.xml
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/vm-io/agent/pom.xml	Thu Aug 31 10:24:26 2017 -0400
+++ b/plugins/vm-io/agent/pom.xml	Thu Aug 31 13:11:46 2017 -0400
@@ -149,11 +149,6 @@
     </dependency>
     <dependency>
       <groupId>com.redhat.thermostat</groupId>
-      <artifactId>thermostat-vm-io-common</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-agent-core</artifactId>
       <version>${project.version}</version>
     </dependency>