X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f744ee0b8448fed5d381f959e76dabbfaf17961b;hb=f3dbccd386d36df1936d3a3ea6a6a5daa9262214;hp=edf8bd59e99d7da1d8004625e9424e25810dafd8;hpb=f4d5a2be57c0595ad311a8a8446f1c16a1830f9e;p=aai%2Fsearch-data-service.git diff --git a/pom.xml b/pom.xml index edf8bd5..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 @@ -288,7 +288,7 @@ limitations under the License. true docker-hub - onap/${project.artifactId} + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} latest @@ -376,14 +376,16 @@ limitations under the License. src/main/java/** src/test/java/** + pom.xml + true - format + check - process-sources + validate