From 5aa8aec689a399e7803e84e531532d0c61631ec1 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 7 Nov 2018 20:52:15 -0600 Subject: Fix/Renable sidecar builds Issue-ID: AAF-613 Change-Id: Ic13411eebbf3c1c9b6d8492aff1b37db37a965e4 Signed-off-by: Instrumental --- sidecar/pom.xml | 156 ++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 101 insertions(+), 55 deletions(-) (limited to 'sidecar/pom.xml') diff --git a/sidecar/pom.xml b/sidecar/pom.xml index def9f20..c926d99 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -1,29 +1,29 @@ - - - org.onap.aaf.cadi - parent - 2.1.7-SNAPSHOT - .. - + * =========================================================================== + * org.onap.aaf + * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. + * =========================================================================== + * 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==================================================== + * --> + + + org.onap.aaf.cadi + parent + 2.1.7-SNAPSHOT + .. + 4.0.0 org.onap.aaf.cadi.sidecar sidecar @@ -33,38 +33,97 @@ UTF-8 UTF-8 + true + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + 1.8 - 2.0.3.RELEASE + + 2.0.3.RELEASE + 3.0.4.RELEASE ${basedir}/target + - - - org.onap.aaf.cadi.sidecar - fproxy - ${project.version} - - - org.onap.aaf.cadi.sidecar - rproxy - ${project.version} - + + org.onap.aaf.cadi.sidecar + fproxy + ${project.version} + + + org.onap.aaf.cadi.sidecar + rproxy + ${project.version} + + + javax.servlet + javax.servlet-api + 3.1.0 + + + + org.aspectj + aspectjrt + 1.9.2 + + + + com.google.code.gson + gson + 2.8.5 + + + + org.apache.commons + commons-lang3 + 3.8.1 + + + + org.springframework.boot + spring-boot-starter-jetty + ${spring.boot.version} + + + + org.springframework.boot + spring-boot-starter-aop + ${spring.boot.version} + - org.springframework.boot - spring-boot-dependencies + spring-boot-starter-web + ${spring.boot.version} + + + + org.springframework.boot + spring-boot-starter-test ${spring.boot.version} - pom - import + - + @@ -74,19 +133,6 @@ - - - - true - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - ${java.version} - ${java.version} - - - @@ -112,7 +158,7 @@ - + -- cgit 1.2.3-korg