remove appc-test-dependency 51/83651/3
authorTaka Cho <takamune.cho@att.com>
Thu, 28 Mar 2019 19:06:50 +0000 (15:06 -0400)
committerTaka Cho <takamune.cho@att.com>
Thu, 28 Mar 2019 19:42:17 +0000 (15:42 -0400)
there are two poms having
appc-test-dependency

Change-Id: I9e096601bf92c05ac6ff93ddd9d436c82a5ecb39
Issue-ID: APPC-1559
Signed-off-by: Taka Cho <takamune.cho@att.com>
appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml
appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml

index 60352e4..ba0a660 100644 (file)
             <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>
index 6747c58..a575719 100644 (file)
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.onap.appc</groupId>
-            <artifactId>appc-test-dependencies</artifactId>
-            <version>${project.version}</version>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-core</artifactId>
             <scope>test</scope>
-            <type>pom</type>
         </dependency>
         <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <version>1.4.199</version>
             <scope>test</scope>
         </dependency>
-
     </dependencies>
 
     <build>