summaryrefslogtreecommitdiffstats
path: root/certServiceClient/pom.xml
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-02-19 16:42:38 +0100
committerkjaniak <kornel.janiak@nokia.com>2020-02-26 09:03:21 +0100
commitc45f39c7bd5c8fb56eeb4a20256aa9ffa315fea8 (patch)
treebd4d1ee232d71c8de3eca2d782f770475d336db7 /certServiceClient/pom.xml
parent2edef3c2aaafba49439e20aa13eb647c67c781d5 (diff)
Implementation of KeyPair generation
Issue-ID: AAF-996 Change-Id: I97626d122033127d5bb234d134c20d0b5a6d7c03 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
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>