diff options
Diffstat (limited to 'sidecar/rproxy')
-rw-r--r-- | sidecar/rproxy/.gitignore | 4 | ||||
-rw-r--r-- | sidecar/rproxy/pom.xml | 26 |
2 files changed, 6 insertions, 24 deletions
diff --git a/sidecar/rproxy/.gitignore b/sidecar/rproxy/.gitignore new file mode 100644 index 0000000..6028f0a --- /dev/null +++ b/sidecar/rproxy/.gitignore @@ -0,0 +1,4 @@ +/.classpath +/.settings/ +/target/ +/.project 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> |