From 451a3400b76511393c62a444f588a4ed15f4a549 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 19 Feb 2017 10:28:42 +0200 Subject: Initial OpenECOMP SDC commit Change-Id: I0924d5a6ae9cdc161ae17c68d3689a30d10f407b Signed-off-by: Michael Lando --- asdctool/pom.xml | 434 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 434 insertions(+) create mode 100644 asdctool/pom.xml (limited to 'asdctool/pom.xml') diff --git a/asdctool/pom.xml b/asdctool/pom.xml new file mode 100644 index 0000000000..0166c88c2f --- /dev/null +++ b/asdctool/pom.xml @@ -0,0 +1,434 @@ + + 4.0.0 + + sdctool + jar + + + org.openecomp.sdc + sdc-main + 1.0.0-SNAPSHOT + + + + + + + org.openecomp.sdc.be + common-be + ${common-be.version} + compile + + + org.openecomp.sdc + common-app-api + ${common-app-api.version} + compile + + + + org.openecomp.sdc.be + catalog-dao + ${catalog-dao.version} + compile + + + + org.openecomp.sdc.be + catalog-model + ${catalog-model.version} + compile + + + + org.openecomp.sdc + catalog-be + ${asdc.full.version} + + + classes + + compile + + + + + + org.eclipse.jetty + jetty-server + 9.2.10.v20150310 + compile + + + + + org.apache.commons + commons-jci-core + compile + + + + org.eclipse.jetty + jetty-servlet + 9.2.10.v20150310 + compile + + + + org.glassfish.jersey.core + jersey-server + compile + + + + org.glassfish.jersey.containers + jersey-container-servlet-core + compile + + + + org.glassfish.jersey.containers + jersey-container-jetty-http + compile + + + + org.glassfish.jersey.media + jersey-media-moxy + compile + + + + org.glassfish.jersey.media + jersey-media-multipart + 2.14 + compile + + + + + org.slf4j + slf4j-api + compile + + + + ch.qos.logback + logback-classic + compile + + + + ch.qos.logback + logback-core + compile + + + + org.codehaus.groovy + groovy-all + compile + + + org.apache.commons + commons-configuration2 + 2.1 + compile + + + + + + com.thinkaurelius.titan + titan-core + ${titan.version} + compile + + + org.json + json + + + + + + com.thinkaurelius.titan + titan-cassandra + ${titan.version} + compile + + + + org.apache.tinkerpop + tinkergraph-gremlin + 3.0.1-incubating + compile + + + + org.apache.tinkerpop + gremlin-groovy + 3.0.1-incubating + compile + + + + com.tinkerpop.blueprints + blueprints-sail-graph + 2.5.0 + true + compile + + + + com.tinkerpop.blueprints + blueprints-graph-sail + 2.6.0 + true + compile + + + + + commons-logging + commons-logging + compile + + + + commons-codec + commons-codec + compile + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + compile + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + compile + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + compile + + + com.google.code.gson + gson + compile + + + org.apache.httpcomponents + httpclient + compile + + + org.apache.httpcomponents + httpcore + compile + + + + org.springframework + spring-core + compile + + + + org.springframework + spring-context + compile + + + org.springframework + spring-expression + compile + + + org.springframework + spring-beans + 4.0.7.RELEASE + compile + + + org.springframework + spring-aop + compile + + + + + cglib + cglib + 3.2.4 + compile + + + org.yaml + snakeyaml + compile + + + org.functionaljava + functionaljava + compile + + + + + org.elasticsearch + elasticsearch + compile + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + compile + + + org.elasticsearch.plugin + shield + ${elastic-search.version} + compile + + + + + com.datastax.cassandra + cassandra-driver-core + ${cassandra.driver.version} + compile + + + com.datastax.cassandra + cassandra-driver-mapping + ${cassandra.driver.version} + compile + + + + org.apache.poi + com.springsource.org.apache.poi + 3.9.0.FINAL + compile + + + org.jdom + jdom + 2.0.2 + compile + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + + + de.ruedigermoeller + fst + 2.47 + compile + + + + + junit + junit + 4.12 + test + + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + true + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.5.5 + + + create.jar.with.dependencies + package + + single + + + + + jar-with-dependencies + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.6 + + + + ${project.artifactId} + false + ${project.basedir}/tarball.xml + + assemble-file + package + + single + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.2 + + + + copy-sdctool-cassandra + install + + copy-resources + + + ${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default + + + ./target + + sdctool.tar + + + + + + + + + + -- cgit 1.2.3-korg