You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/09/19 16:45:22 UTC

ambari git commit: AMBARI-21997. Unsupported major.minor version 52.0 when using com.networknt:json-schema-validator (rlevas)

Repository: ambari
Updated Branches:
  refs/heads/trunk f7c9e1ee5 -> 9be7569b9


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/9be7569b
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9be7569b
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9be7569b

Branch: refs/heads/trunk
Commit: 9be7569b96a99932758065ff2289399eecadf024
Parents: f7c9e1e
Author: Robert Levas <rl...@hortonworks.com>
Authored: Tue Sep 19 12:45:10 2017 -0400
Committer: Robert Levas <rl...@hortonworks.com>
Committed: Tue Sep 19 12:45:16 2017 -0400

----------------------------------------------------------------------
 ambari-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9be7569b/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 4a896ad..3d22044 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -1689,7 +1689,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>