You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2020/09/08 17:46:52 UTC

[aries-cdi] branch master updated (2315221 -> 7962dbe)

This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git.


    from 2315221  add Java 15-ea to build matrix
     add d2a6b62  switch dependencies to published version
     new 7962dbe  switch dependencies to published version for experimental profile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 cdi-extension-mp-config/pom.xml   | 2 +-
 cdi-extension-mp-jwt-auth/pom.xml | 2 +-
 cdi-extension-mp-metrics/pom.xml  | 2 +-
 cdi-itests/owb-itest.bndrun       | 1 +
 cdi-itests/pom.xml                | 2 +-
 cdi-itests/weld-itest.bndrun      | 1 +
 pom.xml                           | 4 ++--
 7 files changed, 8 insertions(+), 6 deletions(-)


[aries-cdi] 01/01: switch dependencies to published version for experimental profile

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-cdi.git

commit 7962dbee66972b175b073a1ff98ed0496f745293
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Tue Sep 8 13:44:07 2020 -0400

    switch dependencies to published version for experimental profile
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 cdi-extension-mp-config/pom.xml   | 2 +-
 cdi-extension-mp-jwt-auth/pom.xml | 2 +-
 cdi-extension-mp-metrics/pom.xml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cdi-extension-mp-config/pom.xml b/cdi-extension-mp-config/pom.xml
index f2d8c0d..85f17d2 100644
--- a/cdi-extension-mp-config/pom.xml
+++ b/cdi-extension-mp-config/pom.xml
@@ -204,7 +204,7 @@
 			<dependencies>
 				<dependency>
 					<groupId>org.osgi</groupId>
-					<artifactId>org.osgi.test.assertj</artifactId>
+					<artifactId>org.osgi.test.assertj.framework</artifactId>
 				</dependency>
 				<dependency>
 					<groupId>org.osgi</groupId>
diff --git a/cdi-extension-mp-jwt-auth/pom.xml b/cdi-extension-mp-jwt-auth/pom.xml
index fb48cd5..a7ba9cf 100644
--- a/cdi-extension-mp-jwt-auth/pom.xml
+++ b/cdi-extension-mp-jwt-auth/pom.xml
@@ -328,7 +328,7 @@
 
 				<dependency>
 					<groupId>org.osgi</groupId>
-					<artifactId>org.osgi.test.assertj</artifactId>
+					<artifactId>org.osgi.test.assertj.framework</artifactId>
 				</dependency>
 				<dependency>
 					<groupId>org.osgi</groupId>
diff --git a/cdi-extension-mp-metrics/pom.xml b/cdi-extension-mp-metrics/pom.xml
index 807847b..487dcd8 100644
--- a/cdi-extension-mp-metrics/pom.xml
+++ b/cdi-extension-mp-metrics/pom.xml
@@ -239,7 +239,7 @@
 				</dependency>
 				<dependency>
 					<groupId>org.osgi</groupId>
-					<artifactId>org.osgi.test.assertj</artifactId>
+					<artifactId>org.osgi.test.assertj.framework</artifactId>
 				</dependency>
 				<dependency>
 					<groupId>org.osgi</groupId>