aboutsummaryrefslogtreecommitdiffstats
path: root/aai-rest
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-06 13:58:51 +0100
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-12-06 13:58:51 +0100
commit498b357833a128211aac0bf6c4325f0b100b72b6 (patch)
tree3ec4706d1c8e5e1bebb93e70b9220791a07c90cf /aai-rest
parent8dd67aa726928fd0c6f8417bddceaa469ca5e44a (diff)
Remove dependency management for spring-security-rsa dependency
- remove spring-security-rsa from aai-parent - bump snapshot version to 1.15.4-SNAPSHOT Issue-ID: AAI-4081 Change-Id: I8ae022bc7307efeac7cfd90415e2d412f83cfd9b Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-rest')
-rw-r--r--aai-rest/pom.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml
index 1f94d3a3..542db413 100644
--- a/aai-rest/pom.xml
+++ b/aai-rest/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.15.3-SNAPSHOT</version>
+ <version>1.15.4-SNAPSHOT</version>
<relativePath>../aai-parent/pom.xml</relativePath>
</parent>
<artifactId>aai-rest</artifactId>
@@ -37,7 +37,6 @@
<properties>
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <spring.security.version>1.0.8.RELEASE</spring.security.version>
</properties>
<dependencies>
@@ -75,24 +74,6 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
- <!--
- Explicitly stating the security spring framework and
- exclude the bouncy castle since that is somehow overwriting
- our p12 file decryption that's built into java security
- This will cause the password is incorrect
- This needs to be added back if org.bouncy castle dependency
- sneaks backs in and causing issues with the two way ssl
- -->
- <dependency>
- <groupId>org.springframework.security</groupId>
- <artifactId>spring-security-rsa</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcpkix-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>