aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
authorgrabinsk <maciej.grabinski@nokia.com>2019-07-09 09:56:58 +0200
committergrabinsk <maciej.grabinski@nokia.com>2019-07-11 11:06:13 +0200
commit48589757cdb485d5d320395e47a06d0e2afc3b78 (patch)
treeee8f7f9c2a6be8d6bd097bdda136aa37d7d74aef /prh-app-server/pom.xml
parentac77e0be3acc65b898d6310eaf09b3ee1a0d1725 (diff)
Replace dummy prh workflow scheduling test generating fake code coverage with a prh workflow integration test with aai and dmaap mocked using wiremock and simple prh workflow scheduling test
Change-Id: Id6cfbcf62e865e1527cce2e006b1d85ea499f3f3 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml
index e065a79f..70c156bc 100644
--- a/prh-app-server/pom.xml
+++ b/prh-app-server/pom.xml
@@ -284,6 +284,17 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.springframework.cloud</groupId>
+ <artifactId>spring-cloud-contract-wiremock</artifactId>
+ <scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
<scope>test</scope>