X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=65c8d40693799f54b2f90aca4f20380cf47b2cad;hb=61110b0508dbc10d1e925c1f3ee637f61689ffac;hp=666439288804d10007578f8e8a3c5d6d16b3d253;hpb=f2053bbbf38fe3243528eff983c7e5089fd1579a;p=aai%2Fsearch-data-service.git diff --git a/pom.xml b/pom.xml index 6664392..65c8d40 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.18.RELEASE org.onap.aai search-data-service - 1.3.0-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 @@ -124,19 +124,6 @@ limitations under the License. 2.7.8 - - edu.emory.mathcs.backport - com.springsource.edu.emory.mathcs.backport - 3.1.0 - provided - - - - javax.ws.rs - javax.ws.rs-api - 2.0 - - org.apache.directory.studio org.apache.commons.lang @@ -164,7 +151,40 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + + 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-tomcat + + + org.springframework.boot @@ -176,12 +196,7 @@ limitations under the License. spring-boot-starter-test test - - - org.eclipse.jetty - jetty-security - - + org.springframework.boot spring-boot-starter-security @@ -373,14 +388,16 @@ limitations under the License. src/main/java/** src/test/java/** + pom.xml + true - format + check - process-sources + validate