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/client-lib/pom.xml | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 appc-client/client-lib/pom.xml (limited to 'appc-client/client-lib/pom.xml') diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml new file mode 100644 index 000000000..b51118a54 --- /dev/null +++ b/appc-client/client-lib/pom.xml @@ -0,0 +1,63 @@ + + + + 4.0.0 + + appc-java-client + org.openecomp.appc.client + 1.1.0-SNAPSHOT + + + client-lib + + ${project.parent.parent.basedir} + + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.att.nsa + cambriaClient + + + com.att.eelf + eelf-core + + + -- cgit 1.2.3-korg