diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-06 13:58:51 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-12-06 13:58:51 +0100 |
commit | 498b357833a128211aac0bf6c4325f0b100b72b6 (patch) | |
tree | 3ec4706d1c8e5e1bebb93e70b9220791a07c90cf /aai-parent | |
parent | 8dd67aa726928fd0c6f8417bddceaa469ca5e44a (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-parent')
-rw-r--r-- | aai-parent/pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index e45c009f..c55f7b14 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.15.3-SNAPSHOT</version> + <version>1.15.4-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> @@ -122,7 +122,6 @@ limitations under the License. <sonar.scanner.version>3.7.0.1746</sonar.scanner.version> - <spring.security.rsa.version>1.0.8.RELEASE</spring.security.rsa.version> <json.simple.version>1.1.1</json.simple.version> <aspectj.version>1.9.1</aspectj.version> <logging.analytics.version>1.5.1</logging.analytics.version> @@ -144,12 +143,6 @@ limitations under the License. <type>pom</type> <scope>import</scope> </dependency> - <!-- TODO: check if this can be updated to something > 1.0.8 --> - <dependency> - <groupId>org.springframework.security</groupId> - <artifactId>spring-security-rsa</artifactId> - <version>${spring.security.rsa.version}</version> - </dependency> <dependency> <groupId>com.googlecode.json-simple</groupId> |