summaryrefslogtreecommitdiffstats
path: root/certServiceClient/pom.xml
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-02-14 16:27:00 +0100
committerkjaniak <kornel.janiak@nokia.com>2020-02-17 07:31:20 +0100
commit85022a807f5fa6b5aa673df43e3815c1fbe00248 (patch)
tree652871183cef63cc47823ae73cf5682248cdef8d /certServiceClient/pom.xml
parent8209f7c8dc47546a354978e36b96d3b80b5b55d9 (diff)
Add of dummy test
pluginManagement section moved to parent pom.xml Rename of package to follow conventions. Issue-ID: AAF-996 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: Id0e011408b149270da88157d1568a23b4709514b
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r--certServiceClient/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml
index 70cd38a7..2b4f2d02 100644
--- a/certServiceClient/pom.xml
+++ b/certServiceClient/pom.xml
@@ -27,5 +27,16 @@
</pluginManagement>
</build>
+ <dependencies>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ </dependency>
+ </dependencies>
+
</project> \ No newline at end of file