migration to maven 3
[utils] / security / jpatest / pom.xml
index fa60cf50cd8d31175657f56bd9e4d86da44914c4..59b63ee012a7f9f8f5e073a336c5f897ae8ec356 100644 (file)
@@ -5,6 +5,7 @@
         <groupId>org.wamblee</groupId>
         <artifactId>wamblee-utils</artifactId>
         <version>0.6-SNAPSHOT</version>
+               <relativePath>../..</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -32,7 +33,7 @@
             <groupId>org.wamblee</groupId>
             <artifactId>wamblee-test-enterprise</artifactId>
             <version>0.6-SNAPSHOT</version>
-            <scope>test</scope>
+            <scope>compile</scope>
         </dependency>
 
     </dependencies>