aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r--prh-commons/pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index 20dfb286..074ef92e 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.dcaegen2.services</groupId>
<artifactId>prh</artifactId>
- <version>1.9.0-SNAPSHOT</version>
+ <version>1.10.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.services.prh</groupId>
@@ -98,7 +98,15 @@
<artifactId>reactor-test</artifactId>
<scope>test</scope>
</dependency>
-
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-web</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework.kafka</groupId>
+ <artifactId>spring-kafka</artifactId>
+ <version>2.8.11</version>
+ </dependency>
</dependencies>
</project>