From 438bdef0d2473a4db83aac3d71d4596b223879d7 Mon Sep 17 00:00:00 2001 From: "Stone, Avi (as206k)" Date: Thu, 12 Apr 2018 15:12:44 +0300 Subject: DCAE-D property initial commit DCAE-D property initial commit Change-Id: I5ba79eddaa1732524e30652b679e4dd5dfed56b5 Issue-ID: SDC-1218 Signed-off-by: Stone, Avi (as206k) --- pom.xml | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..4c356f8 --- /dev/null +++ b/pom.xml @@ -0,0 +1,121 @@ + + 4.0.0 + org.onap.sdc.dcae.property + DCAE-DT-PROPERTY + 1806.0.1-SNAPSHOT + SystemProperty + System Properties + + + https://nexus.onap.org + snapshots + releases + + + + org.springframework + spring-beans + 4.3.5.RELEASE + + + org.springframework + spring-context + 4.3.5.RELEASE + + + log4j + log4j + 1.2.17 + + + javax.servlet + servlet-api + 2.3 + provided + + + com.google.code.gson + gson + 2.7 + + + org.json + json + 20140107 + + + com.fasterxml.jackson.core + jackson-annotations + 2.9.0 + + + org.springframework + spring-web + 4.3.5.RELEASE + + + com.fasterxml.jackson.datatype + jackson-datatype-guava + 2.8.3 + + + org.apache.commons + commons-lang3 + 3.6 + + + junit + junit + 4.12 + + + org.slf4j + slf4j-api + 1.7.10 + compile + + + org.codehaus.groovy + groovy + 2.4.13 + + + org.codehaus.janino + janino + 3.0.8 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + + + + + nexus-releases + Release Repository + ${nexus.proxy}/content/repositories/${nexus.releases}/ + + + nexus-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/${nexus.snapshots}/ + + + onap-site + dav:${onap.nexus.url}${sitePath} + + + + -- cgit 1.2.3-korg