Bump versions to 0.17.10-SNAPSHOT
[aaa.git] / aaa-idm-store-h2 / pom.xml
index 42c840a6c691774b1f945fdd3e6de073ab999c3e..9c88190110e584f568eefc92b61e1fc0b1a9d10c 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.aaa</groupId>
         <artifactId>aaa-parent</artifactId>
-        <version>0.15.4-SNAPSHOT</version>
+        <version>0.17.10-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-authn-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.aaa</groupId>
-            <artifactId>aaa-tokenauthrealm</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-password-service-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.aaa</groupId>
-            <artifactId>aaa-password-service-impl</artifactId>
-        </dependency>
-
         <!-- OSGI dependencies -->
         <dependency>
             <groupId>org.osgi</groupId>
@@ -53,8 +44,8 @@
 
         <!-- External dependencies -->
         <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-text</artifactId>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
         </dependency>
         <dependency>
             <groupId>net.sf.ehcache</groupId>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>aaa-password-service-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.aaa</groupId>
+            <artifactId>aaa-tokenauthrealm</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>