From: eikrwaq Date: Tue, 22 May 2018 08:48:30 +0000 (+0100) Subject: Policy common integration module X-Git-Tag: 2.0.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F48443%2F9;p=policy%2Fparent.git Policy common integration module Change-Id: Idedafdf67ebd048bd459b7af2dd5c3435f8c3151 Issue-ID: POLICY-803 Signed-off-by: eikrwaq --- diff --git a/integration/pom.xml b/integration/pom.xml new file mode 100644 index 00000000..15eeaf47 --- /dev/null +++ b/integration/pom.xml @@ -0,0 +1,300 @@ + + + + 4.0.0 + + org.onap.policy.parent + policy-parent + 2.0.0-SNAPSHOT + + integration + pom + Policy Integration POM + Policy Integration POM + + + 1.8 + 1.8 + 1.8 + 1.2.3 + + + + + ecomp-site + dav:${onap.nexus.url}${sitePath} + + + + + + + + io.swagger + swagger-jersey2-jaxrs + 1.5.19 + + + + + commons-codec + commons-codec + 1.11 + + + + com.thoughtworks.xstream + xstream + 1.4.10 + + + + + javax.persistence + persistence-api + 1.0.2 + + + + + javax.servlet + javax.servlet-api + 4.0.1 + provided + + + + + org.apache.httpcomponents + httpclient + 4.5.5 + + + + + org.apache.httpcomponents + httpcore + 4.4.9 + + + + + + com.google.guava + guava + 23.0 + + + + + com.google.code.gson + gson + 2.8.4 + + + + + org.slf4j + slf4j-api + 1.7.25 + + + log4j + log4j + 1.2.17 + + + ch.qos.logback + logback-core + ${version.logback} + + + ch.qos.logback + logback-classic + ${version.logback} + + + + + com.att.nsa + cambriaClient + 1.2.1-oss + + + com.att.nsa + saClientLibrary + 1.3.0-oss + + + + + + + com.h2database + h2 + 1.4.197 + test + + + + + junit + junit + 4.12 + test + + + + + org.mockito + mockito-all + 1.10.19 + test + + + org.powermock + powermock-core + 1.7.4 + test + + + + + + + + scm:git:ssh://git.onap.org:29418/${project.groupId} + scm:git:ssh://git.onap.org:29418/${project.groupId} + HEAD + https://wiki.onap.org/display/DW/Integration+Project + + + + + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + + org.apache.maven.plugins + maven-dependency-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-reactor-plugin + 1.1 + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.10 + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-shade-plugin + 3.1.1 + + + org.apache.maven.plugins + maven-archetype-plugin + 3.0.1 + + + org.apache.maven.archetype + archetype-packaging + 3.0.1 + + + com.coderplus.maven.plugins + copy-rename-maven-plugin + 1.0.1 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.7.0 + + ${project.build.sourceEncoding} + ${java.version} + ${java.version} + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${project.build.sourceEncoding} + ${java.version} + ${java.version} + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..0370bb57 --- /dev/null +++ b/pom.xml @@ -0,0 +1,37 @@ + + + 4.0.0 + + org.onap.oparent + oparent + 1.1.0 + + org.onap.policy.parent + policy-parent + 2.0.0-SNAPSHOT + pom + + + + integration + + \ No newline at end of file diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..a3ac0d9c --- /dev/null +++ b/version.properties @@ -0,0 +1,13 @@ +# Versioning variables +# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) +# because they are used in Jenkins, whose plug-in doesn't support + +major=2 +minor=0 +patch=0 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT