From: Taka Cho Date: Thu, 28 Mar 2019 19:06:50 +0000 (-0400) Subject: remove appc-test-dependency X-Git-Tag: 1.5.0~36 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F83651%2F3;p=appc.git remove appc-test-dependency there are two poms having appc-test-dependency Change-Id: I9e096601bf92c05ac6ff93ddd9d436c82a5ecb39 Issue-ID: APPC-1559 Signed-off-by: Taka Cho --- 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 @@ -72,6 +72,12 @@ mockito-core test + + com.h2database + h2 + 1.4.199 + test + org.slf4j slf4j-api @@ -84,13 +90,6 @@ org.mariadb.jdbc mariadb-java-client - - org.onap.appc - appc-test-dependencies - ${project.version} - test - pom - 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 @@ ${project.version} - org.onap.appc - appc-test-dependencies - ${project.version} + org.mockito + mockito-core test - pom - org.mockito - mockito-core + com.h2database + h2 + 1.4.199 test -