From 1faf201e8608dfa4d7af3460fd3d1fc7ebec398b Mon Sep 17 00:00:00 2001 From: talasila Date: Tue, 7 Feb 2017 11:47:55 -0500 Subject: Initial OpenECOMP Portal SDK commit Change-Id: I66a3491600a4b9ea241128dc29267eed6a78ed76 Signed-off-by: talasila --- ecomp-sdk/thirdparty/pom.xml | 93 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 ecomp-sdk/thirdparty/pom.xml (limited to 'ecomp-sdk/thirdparty/pom.xml') diff --git a/ecomp-sdk/thirdparty/pom.xml b/ecomp-sdk/thirdparty/pom.xml new file mode 100644 index 00000000..f98fed21 --- /dev/null +++ b/ecomp-sdk/thirdparty/pom.xml @@ -0,0 +1,93 @@ + + 4.0.0 + + + org.openecomp.ecompsdkos + ecompSDK-project + 1.0.0 + + + + ecompFW + + jar + Ecomp Portal Framework (thirdparty) + + + + + + + + + + + + src/main/java + + **/portal*.properties + + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + **/com/att/fusion/core/onboarding/client/* + + + + ${project.version} + ${sdk-internal.version} + + + + + + + + + + + + + + + javax.servlet + javax.servlet-api + 3.0.1 + + + commons-logging + commons-logging + 1.2 + + + com.fasterxml.jackson.core + jackson-annotations + 2.6.3 + + + com.fasterxml.jackson.core + jackson-databind + 2.6.3 + + + + + com.att.nsa + cambriaClient + 0.0.1 + + + + + + -- cgit 1.2.3-korg