changeset 248:b951d7bc0308

Fix jvm-cpu dependency Reviewed-by: jerboaa Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/024842.html
author Christopher Koehler <chkoehle@redhat.com>
date Wed, 06 Sep 2017 09:43:47 -0400
parents 236e08b6fb0d
children f638608b889a
files distribution/pom.xml
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/pom.xml	Tue Sep 05 19:33:20 2017 +0200
+++ b/distribution/pom.xml	Wed Sep 06 09:43:47 2017 -0400
@@ -326,6 +326,13 @@
         </dependency>
         <dependency>
             <groupId>com.redhat.thermostat</groupId>
+            <artifactId>thermostat-web-gateway-service-jvm-cpu</artifactId>
+            <version>${project.version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>com.redhat.thermostat</groupId>
             <artifactId>thermostat-web-gateway-service-systems</artifactId>
             <version>${project.version}</version>
             <type>war</type>