You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ac...@apache.org on 2017/06/28 09:27:00 UTC

[2/3] karaf git commit: [KARAF-5226] Add Hibernate-validator dependency to DependencyManagement

[KARAF-5226] Add Hibernate-validator dependency to DependencyManagement


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

Branch: refs/heads/master
Commit: f8b101d58595d41b821325afb37499565ffebee4
Parents: f176bf0
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Jun 28 11:01:21 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Jun 28 11:26:44 2017 +0200

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/f8b101d5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f06fca1..336467e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1730,6 +1730,11 @@
                 <artifactId>narayana-osgi-jta</artifactId>
                 <version>${narayana.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.hibernate</groupId>
+                <artifactId>hibernate-validator</artifactId>
+                <version>${hibernate.validator.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>