summaryrefslogtreecommitdiffstats
path: root/appc-dispatcher
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-03-28 15:06:50 -0400
committerTaka Cho <takamune.cho@att.com>2019-03-28 15:42:17 -0400
commit7052239e67c82bc2e4a8097aae0a3224236aba87 (patch)
tree857c2aa09519bc69c9a090a6921fe95f869fbb13 /appc-dispatcher
parente5dd2d45da5300efa6ea34308c1c892d29db5d4e (diff)
remove appc-test-dependency
there are two poms having appc-test-dependency Change-Id: I9e096601bf92c05ac6ff93ddd9d436c82a5ecb39 Issue-ID: APPC-1559 Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-dispatcher')
-rw-r--r--appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml13
-rw-r--r--appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml12
2 files changed, 11 insertions, 14 deletions
diff --git a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml
index 60352e427..ba0a6602e 100644
--- a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml
+++ b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml
@@ -73,6 +73,12 @@
<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>
</dependency>
@@ -84,13 +90,6 @@
<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>
diff --git a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml
index 6747c58f0..a57571959 100644
--- a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml
+++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml
@@ -55,18 +55,16 @@
<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>