Release appc
[appc.git] / appc-dispatcher / appc-dispatcher-common / appc-data-access-lib / pom.xml
index 60352e4..19d7367 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.appc</groupId>
         <artifactId>appc-dispatcher-common</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.6.3</version>
     </parent>
 
     <artifactId>appc-data-access-lib</artifactId>
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <version>1.4.199</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
             <groupId>org.mariadb.jdbc</groupId>
             <artifactId>mariadb-java-client</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.onap.appc</groupId>
-            <artifactId>appc-test-dependencies</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-            <type>pom</type>
-        </dependency>
     </dependencies>
     <build>
         <plugins>
             </plugin>
         </plugins>
     </build>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.3</version>
 </project>