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:26:59 UTC

[1/3] karaf git commit: [KARAF-5227] Use an explicit Awaitility version property

Repository: karaf
Updated Branches:
  refs/heads/master 20c134764 -> 12295a845


[KARAF-5227] Use an explicit Awaitility version property


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

Branch: refs/heads/master
Commit: 12295a8452e67ce1c78679373b4d6807fbd10736
Parents: f8b101d
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Jun 28 11:02:51 2017 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Jun 28 11:26:44 2017 +0200

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/12295a84/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 336467e..facd78f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,6 +144,7 @@
         <antlr.bundle.version>2.7.7_5</antlr.bundle.version>
         <asm.version>5.2</asm.version>
         <asm.springsource.version>1.5.3</asm.springsource.version>
+        <awaitility.version>3.0.0</awaitility.version>
         <cglib.bundle.version>3.2.4_1</cglib.bundle.version>
         <cglib2.version>2.2.0</cglib2.version>
         
@@ -1723,7 +1724,7 @@
             <dependency>
                 <groupId>org.awaitility</groupId>
                 <artifactId>awaitility</artifactId>
-                <version>3.0.0</version>
+                <version>${awaitility.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.jboss.narayana.osgi</groupId>


[3/3] karaf git commit: [KARAF-5225] Add Narayana dependencies to DependencyManagement

Posted by ac...@apache.org.
[KARAF-5225] Add Narayana dependencies to DependencyManagement


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

Branch: refs/heads/master
Commit: f176bf011576502dab802066348dbcb9a3793dbc
Parents: 20c1347
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Jun 28 10:58:16 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/f176bf01/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 03668fb..f06fca1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1725,6 +1725,11 @@
                 <artifactId>awaitility</artifactId>
                 <version>3.0.0</version>
             </dependency>
+            <dependency>
+                <groupId>org.jboss.narayana.osgi</groupId>
+                <artifactId>narayana-osgi-jta</artifactId>
+                <version>${narayana.version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 


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

Posted by ac...@apache.org.
[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>