X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-dao%2Fpom.xml;h=f6cfc1091d33c3cf05bdfbe6c092dec21efaf158;hb=84d1ddc355acf519c165551d759bc00af12084c9;hp=5354fcba83bb08358925f0501567f940a5700853;hpb=fb2953a03936099f4a9c4a6c14020393f4559b6a;p=sdc.git diff --git a/catalog-dao/pom.xml b/catalog-dao/pom.xml index 5354fcba83..f6cfc1091d 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.9.1-SNAPSHOT + 1.13.5-SNAPSHOT @@ -40,11 +40,49 @@ 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 ${project.version} provided + + + org.apache.httpcomponents + httpcore + + + org.functionaljava + functionaljava + + @@ -160,26 +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} - - - - com.google.code.bean-matchers - bean-matchers - ${bean-matchers.version} - test - - org.yaml snakeyaml @@ -203,8 +221,8 @@ Modifications copyright (c) 2018 Nokia - org.apache.httpcomponents - httpclient + org.apache.httpcomponents.client5 + httpclient5 ${httpclient.version} provided @@ -212,6 +230,10 @@ Modifications copyright (c) 2018 Nokia commons-codec commons-codec + + org.apache.httpcomponents + httpcore + @@ -257,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 @@ -277,6 +286,11 @@ Modifications copyright (c) 2018 Nokia test + + org.apache.tinkerpop + gremlin-core + 3.4.13 + org.janusgraph janusgraph-core @@ -284,8 +298,12 @@ Modifications copyright (c) 2018 Nokia provided + org.apache.tinkerpop gremlin-groovy + + org.apache.tinkerpop + gremlin-core org.json @@ -315,6 +333,10 @@ Modifications copyright (c) 2018 Nokia dom4j dom4j + + org.slf4j + jcl-over-slf4j + @@ -324,6 +346,10 @@ Modifications copyright (c) 2018 Nokia ${janusgraph.version} provided + + joda-time + joda-time + org.slf4j slf4j-log4j12 @@ -344,6 +370,10 @@ Modifications copyright (c) 2018 Nokia org.hibernate hibernate-validator + + javax.validation + validation-api + @@ -372,6 +402,10 @@ Modifications copyright (c) 2018 Nokia io.netty netty-handler + + com.github.jnr + jnr-posix + @@ -380,6 +414,11 @@ Modifications copyright (c) 2018 Nokia ${cassandra.driver.version} provided + + io.netty + netty-common + ${netty.version} + com.datastax.oss java-driver-core @@ -389,6 +428,14 @@ Modifications copyright (c) 2018 Nokia org.apache.tinkerpop gremlin-driver + + io.netty + netty-common + + + com.github.jnr + jnr-posix + @@ -405,6 +452,14 @@ Modifications copyright (c) 2018 Nokia org.apache.thrift libthrift + + net.java.dev.jna + jna + + + junit + junit + @@ -412,6 +467,10 @@ Modifications copyright (c) 2018 Nokia cassandra-all ${cassandra-all.version} + + joda-time + joda-time + org.apache.thrift libthrift @@ -424,9 +483,26 @@ Modifications copyright (c) 2018 Nokia commons-codec commons-codec + + net.java.dev.jna + jna + + + org.slf4j + log4j-over-slf4j + + + org.slf4j + jcl-over-slf4j + test + + net.java.dev.jna + jna + 5.10.0 + @@ -436,8 +512,9 @@ Modifications copyright (c) 2018 Nokia - org.codehaus.groovy + org.apache.groovy groovy + ${groovy.version} org.togglz