From b91fd8d248685e59b4d3d16cffd31397a3666508 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 17 Oct 2024 12:17:55 +0200 Subject: Release 1.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 --- aai-resources/pom.xml | 17 ++--------------- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 17 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 @@ org.springframework.boot spring-boot-starter-test + test org.springframework.boot @@ -525,10 +526,6 @@ org.springframework spring-web - - junit - junit - @@ -599,17 +596,7 @@ netty-all ${netty.version} - - org.codehaus.groovy - groovy - indy - ${groovy.version} - - - org.springframework.boot - spring-boot-test - test - + org.springframework.boot diff --git a/pom.xml b/pom.xml index e1ef5cd..367f9e4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.aai-common aai-parent - 1.15.1-SNAPSHOT + 1.15.1 org.onap.aai.resources resources @@ -49,7 +49,7 @@ /content/repositories/staging/ ${project.version} - 1.15.1-SNAPSHOT + 1.15.1 1.12.5 -- cgit 1.2.3-korg