X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-model%2Fpom.xml;h=e0dcc069af2e5e6c4d2e017909a43831c56d1abf;hb=3dff1c221e58de6a81cf6bbdfb84fdf97665e484;hp=96146d8bfff109a1e0bd464981eb300a9220cc60;hpb=f935dce7e2f249e804332da31ae54cb71aad6328;p=sdc.git diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 96146d8bff..e0dcc069af 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -10,7 +10,7 @@ org.openecomp.sdc sdc-main - 1.10.3-SNAPSHOT + 1.12.3-SNAPSHOT @@ -35,6 +35,34 @@ ${jackson.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 @@ -49,6 +77,10 @@ org.apache.httpcomponents httpcore + + org.functionaljava + functionaljava + @@ -185,8 +217,12 @@ provided - gremlin-groovy org.apache.tinkerpop + gremlin-core + + + org.apache.tinkerpop + gremlin-groovy org.json @@ -303,6 +339,10 @@ com.fasterxml.jackson.core jackson-databind + + com.github.jnr + jnr-posix +