From 4f13d6cc64eed0ef75a31ec5f490853267447ab1 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 30 Jan 2018 13:52:34 -0500 Subject: Turn ajsc 2 to using ajsc 6 spring boot Issue-ID: AAI-800 Change-Id: Id174ec5088ddea57f18e605d004c417bee8fbf33 Signed-off-by: Venkata Harish K Kajur --- pom.xml | 438 ++++++++++++++-------------------------------------------------- 1 file changed, 91 insertions(+), 347 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 1cf6484..05752ba 100644 --- a/pom.xml +++ b/pom.xml @@ -3,11 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - ajsc-archetype-parent - com.att.ajsc - 2.1.0 - org.onap.aai.resources resources 1.2.0-SNAPSHOT @@ -18,41 +13,99 @@ https://nexus.onap.org - /content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version} - 1.8 - 1.8 - ActiveAndAvailableInventory-CloudNetwork - ${aaiAppHome}/target/swm/package/nix/dist_files${distFilesRoot} - v1 - 2.1.0 - 1.2.0 - 1.2 - - - /opt/app/aai-resources - /opt/app/aai-resources - ${basedir}/aai-resources - - - aaiadmin - aaiadmin - - - 8087 - 8447 + + + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.apache.maven.plugins + maven-deploy-plugin + + + default-deploy + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + + - workstation - DEV + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + false + false + + + dependencies + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + -Xdoclint:none + + + + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + - - 3.0.4 - int1-data.graphson - 1.2.1-SNAPSHOT - 1.2.1-SNAPSHOT - + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + central @@ -96,314 +149,5 @@ ECOMP Snapshot Repository ${nexusproxy}/content/repositories/snapshots/ - - - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-site - dav:${nexusproxy}${sitePath} - - - - - - - jenkins-properties - - - unix - - - - - - - - runAjsc - - initialize - - - - org.codehaus.mojo - exec-maven-plugin - 1.3.2 - - - run ajsc - initialize - - java - - - - false - true - java - com.att.ajsc.runner.Runner - - com.att.ajsc - ajsc-runner - - - - ${runAjscHome} - - - ${runAjscHome}/extJars/logback-access-1.1.7.jar - - ${runAjscHome}/extJars/logback-core-1.1.7.jar - - - ${runAjscHome}/extJars/aai-core-${aai.core.version}.jar - - - - - - - AJSC_HOME - ${runAjscHome} - - - AFT_HOME - ${runAjscHome}/bundleconfig/ - - - AJSC_CONF_HOME - ${aaiAppHome}/bundleconfig-local - - - logback.configurationFile - ${aaiAppHome}/ajsc-shared-config/etc/logback.xml - - - AJSC_SHARED_CONFIG - ${aaiAppHome}/ajsc-shared-config - - - file.separator - / - - - snapshot.location - ${basedir}/aai-resources/snapshots/${snapshot.file} - - - - - AJSC_EXTERNAL_LIB_FOLDERS - ${aaiAppHome}/target/commonLibs - - - - AJSC_EXTERNAL_PROPERTIES_FOLDERS - ${aaiAppHome}/ajsc-shared-config/etc - - - - AJSC_SERVICE_NAMESPACE - ${module.ajsc.namespace.name} - - - AJSC_SERVICE_VERSION - ${module.ajsc.namespace.version} - - - SOACLOUD_SERVICE_VERSION - ${project.version} - - - server.port - ${serverPort} - - - aai-core.version - ${aai.core.version} - - - - - - context=/ - port=${serverPort} - sslport=${sslport} - - - - - - java - - - - com.att.ajsc - ajsc-runner - ${ajscRuntimeVersion} - - - - - - - - - - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - groovy-eclipse-compiler - false - 1.8 - 1.8 - - - - org.codehaus.groovy - groovy-eclipse-compiler - 2.9.0-01 - - - org.codehaus.groovy - groovy-eclipse-batch - 2.3.4-01 - - - - - org.apache.maven.plugins - maven-deploy-plugin - - - default-deploy - none - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.6 - - - - org.apache.maven.plugins - maven-project-info-reports-plugin - 2.4 - - false - false - - - dependencies - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - -Xdoclint:none - - - - - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - - -- cgit 1.2.3-korg