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/29 15:47:48 UTC

[aries-cdi] branch master updated: minor build updates

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


The following commit(s) were added to refs/heads/master by this push:
     new b64f578  minor build updates
b64f578 is described below

commit b64f578ee1abadef793cab3d1ecadeb2a377970b
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Tue Sep 29 11:47:26 2020 -0400

    minor build updates
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 .github/workflows/maven.yml  | 4 ++--
 cdi-itests/owb-itest.bndrun  | 1 -
 cdi-itests/weld-itest.bndrun | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f754326..cc26070 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
   JDKxx_Matrix:
     strategy:
       matrix:
-        java: [ 8, 11, 14, 15-ea ]
+        java: [ 8, 11, 15 ]
         os: [ ubuntu-latest ]
         include:
         - os: windows-latest
@@ -42,7 +42,7 @@ jobs:
   JDKxx_Matrix-Experimental:
     strategy:
       matrix:
-        java: [ 8, 11, 14, 15-ea ]
+        java: [ 8, 11, 15 ]
         os: [ ubuntu-latest ]
         include:
         - os: windows-latest
diff --git a/cdi-itests/owb-itest.bndrun b/cdi-itests/owb-itest.bndrun
index 7db7d6f..af2d5ca 100644
--- a/cdi-itests/owb-itest.bndrun
+++ b/cdi-itests/owb-itest.bndrun
@@ -19,7 +19,6 @@
 -runblacklist: \
 	osgi.identity;filter:='(osgi.identity=*weld*)'
 -runbundles: \
-	assertj-core;version='[3.16.1,3.16.2)',\
 	biz.aQute.junit;version='[5.1.0,5.1.1)',\
 	javax.servlet.jsp-api;version='[2.3.3,2.3.4)',\
 	openwebbeans-impl;version='[2.0.13,2.0.14)',\
diff --git a/cdi-itests/weld-itest.bndrun b/cdi-itests/weld-itest.bndrun
index 8804803..23a1cb4 100644
--- a/cdi-itests/weld-itest.bndrun
+++ b/cdi-itests/weld-itest.bndrun
@@ -20,7 +20,6 @@
 -runblacklist: \
 	osgi.identity;filter:='(osgi.identity=*owb*)'
 -runbundles: \
-	assertj-core;version='[3.16.1,3.16.2)',\
 	biz.aQute.junit;version='[5.1.0,5.1.1)',\
 	jboss-classfilewriter;version='[1.2.4,1.2.5)',\
 	org.apache.aries.cdi.extender;version='[1.1.2,1.1.3)',\