X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=50c6c880669d3e6a73f4c233e7a7cd2bf483e5b6;hb=aa01eb4c23ab560012beda3f212892be8599b0c4;hp=b71e6873c8b02afc156b8ef767b19ceabe8dcff6;hpb=c5a93757e53149e611fb7379caaaa10809100463;p=aai%2Fgizmo.git diff --git a/pom.xml b/pom.xml index b71e687..50c6c88 100644 --- a/pom.xml +++ b/pom.xml @@ -19,120 +19,195 @@ limitations under the License. ============LICENSE_END========================================================= --> - + 4.0.0 - ajsc-archetype-parent - com.att.ajsc - 2.0.0 + org.onap.oparent + oparent + 1.1.0 + org.onap.aai.gizmo gizmo - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT aai-gizmo + ${basedir}/target - crud-api - v1 - 2.0.0 - /appl/${project.artifactId} - https://nexus.onap.org - - - /appl/${project.artifactId}/${project.version} - ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} - - - 0 - 9520 - + https://nexus.onap.org workstation DEV - google_checks.xml - - java - jacoco - ${project.build.directory}/surefire-reports - - ${project.build.directory}/coverage-reports/jacoco.exec - - false - ${project.version} 1.3 + + + + + org.springframework.boot + spring-boot-dependencies + 1.5.12.RELEASE + pom + import + + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter + + + ch.qos.logback + logback-classic + + + + + org.springframework.boot + spring-boot-starter-jersey + + + org.springframework.boot + spring-boot-starter-actuator + + + org.apache.cxf + cxf-rt-frontend-jaxrs + 3.2.4 + + + ch.qos.logback + logback-classic + 1.2.3 + + + ch.qos.logback + logback-core + 1.2.3 + + + ch.qos.logback + logback-classic + + + + + ch.qos.logback + logback-access + 1.2.3 + + + com.google.guava + guava + 23.0 + + + radeox + radeox + 1.0-b2 + + + org.codehaus.jackson + jackson-mapper-asl + 1.4.5 + + + org.mockito + mockito-core + 1.10.19 + test + + + org.hamcrest + hamcrest-library + + + dom4j dom4j 1.6.1 provided - - - com.att.aft - dme2 - 3.1.200 - - commons-io commons-io 2.4 - + + org.apache.commons + commons-lang3 + 3.3.1 + com.google.code.gson gson 2.6.2 - org.onap.aai.logging-service common-logging 1.2.2 - - - org.glassfish.jersey.core - jersey-client - 2.23 - - - ch.qos.logback - logback-core - 1.1.7 + + + ch.qos.logback + logback-classic + + + ch.qos.logback + logback-core + + + org.slf4j + slf4j-api + + org.onap.aai.event-client event-client-dmaap - 1.2.1 + 1.2.2 + + + org.slf4j + slf4j-api + + org.onap.aai.aai-common aai-schema - 1.2.4 + 1.3.0-SNAPSHOT + + + org.onap.aai.aai-common + aai-schema-ingest + 1.2.2 org.onap.aai.aai-common aai-utils - 1.2.4 + 1.3.0-SNAPSHOT org.onap.aai.aai-common aai-core - 1.2.4 + 1.3.0-SNAPSHOT * @@ -140,19 +215,16 @@ limitations under the License. - org.onap.aai.aai-common aai-auth - 1.2.4 + 1.3.0-SNAPSHOT - org.eclipse.persistence eclipselink 2.6.2 - org.onap.aai rest-client @@ -167,8 +239,13 @@ limitations under the License. com.jayway.jsonpath json-path 2.2.0 + + + org.slf4j + slf4j-api + + - org.apache.tinkerpop @@ -184,16 +261,18 @@ limitations under the License. org.slf4j jcl-over-slf4j + + org.slf4j + slf4j-api + - org.apache.tinkerpop tinkergraph-gremlin 3.2.3 provided - org.json json @@ -203,45 +282,37 @@ limitations under the License. junit junit - org.skyscreamer jsonassert 1.5.0 test - org.hamcrest hamcrest-library ${version.org.hamcrest.hamcrest-library} test + + org.apache.httpcomponents + httpclient + 4.5.3 + + + org.apache.httpcomponents + httpcore + 4.4.1 + + + org.springframework.boot + + spring-boot-configuration-processor + + true + - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - ecomp-staging - ECOMP Staging Repository - ${nexusproxy}/content/repositories/staging/ - - - ${project.artifactId} @@ -267,6 +338,13 @@ limitations under the License. **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -280,6 +358,13 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + true docker-hub @@ -293,7 +378,7 @@ limitations under the License. - com.mycila license-maven-plugin @@ -314,7 +399,6 @@ limitations under the License. - --> org.apache.maven.plugins @@ -345,30 +429,48 @@ limitations under the License. true - - org.codehaus.mojo - sonar-maven-plugin - 3.2 + org.springframework.boot + spring-boot-maven-plugin + 2.0.1.RELEASE + + + + repackage + + + - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - + + org.apache.maven.plugins + maven-dependency-plugin - jacoco-initialize-unit-tests + unpack + prepare-package - prepare-agent + unpack - ${project.build.directory}/coverage-reports/jacoco.exec - - + + + org.onap.aai.aai-common + aai-schema + 1.2.1 + jar + oxm/ + ${project.build.directory}/bundleconfig-local/etc + + + org.onap.aai.aai-common + aai-core + 1.2.1 + jar + dbedgerules/ + **/*.ftlh + ${project.build.directory}/bundleconfig-local/etc + + @@ -376,154 +478,7 @@ limitations under the License. - - - runAjsc - - initialize - - - org.codehaus.mojo - exec-maven-plugin - 1.3.2 - - - initialize - - java - - - false - true - java - com.att.ajsc.runner.Runner - - com.att.ajsc - ajsc-runner - - - - ${basedir}/ajsc-shared-config/etc - - - - - ${runAjscHome} - - - - - - AJSC_HOME - ${runAjscHome} - - - CONFIG_HOME - ${basedir}/appconfig-local/ - - - AJSC_CONF_HOME - ${basedir}/bundleconfig-local - - - logback.configurationFile - ${basedir}/ajsc-shared-config/etc/logback.xml - - - - AJSC_SHARED_CONFIG - ${basedir}/ajsc-shared-config - - - - AJSC_EXTERNAL_LIB_FOLDERS - ${basedir}/target/commonLibs - - - AJSC_EXTERNAL_PROPERTIES_FOLDERS - ${basedir}/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} - - - - - - context=/ - port=${serverPort} - sslport=${sslport} - - - - - - java - - - - com.att.ajsc - ajsc-runner - ${ajscRuntimeVersion} - - - - - - - - - - - - org.apache.httpcomponents - httpclient - 4.5 - - - org.apache.httpcomponents - httpcore - 4.4.1 - - - org.json - json - 20131018 - - - - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - ecomp-javadoc dav:https://ecomp-nexus:8443/repository/aai/gizmo-javadoc/${project.version}