X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-fe%2Fpom.xml;h=6fb961ac5328754b1c82dd4fe3f9b9ac069a552c;hb=9dcb6f393bfc76237cca809b39d5034afecf1c55;hp=887cd8b4521cd8be1ec13b2009f4199fd3a32559;hpb=f9c261d6349d53b30ba12c7a3db755ba8c31d2f6;p=sdc.git diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 887cd8b452..6fb961ac53 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -9,10 +9,16 @@ org.openecomp.sdc sdc-main - 1.11.4-SNAPSHOT + 1.13.4-SNAPSHOT + + org.openecomp.sdc + onboarding-fe + ${project.version} + war + org.projectlombok @@ -24,13 +30,28 @@ org.functionaljava functionaljava ${functionaljava.version} - compile org.onap.sdc.common onap-configuration-management-api ${project.version} + + org.eclipse.jetty + jetty-server + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-http + + + javax.servlet + javax.servlet-api + + + org.openecomp.sdc common-app-api @@ -40,6 +61,10 @@ org.apache.httpcomponents httpcore + + org.functionaljava + functionaljava + @@ -52,9 +77,9 @@ - org.codehaus.groovy + org.apache.groovy groovy - compile + ${groovy.version} @@ -71,19 +96,6 @@ compile - - org.apache.commons - commons-jci-core - ${commons-jci-core.version} - compile - - - commons-io - commons-io - - - - com.google.code.gson gson @@ -118,6 +130,16 @@ jersey-media-json-jackson ${jersey-bom.version} compile + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + @@ -154,8 +176,8 @@ - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} @@ -175,7 +197,7 @@ org.apache.httpcomponents httpmime - ${httpclient.version} + ${httpmime.version} org.apache.httpcomponents @@ -184,13 +206,6 @@ - - commons-logging - commons-logging - ${commons-logging} - compile - - commons-codec commons-codec @@ -199,13 +214,6 @@ - - javax.servlet - javax.servlet-api - ${servlet-api.version} - provided - - com.fasterxml.jackson.dataformat @@ -220,12 +228,6 @@ jetty-proxy ${jetty.version} compile - - - org.eclipse.jetty - jetty-http - - @@ -340,6 +342,22 @@ log4j log4j + + javax.servlet + javax.servlet-api + + + org.onap.aaf.authz + aaf-cadi-aaf + + + org.onap.aaf.authz + aaf-cadi-client + + + org.onap.aaf.authz + aaf-cadi-core + @@ -365,12 +383,8 @@ test - org.eclipse.jetty - jetty-server - - - org.eclipse.jetty - jetty-continuation + junit + junit @@ -388,10 +402,6 @@ ${jetty.version} test - - org.eclipse.jetty - jetty-server - org.eclipse.jetty jetty-security @@ -404,12 +414,6 @@ jetty-webapp ${jetty.version} test - - - org.eclipse.jetty - jetty-servlet - - org.eclipse.jetty @@ -417,8 +421,8 @@ ${jetty.version} - javax.ws.rs - javax.ws.rs-api + jakarta.ws.rs + jakarta.ws.rs-api ${ws.rs.version} compile