aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/rproxy/pom.xml
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-11-07 11:21:03 -0600
committerInstrumental <jonathan.gathman@att.com>2018-11-07 11:30:51 -0600
commitc701407539324d60f32be496e5292808829ae1d6 (patch)
treed650a9d1a820af98e99796e98cffdb77e018c400 /sidecar/rproxy/pom.xml
parent25129101f6735146df78a6c94fac9fca510d585d (diff)
Pom OParent, other hierarchy
Issue-ID: AAF-613 Change-Id: I14531b546aebb9e5326ddc67eb3ec4eb9e17dac1 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'sidecar/rproxy/pom.xml')
-rw-r--r--sidecar/rproxy/pom.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml
index 6131a39..6c32238 100644
--- a/sidecar/rproxy/pom.xml
+++ b/sidecar/rproxy/pom.xml
@@ -24,35 +24,15 @@
<parent>
<groupId>org.onap.aaf.cadi.sidecar</groupId>
<artifactId>sidecar</artifactId>
- <version>2.1.2-SNAPSHOT</version>
+ <version>2.1.7-SNAPSHOT</version>
</parent>
<artifactId>rproxy</artifactId>
- <version>2.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>aaf-rproxy</name>
+ <name>Sidecar rproxy</name>
<description>ONAP AAF Reverse Proxy Microservice For Pluggable Security</description>
- <properties>
- <spring.boot.version>2.0.3.RELEASE</spring.boot.version>
- <docker.location>${basedir}/target</docker.location>
- <!-- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> -->
- </properties>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <!-- Import dependency management from Spring Boot -->
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-dependencies</artifactId>
- <version>${spring.boot.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
<!-- Spring Boot Dependencies -->
@@ -98,7 +78,6 @@
<dependency>
<groupId>org.onap.aaf.cadi.sidecar</groupId>
<artifactId>fproxy</artifactId>
- <version>2.1.2-SNAPSHOT</version>
</dependency>
<dependency>
@@ -116,7 +95,6 @@
<dependency>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>aaf-cadi-aaf</artifactId>
- <version>2.1.2</version>
</dependency>
</dependencies>