diff options
Diffstat (limited to 'appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml | 12 |
1 files changed, 5 insertions, 7 deletions
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> |