From 881c32ec109f0fff6f5661940ad035c3dfc0c7d9 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Thu, 25 May 2017 16:44:15 -0500 Subject: [POLICY-16] generic introduction of swagger On a per-server basis append /swagger.json or /swagger.yaml ie: HTTP GET :6969/swagger.json HTTP GET :9696/swagger.json Resulting specification can be used by swagger clients. Change-Id: I4b1a8b53d50b1528664150934b04e92447e4d4d7 Signed-off-by: Jorge Hernandez --- pom.xml | 56 ++++++-------------------------------------------------- 1 file changed, 6 insertions(+), 50 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5d32039e..42f6d278 100644 --- a/pom.xml +++ b/pom.xml @@ -33,9 +33,6 @@ 1.8 1.8 - - 3.1.4 - UTF-8 1.8 1.8 @@ -43,6 +40,7 @@ 0.2.12 0.0.1 2.22.2 + 1.5.13 2.8.4 java @@ -158,6 +156,11 @@ jersey-container-servlet-core ${jersey.version} + + io.swagger + swagger-jersey2-jaxrs + ${jersey.swagger.version} + @@ -174,53 +177,6 @@ ecomp-staging - - com.github.kongchen - swagger-maven-plugin - ${swagger-maven-plugin-version} - - - - false - - - org.openecomp.policy.drools.core.DroolsPDPIntegrityMonitor - - - - Drools PDP - 1.0.0 - - ${project.build.directory}/swagger/integrityMonitor - swagger - true - - - - - - - io.swagger - swagger-hibernate-validations - 1.5.6 - - - - org.apache.commons - commons-lang3 - 3.4 - - - - - compile - - generate - - - - org.apache.maven.plugins maven-deploy-plugin -- cgit 1.2.3-korg