X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-dao%2Fpom.xml;h=50bd7302909efe6434b053b57fe1bdcf4da37502;hb=0a0897466ccc94214466e63a8c33cb60c2141f91;hp=83a72fc7d2b7fb81fd049527c1f32eb5d8b1a9a8;hpb=23d80344ef3812a7efba7b48f81ff120a7c612c4;p=sdc.git diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 83a72fc7d2..50bd730290 100644 --- a/catalog-dao/pom.xml +++ b/catalog-dao/pom.xml @@ -30,7 +30,7 @@ Modifications copyright (c) 2018 Nokia org.openecomp.sdc sdc-main - 1.10.2-SNAPSHOT + 1.13.7-SNAPSHOT @@ -40,6 +40,34 @@ Modifications copyright (c) 2018 Nokia + + 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 @@ -50,6 +78,10 @@ Modifications copyright (c) 2018 Nokia org.apache.httpcomponents httpcore + + org.functionaljava + functionaljava + @@ -166,32 +198,6 @@ Modifications copyright (c) 2018 Nokia ${jackson.version} - - com.googlecode.json-simple - json-simple - ${json-simple.version} - provided - - - - org.apache.lucene - lucene-regex - ${regex.version} - - - org.apache.lucene - lucene-core - - - - - - com.google.code.bean-matchers - bean-matchers - ${bean-matchers.version} - test - - org.yaml snakeyaml @@ -215,8 +221,8 @@ Modifications copyright (c) 2018 Nokia - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} provided @@ -273,19 +279,6 @@ Modifications copyright (c) 2018 Nokia test - - org.apache.commons - commons-jci-core - ${commons-jci-core.version} - test - - - commons-io - commons-io - - - - org.springframework spring-expression @@ -293,6 +286,11 @@ Modifications copyright (c) 2018 Nokia test + + org.apache.tinkerpop + gremlin-core + 3.4.13 + org.janusgraph janusgraph-core @@ -300,8 +298,12 @@ Modifications copyright (c) 2018 Nokia provided + org.apache.tinkerpop gremlin-groovy + + org.apache.tinkerpop + gremlin-core org.json @@ -344,6 +346,10 @@ Modifications copyright (c) 2018 Nokia ${janusgraph.version} provided + + joda-time + joda-time + org.slf4j slf4j-log4j12 @@ -364,6 +370,10 @@ Modifications copyright (c) 2018 Nokia org.hibernate hibernate-validator + + javax.validation + validation-api + @@ -392,6 +402,10 @@ Modifications copyright (c) 2018 Nokia io.netty netty-handler + + com.github.jnr + jnr-posix + @@ -400,6 +414,11 @@ Modifications copyright (c) 2018 Nokia ${cassandra.driver.version} provided + + io.netty + netty-common + ${netty.version} + com.datastax.oss java-driver-core @@ -409,6 +428,14 @@ Modifications copyright (c) 2018 Nokia org.apache.tinkerpop gremlin-driver + + io.netty + netty-common + + + com.github.jnr + jnr-posix + @@ -429,6 +456,10 @@ Modifications copyright (c) 2018 Nokia net.java.dev.jna jna + + junit + junit + @@ -436,6 +467,10 @@ Modifications copyright (c) 2018 Nokia cassandra-all ${cassandra-all.version} + + joda-time + joda-time + org.apache.thrift libthrift @@ -477,8 +512,9 @@ Modifications copyright (c) 2018 Nokia - org.codehaus.groovy + org.apache.groovy groovy + ${groovy.version} org.togglz