From abe9420ac5220879d4790f9020c583cb037dd577 Mon Sep 17 00:00:00 2001 From: Skip Wonnell Date: Tue, 29 Aug 2017 22:39:17 -0500 Subject: Initial add of APPC client libraries Issue-ID: APPC-180 Change-Id: Ie0be2b518b90bb7f9996e9260c43fef75d1a5821 Signed-off-by: Skip Wonnell --- appc-client/pom.xml | 225 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 appc-client/pom.xml (limited to 'appc-client/pom.xml') diff --git a/appc-client/pom.xml b/appc-client/pom.xml new file mode 100644 index 000000000..871fc3def --- /dev/null +++ b/appc-client/pom.xml @@ -0,0 +1,225 @@ + + + + + 4.0.0 + + org.openecomp.appc + appc + 1.1.0-SNAPSHOT + + + appc-java-client + org.openecomp.appc.client + 1.1.0-SNAPSHOT + + appc-java-client + APPC Java Client + pom + + + client-lib + client-kit + client-simulator + code-generator + + + + ${project.parent.basedir} + 1.7 + 3.0.0 + 2.5.0 + 0.0.1 + 1.0.0 + 0.0.4 + 2.3.23 + 2.8.5 + 1.8 + 4.12 + 3.6.0 + 3.3.9 + 2.5.2 + 2.10.4 + 3.5 + 3.3.9 + 3.3 + 2.5.2 + 1.9.5 + 2.10 + 1.9.5 + 0.9.1-Boron-SR1 + 1.4.1-Boron-SR1 + 0.5.1-Boron-SR1 + UTF-8 + git-server + 1.4.2-Boron-SR2 + 1.1.0 + 1.1.0 + 1.0.1-Boron-SR1 + 1.0.3-Boron-SR3 + + + + + + + org.opendaylight.mdsal + yang-binding + ${odl.mdsal.yang.binding.version} + + + org.apache.felix + maven-bundle-plugin + ${bundle.plugin.version} + + + + org.codehaus.mojo + build-helper-maven-plugin + ${build-helper-maven-plugin-version} + + + org.opendaylight.yangtools + yang-maven-plugin + ${yang.maven.plugin.version} + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compiler.plugin.version} + + ${java.version} + ${java.version} + + + + + maven-assembly-plugin + + + assembly.xml + + + + + + maven-release-plugin + ${maven.release.plugin.version} + + -s ${mvn.settings} deploy + + jgit + + + + + org.apache.maven.scm + maven-scm-provider-jgit + ${maven.scm.provers.jgit.version> + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven.javadoc.plugin.version} + + + attach-javadocs + install + + aggregate-jar + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + install + + aggregate-jar + + + + + + + + + + + + junit + junit + ${junit.version} + + + org.openecomp.sdnc.core + sli-provider + ${sdnctl.sli.version} + + + org.openecomp.sdnc.core + dblib-provider + ${sdnctl.dblib.version} + + + org.opendaylight.controller + sal-binding-api + ${odl.sal.binding.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.att.nsa + cambriaClient + ${cambria.client.version} + + + com.att.eelf + eelf-core + ${eelf.core.version} + + + org.mockito + mockito-core + ${mockito-core.version} + + + + + -- cgit 1.2.3-korg