aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime-acm/pom.xml')
-rw-r--r--runtime-acm/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml
index 7648175a3..c6729ffa5 100644
--- a/runtime-acm/pom.xml
+++ b/runtime-acm/pom.xml
@@ -50,6 +50,16 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>com.fasterxml.jackson.module</groupId>
+ <artifactId>jackson-module-jsonSchema</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>