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 2022/12/12 20:50:18 UTC

[isis] branch spring6 updated: ISIS-3275: cleaning up after prev. commit

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

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


The following commit(s) were added to refs/heads/spring6 by this push:
     new cbc3da6137 ISIS-3275: cleaning up after prev. commit
cbc3da6137 is described below

commit cbc3da6137cfed1f203fe5d955790ee90a1b5166
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Dec 12 21:50:11 2022 +0100

    ISIS-3275: cleaning up after prev. commit
---
 commons/pom.xml                        |  6 ------
 commons/src/main/java/module-info.java |  1 -
 core/jdk-supplemental/pom.xml          | 23 -----------------------
 3 files changed, 30 deletions(-)

diff --git a/commons/pom.xml b/commons/pom.xml
index fc91cc8c63..e5f2ea03af 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -63,12 +63,6 @@
 			<type>pom</type>
 		</dependency>
 		
-		<dependency>
-    <groupId>org.springframework</groupId>
-    <artifactId>spring-oxm</artifactId>
-    <version>6.0.2</version>
-</dependency>
-		
 		<dependency>
 			<groupId>org.apache.causeway.core</groupId>
 			<artifactId>causeway-core-privileged</artifactId>
diff --git a/commons/src/main/java/module-info.java b/commons/src/main/java/module-info.java
index d835a867da..549197845b 100644
--- a/commons/src/main/java/module-info.java
+++ b/commons/src/main/java/module-info.java
@@ -74,7 +74,6 @@ module org.apache.causeway.commons {
     requires transitive jakarta.xml.bind;
     requires transitive jakarta.inject;
     requires jakarta.annotation;
-    requires spring.oxm;
 
     // JAXB JUnit test
     opens org.apache.causeway.commons.internal.resources to jakarta.xml.bind;
diff --git a/core/jdk-supplemental/pom.xml b/core/jdk-supplemental/pom.xml
index 0e5419cf23..0e6e339b46 100644
--- a/core/jdk-supplemental/pom.xml
+++ b/core/jdk-supplemental/pom.xml
@@ -62,25 +62,6 @@
 				<artifactId>stax2-api</artifactId>
 				<version>4.2.1</version>
 			</dependency>
-<!--			<dependency>-->
-<!--				<groupId>org.eclipse.persistence</groupId>-->
-<!--				<artifactId>org.eclipse.persistence.moxy</artifactId>-->
-<!--				<version>4.0.0</version>-->
-<!--				<exclusions>-->
-<!--					<exclusion>-->
-<!--						<groupId>org.ow2.asm</groupId>-->
-<!--						<artifactId>asm</artifactId>-->
-<!--					</exclusion>-->
-<!--					<exclusion>-->
-<!--						<groupId>org.ow2.asm</groupId>-->
-<!--						<artifactId>asm-tree</artifactId>-->
-<!--					</exclusion>-->
-<!--					<exclusion>-->
-<!--						<groupId>org.ow2.asm</groupId>-->
-<!--						<artifactId>asm-analysis</artifactId>-->
-<!--					</exclusion>-->
-<!--				</exclusions>-->
-<!--			</dependency>-->
 			<dependency>
 				<groupId>org.eclipse.persistence</groupId>
 				<artifactId>org.eclipse.persistence.sdo</artifactId>
@@ -178,10 +159,6 @@
 			<groupId>org.codehaus.woodstox</groupId>
 			<artifactId>stax2-api</artifactId>
 		</dependency>
-<!--		<dependency>-->
-<!--			<groupId>org.eclipse.persistence</groupId>-->
-<!--			<artifactId>org.eclipse.persistence.moxy</artifactId>-->
-<!--		</dependency>-->
 		<dependency>
 			<groupId>org.eclipse.persistence</groupId>
 			<artifactId>org.eclipse.persistence.sdo</artifactId>