You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/04/21 08:43:32 UTC

[isis] branch master updated: Bump gmbal-api-only from 4.0.2 to 4.0.3

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 57f0e80  Bump gmbal-api-only from 4.0.2 to 4.0.3
57f0e80 is described below

commit 57f0e80bba51ab54726d381e13b324e769903152
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Apr 21 10:43:14 2021 +0200

    Bump gmbal-api-only from 4.0.2 to 4.0.3
---
 core/jdk-supplemental/pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/core/jdk-supplemental/pom.xml b/core/jdk-supplemental/pom.xml
index 68626e8..1af79a4 100644
--- a/core/jdk-supplemental/pom.xml
+++ b/core/jdk-supplemental/pom.xml
@@ -126,12 +126,6 @@
 					<groupId>org.codehaus.woodstox</groupId>
 					<artifactId>stax2-api</artifactId>
 				</exclusion>
-				<exclusion>
-					<!-- depends on org.glassfish.gmbal:gmbal-api-only:4.0.3 
-						which is not released (as of April 2021) -->
-					<groupId>org.glassfish.gmbal</groupId>
-					<artifactId>gmbal-api-only</artifactId>
-				</exclusion>
 			</exclusions>
 		</dependency>
 		<dependency>
@@ -150,11 +144,7 @@
 			<groupId>org.eclipse.persistence</groupId>
 			<artifactId>org.eclipse.persistence.sdo</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>org.glassfish.gmbal</groupId>
-			<artifactId>gmbal-api-only</artifactId>
-			<version>4.0.2</version>
-		</dependency>
+
 
 		<dependency>
 			<groupId>javax.xml.bind</groupId>