From b74d62e218f73640f26dd182ea7b94b8c9bf787c Mon Sep 17 00:00:00 2001 From: Miles Lyon Date: Tue, 12 Jul 2022 16:46:50 -0400 Subject: [PATCH] WIP with adding Open Badges Validator and new optional URI submission to validate form. --- inspector-vc/pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/inspector-vc/pom.xml b/inspector-vc/pom.xml index 2a1342f..606f292 100644 --- a/inspector-vc/pom.xml +++ b/inspector-vc/pom.xml @@ -12,7 +12,21 @@ org.1edtech inspector-core - + + + com.fasterxml.jackson.core + jackson-databind + + + com.jayway.jsonpath + json-path + + + com.networknt + json-schema-validator + + + com.auth0 auth0