aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/http-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rest-services/http-client/pom.xml')
-rw-r--r--rest-services/http-client/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/rest-services/http-client/pom.xml b/rest-services/http-client/pom.xml
index 6b0ab0c1..4948fbdd 100644
--- a/rest-services/http-client/pom.xml
+++ b/rest-services/http-client/pom.xml
@@ -3,7 +3,7 @@
~ ============LICENSE_START====================================
~ DCAEGEN2-SERVICES-SDK
~ =========================================================
- ~ Copyright (C) 2019-2020 Nokia. All rights reserved.
+ ~ Copyright (C) 2019-2021 Nokia. All rights reserved.
~ =========================================================
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -74,6 +74,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>