changeset 1297:0f8feaacab68

Fix thermostat-common-test dependency scope Reviewed-by: omajid Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-November/008614.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Mon, 04 Nov 2013 15:18:39 +0100
parents 0ecd20f2a7b7
children 906722e44c37
files thermostat-plugin-validator/pom.xml validate-command/command/pom.xml
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/thermostat-plugin-validator/pom.xml	Thu Oct 31 14:44:53 2013 -0400
+++ b/thermostat-plugin-validator/pom.xml	Mon Nov 04 15:18:39 2013 +0100
@@ -109,7 +109,8 @@
       <groupId>com.redhat.thermostat</groupId>
       <artifactId>thermostat-common-test</artifactId>
       <version>${project.version}</version>
+      <scope>test</scope>
     </dependency>
     
   </dependencies>
-</project>
\ No newline at end of file
+</project>
--- a/validate-command/command/pom.xml	Thu Oct 31 14:44:53 2013 -0400
+++ b/validate-command/command/pom.xml	Mon Nov 04 15:18:39 2013 +0100
@@ -87,6 +87,12 @@
       <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </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>