summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-05 11:38:01 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-04-08 14:59:46 +0200
commitf9999359c898143d0fb9a4a62063cbc51a40e25e (patch)
tree0cf789c1403af4607e557ffeb2c37a8fb9e72be0 /pom.xml
parent598c2469a004c50a1b29882e02e2fab7a8407d8b (diff)
Model distribution fails with model-loader 1.13.5
- move sdc-distribution-client instantiation out of the ModelController into a separate class - add integration test with embedded kafka (not fully implemented) Issue-ID: AAI-3818 Change-Id: I0b5dd118d9145372ddf123319b58829d0ef9275a Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 61a4ec2..644e408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,9 +240,25 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-aop</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
- <version>3.3.1</version>
+ <!-- <version>3.3.1</version> -->
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.kafka</groupId>
+ <artifactId>spring-kafka</artifactId>
+ <!-- <version>3.1.2</version> -->
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.kafka</groupId>
+ <artifactId>spring-kafka-test</artifactId>
+ <!-- <version>3.1.1</version> -->
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.onap.aai</groupId>