summaryrefslogtreecommitdiffstats
path: root/ms/error-catalog/core/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-04-08 19:17:10 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-08 19:17:10 +0000
commit0466d6807e71c7c443f60e340445927194c0ee39 (patch)
tree425c0da963ba71d48f98171e9acffee748d79bb1 /ms/error-catalog/core/pom.xml
parent2973e9755cb2e7424eacaeb9e277cbd613605ec1 (diff)
parent4384dfcb4c2147f9c2ae0142a4f01dd94c347c50 (diff)
Merge "Refactoring BP Code with ErrorCatalog" into frankfurt
Diffstat (limited to 'ms/error-catalog/core/pom.xml')
-rw-r--r--ms/error-catalog/core/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ms/error-catalog/core/pom.xml b/ms/error-catalog/core/pom.xml
index 6f66c0d4e..e58c33169 100644
--- a/ms/error-catalog/core/pom.xml
+++ b/ms/error-catalog/core/pom.xml
@@ -32,4 +32,23 @@
<properties>
<sonar.skip>true</sonar.skip>
</properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-webflux</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.module</groupId>
+ <artifactId>jackson-module-kotlin</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>javax.persistence-api</artifactId>
+ </dependency>
+ </dependencies>
</project>