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 548bb60 ISIS-2836: mavendeps: remove obsolete exclusions
548bb60 is described below
commit 548bb608339607da77513441b7bca496c2a174af
Author: Andi Huber <[email protected]>
AuthorDate: Mon Aug 16 11:08:43 2021 +0200
ISIS-2836: mavendeps: remove obsolete exclusions
---
mavendeps/unittests/pom.xml | 21 ---------------------
mavendeps/webapp/pom.xml | 21 ---------------------
2 files changed, 42 deletions(-)
diff --git a/mavendeps/unittests/pom.xml b/mavendeps/unittests/pom.xml
index 6291db3..6e83dd2 100644
--- a/mavendeps/unittests/pom.xml
+++ b/mavendeps/unittests/pom.xml
@@ -34,27 +34,6 @@
<dependency>
<groupId>org.apache.isis.testing</groupId>
<artifactId>isis-testing-unittestsupport-applib</artifactId>
- <!--
- excluded to make consistent with JDK11 where these have been
removed.
- -->
- <exclusions>
- <exclusion>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-ri</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
diff --git a/mavendeps/webapp/pom.xml b/mavendeps/webapp/pom.xml
index 798ba28..14ce0cb 100644
--- a/mavendeps/webapp/pom.xml
+++ b/mavendeps/webapp/pom.xml
@@ -70,27 +70,6 @@
<dependency>
<groupId>org.apache.isis.core</groupId>
<artifactId>isis-schema</artifactId>
- <!--
- excluded to make consistent with JDK11 where these have been
removed from the JDK and must be explicitly included.
- -->
- <exclusions>
- <exclusion>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-ri</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>