Undid POM exclusions and commented out mvn enforcer to address issues with missing runtime jars.

This commit is contained in:
Miles Lyon 2022-08-02 15:09:52 -04:00
parent c42ca86915
commit a8ffcaae37

View File

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