aboutsummaryrefslogtreecommitdiffstats
path: root/certServiceClient/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-02-26 08:12:24 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-26 08:12:24 +0000
commita00b6c8634defc0b756808951f4f6d82cbfed66b (patch)
treed52a908de24bd3e25e501bb7cf7a15fdae44aa34 /certServiceClient/pom.xml
parent73331084b24873b628b712e1473fcd3d5428e7a5 (diff)
parentc45f39c7bd5c8fb56eeb4a20256aa9ffa315fea8 (diff)
Merge "Implementation of KeyPair generation"
Diffstat (limited to 'certServiceClient/pom.xml')
-rw-r--r--certServiceClient/pom.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml
index c6a17755..f092990a 100644
--- a/certServiceClient/pom.xml
+++ b/certServiceClient/pom.xml
@@ -58,7 +58,7 @@
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
- <mainClass>org.onap.aaf.certservice.client.CertServiceClientApp</mainClass>
+ <mainClass>org.onap.aaf.certservice.client.MainApp</mainClass>
</transformer>
</transformers>
</configuration>
@@ -131,12 +131,12 @@
<dependencies>
<dependency>
- <groupId>org.assertj</groupId>
- <artifactId>assertj-core</artifactId>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
@@ -155,6 +155,10 @@
<artifactId>mockito-junit-jupiter</artifactId>
</dependency>
<dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j2</artifactId>
</dependency>