WIP with adding Open Badges Validator and new optional URI submission to validate form.

This commit is contained in:
Miles Lyon 2022-07-12 16:46:50 -04:00
parent 9ab087f026
commit b74d62e218

View File

@ -12,7 +12,21 @@
<dependency> <dependency>
<groupId>org.1edtech</groupId> <groupId>org.1edtech</groupId>
<artifactId>inspector-core</artifactId> <artifactId>inspector-core</artifactId>
</dependency> <exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
</exclusion>
<exclusion>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency> <dependency>
<groupId>com.auth0</groupId> <groupId>com.auth0</groupId>
<artifactId>auth0</artifactId> <artifactId>auth0</artifactId>