aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/aai-client/pom.xml
diff options
context:
space:
mode:
authorkurczews <krzysztof.kurczewski@nokia.com>2019-06-10 13:07:47 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-06-11 11:16:19 +0000
commite655bbdb2e7d17660b34c7af236e7afb4ccda25a (patch)
tree095f22dc06bd567e842cb49ec2a3b48745b18ff0 /rest-services/aai-client/pom.xml
parent6c2951519650779c019431f990b22b71feb220dc (diff)
Bulk queries (transactions) for PRH
Issue-ID: DCAEGEN2-1608 Change-Id: I9cff39a05657120de2741a7f9a584c189d8cfe91 Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
Diffstat (limited to 'rest-services/aai-client/pom.xml')
-rw-r--r--rest-services/aai-client/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rest-services/aai-client/pom.xml b/rest-services/aai-client/pom.xml
index 7c63f4b0..3ffe928d 100644
--- a/rest-services/aai-client/pom.xml
+++ b/rest-services/aai-client/pom.xml
@@ -49,5 +49,10 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file