summaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-09 15:22:21 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-10-09 16:54:08 +0200
commit5c51d64a26c09c6d300681751b5e622820888216 (patch)
treecb077ba82dfdeeea10c2cac6a14d86a4300dbba4 /aai-parent
parent51186f010e5aa43da43c56758bc5d761bec155d9 (diff)
Refactor DeltaEvents
- get rid of StoreNotificationEvent class and directly publish to Kafka - use Lombok in related classes Issue-ID: AAI-4014 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ic6433b75a4540f597edf1316afe6d6c56a7bd08b
Diffstat (limited to 'aai-parent')
-rw-r--r--aai-parent/pom.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index afabc497..82fd3135 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -90,7 +90,6 @@ limitations under the License.
-->
<spring.boot.version>2.5.15</spring.boot.version>
<spring.version>5.3.39</spring.version>
- <spring.jms.version>5.2.25.RELEASE</spring.jms.version>
<spring.test.version>${spring.version}</spring.test.version>
<json.path.version>2.2.0</json.path.version>
<json.version>20190722</json.version>
@@ -162,13 +161,6 @@ limitations under the License.
<artifactId>spring-security-rsa</artifactId>
<version>${spring.security.rsa.version}</version>
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-jms</artifactId>
- <version>5.3.39</version>
- </dependency>
-
-
<dependency>
<groupId>com.googlecode.json-simple</groupId>