summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-18 19:52:40 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-05-21 13:39:16 +0200
commit9d93fb4e58c23ddcb252e6812557bb2dbdcd4ce9 (patch)
tree33d90b6a41b2764e12d06e2e1a123a934371e299 /pom.xml
parentc4208db72297836601e1e4a579b60f96960bbdf3 (diff)
Add spring-boot actuator to model-loader1.14.1
- add actuator that enables liveness probes - allow passing in jvm args to the running process (for debugging or profiling) - bump version to 1.14.1 Issue-ID: AAI-3852 Change-Id: Id4b8c5d5402a8eeaf1630a3cdcdfc68471a26a94 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 4 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 7e50b9c..2574071 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.aai.model-loader</groupId>
<artifactId>model-loader</artifactId>
<name>aai-model-loader</name>
- <version>1.14.0-SNAPSHOT</version>
+ <version>1.14.1-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
@@ -244,19 +244,16 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.kafka</groupId>
- <artifactId>kafka-clients</artifactId>
- <!-- <version>3.3.1</version> -->
- </dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-actuator</artifactId>
+ </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>