diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-04-27 10:32:51 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2022-04-27 09:52:07 +0000 |
commit | c3fb95f45239453d8765d6e51118f49dc5f90444 (patch) | |
tree | 95c0f4c91b0a25eaf50e324f960b58d4d9853d09 /runtime-acm/pom.xml | |
parent | d13940636ced77fcafdf236d5af0eef9ee4509a1 (diff) |
Fix Issue when serialization into JSON Schema
Issue-ID: POLICY-4104
Change-Id: Iab42134820fc547429a988b43a0bd6edb344c3db
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'runtime-acm/pom.xml')
-rw-r--r-- | runtime-acm/pom.xml | 10 |
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> |