From 8209f7c8dc47546a354978e36b96d3b80b5b55d9 Mon Sep 17 00:00:00 2001 From: kjaniak Date: Fri, 14 Feb 2020 14:33:27 +0100 Subject: Adding certServerClient module to repo Issue-ID: AAF-996 Signed-off-by: kjaniak Change-Id: I787c9a15bb2f9a63084eb3663368d5b707dc2452 --- certService/pom.xml | 46 ++++------------------------------------------ 1 file changed, 4 insertions(+), 42 deletions(-) (limited to 'certService') diff --git a/certService/pom.xml b/certService/pom.xml index 3f17f390..03200dd3 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -26,84 +26,46 @@ AAF Certification Service Api jar - - - - - org.springframework.boot - spring-boot-dependencies - ${spring-boot-starter.version} - pom - import - - - - org.springframework.boot spring-boot-starter-web - ${spring-boot-starter.version} - - - org.springframework.boot - spring-boot-starter-logging - - org.springframework.boot spring-boot-starter-log4j2 - ${spring-boot-starter-log4j2.version} org.springframework.boot spring-boot-starter-test - ${spring-boot-starter.version} - test - - - org.junit.vintage - junit-vintage-engine - - org.mockito mockito-core - ${mockito-core.version} - test - - - org.assertj - assertj-core - ${assertj-core.version} - test org.springframework.boot spring-boot-starter-actuator - ${spring-boot-starter-actuator.version} org.springdoc springdoc-openapi-ui - ${springdoc-openapi-ui.version} org.bouncycastle bcpkix-jdk15on - ${bouncycastle.version} org.bouncycastle bcprov-jdk15on - ${bouncycastle.version} com.google.code.gson gson - ${gson.version} + + + org.assertj + assertj-core -- cgit 1.2.3-korg