diff options
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 5dc9423def..54d6ce2f6a 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -22,6 +22,7 @@ </properties> <dependencies> + <dependency> <groupId>org.openecomp.sdc</groupId> <artifactId>togglz-rest-services</artifactId> @@ -42,6 +43,11 @@ <!--JSON and YAML Parsing--> <dependency> + <groupId>com.networknt</groupId> + <artifactId>json-schema-validator</artifactId> + <version>1.0.84</version> + </dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${jackson.version}</version> @@ -57,7 +63,6 @@ </exclusion> </exclusions> </dependency> - <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> @@ -220,11 +225,11 @@ </exclusions> </dependency> - <dependency> - <groupId>io.micrometer</groupId> - <artifactId>micrometer-registry-prometheus</artifactId> - <version>${micrometer.version}</version> - </dependency> + <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-prometheus</artifactId> + <version>${micrometer.version}</version> + </dependency> <dependency> <groupId>ch.qos.logback</groupId> @@ -1183,6 +1188,9 @@ <exclude> src/test/resources/artifacts/pnfSoftwareInformation/** </exclude> + <exclude> + src/test/resources/yamlValidation/noValid/** + </exclude> </excludes> </validationSet> <validationSet> |