diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-09 15:22:21 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-09 16:54:08 +0200 |
commit | 5c51d64a26c09c6d300681751b5e622820888216 (patch) | |
tree | cb077ba82dfdeeea10c2cac6a14d86a4300dbba4 /aai-core/pom.xml | |
parent | 51186f010e5aa43da43c56758bc5d761bec155d9 (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-core/pom.xml')
-rw-r--r-- | aai-core/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 97bd29dc..c42450db 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -293,14 +293,6 @@ limitations under the License. <artifactId>logback-access</artifactId> </dependency> <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-broker</artifactId> - </dependency> - <dependency> - <groupId>org.apache.activemq</groupId> - <artifactId>activemq-openwire-legacy</artifactId> - </dependency> - <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> </dependency> @@ -370,15 +362,6 @@ limitations under the License. </exclusions> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-jms</artifactId> - </dependency> - <dependency> - <groupId>javax.jms</groupId> - <artifactId>javax.jms-api</artifactId> - <version>2.0.1</version> - </dependency> - <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </dependency> |