From 439e16586f6a1b05a892cada09e7b48cb322878c Mon Sep 17 00:00:00 2001 From: rv871f Date: Thu, 29 Mar 2018 11:38:04 -0400 Subject: Portal Login Filter reintegration Issue-ID: AAI-599 Change-Id: I119608a418a07546cd58d4fcbdf93f033c8fbd88 Signed-off-by: rv871f --- sparkybe-onap-application/pom.xml | 159 +++++++++++++++----------------------- 1 file changed, 64 insertions(+), 95 deletions(-) (limited to 'sparkybe-onap-application/pom.xml') diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 92c3126..ec40b53 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -1,5 +1,6 @@ - - 4.0.0 + + 4.0.0 org.springframework.boot @@ -8,9 +9,9 @@ org.onap.aai.sparky-be - sparkybe-onap-application + sparkybe-onap-application 1.2.0-SNAPSHOT - jar + jar 1.8 @@ -29,26 +30,26 @@ - + + + + + org.apache.camel + camel-spring-boot-dependencies + ${camel-spring-boot.version} + pom + import + - - - org.apache.camel - camel-spring-boot-dependencies - ${camel-spring-boot.version} - pom - import - - - - ch.qos.logback - logback-classic - 1.2.1 - + + ch.qos.logback + logback-classic + 1.2.1 + - + - + @@ -73,14 +74,14 @@ - + org.springframework.boot spring-boot-starter-logging - ch.qos.logback - logback-classic + ch.qos.logback + logback-classic @@ -125,7 +126,7 @@ commons-io commons-io - + @@ -144,11 +145,11 @@ spring-boot-starter-actuator - - org.onap.aai.sparky-be - sparkybe-onap-service - 1.2.0-SNAPSHOT - + + org.onap.aai.sparky-be + sparkybe-onap-service + 1.2.0-SNAPSHOT + @@ -378,6 +379,13 @@ org.springframework.boot spring-boot-maven-plugin + + + + ${CONFIG_HOME}/portal/ + + + org.apache.maven.plugins @@ -486,38 +494,14 @@ - - + + com.spotify docker-maven-plugin @@ -534,41 +518,26 @@ - + - - - ecomp-releases - ECOMP Release Repository - ${nexusproxy}/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - ${nexusproxy}/content/repositories/snapshots/ - - - + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + -- cgit 1.2.3-korg