Repository: ambari Updated Branches: refs/heads/branch-2.6 13880851e -> b58fc71fe
AMBARI-21997. Unsupported major.minor version 52.0 when using com.networknt:json-schema-validator (rlevas) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b58fc71f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b58fc71f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b58fc71f Branch: refs/heads/branch-2.6 Commit: b58fc71fe2a8fcca30d8731b860f499c286a9fea Parents: 1388085 Author: Robert Levas <[email protected]> Authored: Tue Sep 19 12:46:20 2017 -0400 Committer: Robert Levas <[email protected]> Committed: Tue Sep 19 12:46:20 2017 -0400 ---------------------------------------------------------------------- ambari-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b58fc71f/ambari-server/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index 345e674..2f8b248d 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -1535,7 +1535,7 @@ <dependency> <groupId>com.networknt</groupId> <artifactId>json-schema-validator</artifactId> - <version>0.1.7</version> + <version>0.1.10</version> <scope>test</scope> </dependency> </dependencies>
