Repository: nifi-registry
Updated Branches:
  refs/heads/master 785cb81ff -> 168708927


NIFIREG-9 Changing hibernate-validator group back to match spring-boot


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/16870892
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/16870892
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/16870892

Branch: refs/heads/master
Commit: 168708927516fb5e05d41aadc6ab0a35368fd1f9
Parents: 785cb81
Author: Bryan Bende <[email protected]>
Authored: Thu Oct 5 14:32:38 2017 -0400
Committer: Bryan Bende <[email protected]>
Committed: Thu Oct 5 14:32:38 2017 -0400

----------------------------------------------------------------------
 nifi-registry-framework/pom.xml | 2 +-
 pom.xml                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/16870892/nifi-registry-framework/pom.xml
----------------------------------------------------------------------
diff --git a/nifi-registry-framework/pom.xml b/nifi-registry-framework/pom.xml
index 573f9b2..ebd1feb 100644
--- a/nifi-registry-framework/pom.xml
+++ b/nifi-registry-framework/pom.xml
@@ -133,7 +133,7 @@
             <artifactId>commons-io</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.hibernate.validator</groupId>
+            <groupId>org.hibernate</groupId>
             <artifactId>hibernate-validator</artifactId>
         </dependency>
         <dependency>

http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/16870892/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66c8197..29389e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@
                 <version>2.0.0.Final</version>
             </dependency>
             <dependency>
-                <groupId>org.hibernate.validator</groupId>
+                <groupId>org.hibernate</groupId>
                 <artifactId>hibernate-validator</artifactId>
                 <version>6.0.2.Final</version>
             </dependency>

Reply via email to