From 153a7ac15d804178e7c52f69117e1a9478862df1 Mon Sep 17 00:00:00 2001 From: EmmettCox Date: Mon, 17 Feb 2020 13:54:05 +0000 Subject: Refactoring of Cmpv2Client code for sending CertRequest Issue-ID: AAF-1036 Signed-off-by: EmmettCox Change-Id: Ic0d95b35abb3ca2406b77bbe6e0cd51da0968684 --- pom.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5366313f..69d8b54e 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ ============LICENSE_END========================================================= --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -51,6 +51,8 @@ 0.33.0 0.2 2.8.6 + 4.5.6 + 2.6 0.33.0 5.5.2 2.17.0 @@ -75,6 +77,24 @@ + + org.springdoc + springdoc-openapi-maven-plugin + ${springdoc-openapi-maven-plugin.version} + + + integration-test + + generate + + + + + ${springdoc-openapi-maven-plugin.apiDocsUrl} + api-docs.json + ${project.build.directory} + + org.springdoc springdoc-openapi-maven-plugin @@ -225,6 +245,16 @@ gson ${gson.version} + + org.apache.httpcomponents + httpclient + ${httpcomponents.version} + + + commons-io + commons-io + ${commons-io.version} + org.springframework.boot -- cgit 1.2.3-korg