X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=04b8a1449ff17c2022cb0a4f34c524ad173a05ac;hb=13bfd89c03c83e08651aedd26c490d8774ae2362;hp=45008e77a629aeb85914897c3a3113a0e31e73fb;hpb=83f82a357bfa88a9a1c7c23e805921b7e9518677;p=aai%2Fsearch-data-service.git diff --git a/pom.xml b/pom.xml index 45008e7..04b8a14 100644 --- a/pom.xml +++ b/pom.xml @@ -1,45 +1,43 @@ + 4.0.0 - ajsc-archetype-parent - com.att.ajsc - 2.0.0 + spring-boot-starter-parent + org.springframework.boot + 1.5.18.RELEASE - org.openecomp.aai + 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 @@ -56,50 +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-SNAPSHOT + 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 @@ -109,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 + + @@ -132,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 @@ -320,7 +288,7 @@ true docker-hub - ${docker.push.registry}/openecomp/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} latest @@ -350,7 +318,7 @@ true ${basedir}/src/main/resources/json/schema ${generatedSourceDir} - org.openecomp.sa.rest + org.onap.aai.sa.rest @@ -383,6 +351,13 @@ **/* + + ${basedir} + true + + bundleconfig-local/** + + ${basedir}/src/main/bin/ @@ -401,14 +376,16 @@ src/main/java/** src/test/java/** + pom.xml + true - format + check - process-sources + validate