aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/cbs-client/pom.xml
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-02-18 15:32:59 +0100
committerFilip Krzywka <filip.krzywka@nokia.com>2019-02-19 08:33:12 +0100
commit68cef901a37ced72ec7328f6a2749b526330f7f8 (patch)
treee035ec169985a256f431d84332afdae72e756c15 /rest-services/cbs-client/pom.xml
parent244b070d680eaac727091193b0998c76c78cc230 (diff)
Prepare CBS client for future changes
Skeleton of module definition for CBS client. Change-Id: I62e7f599a36d8d159d6d5c9b09fcf3744ad9dbc1 Issue-ID: DCAEGEN2-1234 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'rest-services/cbs-client/pom.xml')
-rw-r--r--rest-services/cbs-client/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rest-services/cbs-client/pom.xml b/rest-services/cbs-client/pom.xml
index 51f6913e..86527e9c 100644
--- a/rest-services/cbs-client/pom.xml
+++ b/rest-services/cbs-client/pom.xml
@@ -52,6 +52,10 @@
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains</groupId>
+ <artifactId>annotations</artifactId>
+ </dependency>
<dependency>
<groupId>org.mockito</groupId>