Merge "[SO] Macro flow for PNF-Modify operation"
authorSeshu Kumar Mudiganti <seshukumar.mudiganti@windriver.com>
Mon, 4 Sep 2023 12:43:46 +0000 (12:43 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 4 Sep 2023 12:43:46 +0000 (12:43 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 554440f..8a1217b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>janino</artifactId>
         <version>2.5.15</version>
       </dependency>
+      <dependency>
+        <groupId>org.springframework.data</groupId>
+        <artifactId>spring-data-rest-hal-browser</artifactId>
+        <version>3.3.9.RELEASE</version>
+      </dependency>
+      <dependency>
+        <groupId>org.glassfish.jersey.core</groupId>
+        <artifactId>jersey-common</artifactId>
+        <version>2.30.1</version>
+      </dependency>
+      <dependency>
+        <groupId>com.h2database</groupId>
+        <artifactId>h2</artifactId>
+        <version>2.1.214</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework.security</groupId>
+        <artifactId>spring-security-web</artifactId>
+        <version>6.1.2</version>
+      </dependency>
       <dependency>
         <groupId>org.camunda.bpm</groupId>
         <artifactId>camunda-external-task-client</artifactId>