diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:17:55 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:17:55 +0200 |
commit | b91fd8d248685e59b4d3d16cffd31397a3666508 (patch) | |
tree | f7d26a6644d0edc527ba7e462dab15ed3d8b933f /aai-resources/pom.xml | |
parent | 15881c7544fdb476c056f5ef14cf8e0da1ec4cb1 (diff) |
Release 1.15.11.15.1
- cleanup notification logic to get rid of ActiveMQ
- remove activemq and jms related dependencies
Issue-ID: AAI-4019
Change-Id: I3670601d7d755ac2d675ca4be02273038dfd4cda
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 4a409c0..5cc366d 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -298,6 +298,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> @@ -525,10 +526,6 @@ <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </exclusion> - <exclusion> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </exclusion> </exclusions> </dependency> <dependency> @@ -599,17 +596,7 @@ <artifactId>netty-all</artifactId> <version>${netty.version}</version> </dependency> - <dependency> - <groupId>org.codehaus.groovy</groupId> - <artifactId>groovy</artifactId> - <classifier>indy</classifier> - <version>${groovy.version}</version> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-test</artifactId> - <scope>test</scope> - </dependency> + <!-- Only used for the WebTestClient --> <dependency> <groupId>org.springframework.boot</groupId> |