X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f744ee0b8448fed5d381f959e76dabbfaf17961b;hb=7ca6c2a19ee1971a402a6b7eaad4324d83fb236a;hp=43391affef8c194e90c780c83503c61d8ddfcb15;hpb=34aa4984446aeb39b64930baf64058ea22ec9da0;p=aai%2Fsearch-data-service.git diff --git a/pom.xml b/pom.xml index 43391af..f744ee0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,24 +1,25 @@ + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright © 2017-2018 Amdocs + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + +--> 4.0.0 @@ -26,11 +27,11 @@ limitations under the License. spring-boot-starter-parent org.springframework.boot - 1.5.12.RELEASE + 1.5.15.RELEASE org.onap.aai search-data-service - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT aai-search-data-service @@ -69,7 +70,6 @@ limitations under the License. com.jayway.jsonpath json-path 2.2.0 - test @@ -79,9 +79,9 @@ limitations under the License. - dom4j + org.dom4j dom4j - 1.6.1 + 2.1.1 provided @@ -285,17 +285,10 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 - - - com.github.jnr - jnr-unixsocket - 0.13 - - true docker-hub - onap/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} latest @@ -383,14 +376,16 @@ limitations under the License. src/main/java/** src/test/java/** + pom.xml + true - format + check - process-sources + validate