X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f744ee0b8448fed5d381f959e76dabbfaf17961b;hb=7ca6c2a19ee1971a402a6b7eaad4324d83fb236a;hp=fa3fd2f4e3e4b7d068c5d12188b2f00a6e26e029;hpb=22c477621c40c4762cceb67a1d18749bff68fb87;p=aai%2Fsearch-data-service.git diff --git a/pom.xml b/pom.xml index fa3fd2f..f744ee0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,46 +1,43 @@ + 4.0.0 - ajsc-archetype-parent - com.att.ajsc - 2.0.0 + spring-boot-starter-parent + org.springframework.boot + 1.5.15.RELEASE org.onap.aai search-data-service - 1.1.0-SNAPSHOT + 1.4.0-SNAPSHOT aai-search-data-service - search-data-service - v1 - 2.0.0 - /appl/${project.artifactId} ${basedir}/target https://nexus.onap.org - - - /appl/${project.artifactId}/${project.version} - ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} - - - aaiadmin - aaiadmin - com.att.csid.lab - - - 8080 - 9509 - - workstation - DEV + 1.8 ${basedir}/src/main/java-gen google_checks.xml @@ -57,51 +54,67 @@ - com.googlecode.json-simple - json-simple - 1.1.1 + com.google.code.gson + gson + 2.8.2 + - dom4j - dom4j - 1.6.1 - provided + org.hamcrest + hamcrest-library + 1.3 + test - com.att.aft - dme2 - 3.1.200 - provided + com.jayway.jsonpath + json-path + 2.2.0 + + com.googlecode.json-simple + json-simple + 1.1.1 + - org.elasticsearch - elasticsearch - 2.3.1 + org.dom4j + dom4j + 2.1.1 + provided + commons-io commons-io 2.4 + + org.mockito + mockito-all + 1.10.19 + test + - org.openecomp.aai.logging-service + org.onap.aai.logging-service common-logging - - 1.0.0 + 1.2.2 - - org.glassfish.jersey.test-framework.providers - jersey-test-framework-provider-grizzly2 - 2.23.2 - test + org.onap.aai.logging-service + logging-api + 1.2.2 + + + + org.onap.aai.logging-service + eelf-logging + 1.2.2 @@ -111,6 +124,85 @@ 2.7.8 + + org.apache.directory.studio + org.apache.commons.lang + 2.6 + + + + radeox + radeox + 0.9 + + + + com.github.fge + json-schema-validator + 2.0.0 + + + + org.json + json + 20180130 + + + + 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.springframework.boot + spring-boot-starter-test + test + + + + org.springframework.boot + spring-boot-starter-security + + + + + ch.qos.logback + logback-classic + 1.2.1 + + + + ch.qos.logback + logback-core + 1.2.1 + + @@ -134,146 +226,20 @@ ECOMP Staging Repository ${nexusproxy}/content/repositories/staging/ - - - - 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} - - - - - - - - - - - ch.qos.logback - logback-classic - 1.1.1 - - - com.fasterxml.jackson.core - jackson-core - 2.7.8 - - - - - + search-data-service-package + + + org.springframework.boot + spring-boot-maven-plugin + org.apache.maven.plugins maven-site-plugin - 3.3 @@ -322,7 +288,7 @@ true docker-hub - ${docker.push.registry}/openecomp/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} latest @@ -385,6 +351,13 @@ **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -403,14 +376,16 @@ src/main/java/** src/test/java/** + pom.xml + true - format + check - process-sources + validate