From a0d3e8ee8d78d41e4a58437983bc4c894d0024df Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 6 Feb 2018 15:06:44 -0500 Subject: Update traversal from AJSC 2 to Spring Boot Issue-ID: AAI-799 Change-Id: I6500f661db704726f529f665203a9c0605e8193e Signed-off-by: Venkata Harish K Kajur --- pom.xml | 324 +++++++--------------------------------------------------------- 1 file changed, 31 insertions(+), 293 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 4765c9d..34ed85a 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.traversal traversal 1.2.0-SNAPSHOT @@ -18,234 +13,10 @@ https://nexus.onap.org - https://nexus.onap.org - /content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version} - UTF-8 - 1.8 - 1.8 - ActiveAndAvailableInventory-Traversal - v1 - 2.1.0 - 1.2.0 - 1.2 - - - /opt/app/aai-traversal - - - - /opt/app/${project.artifactId} - - ${basedir} - ${aaiAppHome}/target/swm/package/nix/dist_files${distFilesRoot} - - aaiadmin - aaiadmin - org.onap.aai.dev - - - 8083 - 8446 - workstation - DEV - - - 3.0.4 - 0.0.1 - int1-data.graphson - 1.2.1-SNAPSHOT - 1.2.1-SNAPSHOT + /content/sites/site/org/onap/aai/traversal/${project.artifactId}/${project.version} + /content/repositories/releases/ + /content/repositories/snapshots/ - - - - maven.restlet.org - maven.restlet.org - http://maven.restlet.org - - - - - - ecomp-releases - ECOMP Release Repository - ${onap.nexus.url}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${onap.nexus.url}/content/repositories/snapshots/ - - - ecomp-site - dav:${onap.nexus.url}${sitePath} - - - - - jenkins-properties - - - unix - - - - ${env.swmpkgversion} - - - - 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}/ajsc-aai/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} - - - - - - - @@ -254,29 +25,6 @@ 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 @@ -293,7 +41,7 @@ 1.6.7 true - ${onap.nexus.url} + ${nexusproxy} 176c31dfe190a ecomp-staging @@ -313,42 +61,6 @@ - - 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 - - - @@ -371,5 +83,31 @@ - + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${release.path} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshot.path} + + + ecomp-site + dav:${nexusproxy}${site.path} + + -- cgit 1.2.3-korg