X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=utils%2Fwebseal-simulator%2Fpom.xml;h=93ee5b5a32f87de8c15cbf8b2b3257734fcb4272;hb=0560a3a55dd2ba8fe1af6aeed425dad09c7f7261;hp=610d4fcd64b4879c7375eb9f389cd4e2eb00fbfd;hpb=7d8c3dcdd6cba92258286cfdc2ac9bdd837ce9be;p=sdc.git diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 610d4fcd64..93ee5b5a32 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -10,7 +10,7 @@ org.openecomp.sdc sdc-main - 1.11.8-SNAPSHOT + 1.13.6-SNAPSHOT ../../ @@ -23,14 +23,62 @@ - javax.servlet - javax.servlet-api - ${javax.servlet.version} + org.hibernate.validator + hibernate-validator + ${hibernate.validator.version} + + + org.eclipse.jetty + jetty-server + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-http + + + javax.servlet + javax.servlet-api + + + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-security + + + + + org.openecomp.sdc + common-app-api + ${project.version} + compile + + + org.apache.httpcomponents + httpcore + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} @@ -46,9 +94,8 @@ - commons-logging - commons-logging-api - 1.0.4 + org.apache.commons + commons-lang3