This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch tomee-8.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 2ae408a771bc2de95a2fd410039fd4851577ec19 Author: Richard Zowalla <[email protected]> AuthorDate: Wed Apr 20 08:56:33 2022 +0200 TOMEE-3911 - Upgrade XBean to 4.21 (with correct BOMs now) --- boms/tomee-microprofile-api/pom.xml | 55 +++++++++++++++++++++++ boms/tomee-microprofile/pom.xml | 65 ++++++++++++++++++++++++--- boms/tomee-plume-api/pom.xml | 55 +++++++++++++++++++++++ boms/tomee-plume/pom.xml | 76 +++++++++++++++++++++++++++++--- boms/tomee-plus-api/pom.xml | 55 +++++++++++++++++++++++ boms/tomee-plus/pom.xml | 76 +++++++++++++++++++++++++++++--- boms/tomee-webprofile-api/pom.xml | 55 +++++++++++++++++++++++ boms/tomee-webprofile/pom.xml | 87 ++++++++++++++++++++++++++++++++++--- pom.xml | 2 +- 9 files changed, 505 insertions(+), 21 deletions(-) diff --git a/boms/tomee-microprofile-api/pom.xml b/boms/tomee-microprofile-api/pom.xml index 466885a4be..dddfb16195 100644 --- a/boms/tomee-microprofile-api/pom.xml +++ b/boms/tomee-microprofile-api/pom.xml @@ -62,6 +62,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -73,6 +95,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo.javamail</groupId> <artifactId>geronimo-javamail_1.6_mail</artifactId> @@ -84,6 +128,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 0d5724d265..7a9d289c58 100644 --- a/boms/tomee-microprofile/pom.xml +++ b/boms/tomee-microprofile/pom.xml @@ -221,6 +221,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -232,6 +254,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> @@ -584,6 +628,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo</groupId> <artifactId>geronimo-health</artifactId> @@ -1555,7 +1610,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-asm9-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1566,7 +1621,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-bundleutils</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1577,7 +1632,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-finder-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1588,7 +1643,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-naming</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1599,7 +1654,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-reflect</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume-api/pom.xml b/boms/tomee-plume-api/pom.xml index c152181583..e9f7779850 100644 --- a/boms/tomee-plume-api/pom.xml +++ b/boms/tomee-plume-api/pom.xml @@ -62,6 +62,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -73,6 +95,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo.javamail</groupId> <artifactId>geronimo-javamail_1.6_mail</artifactId> @@ -84,6 +128,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-api</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index aa67532061..2f0697efd1 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -122,6 +122,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + <version>2.3.4</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId> @@ -210,6 +221,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -221,6 +254,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> @@ -694,6 +749,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo</groupId> <artifactId>geronimo-health</artifactId> @@ -1643,7 +1709,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-asm9-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1654,7 +1720,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-bundleutils</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1665,7 +1731,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-finder-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1676,7 +1742,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-naming</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1687,7 +1753,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-reflect</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus-api/pom.xml b/boms/tomee-plus-api/pom.xml index 8fdcf5071f..c796daf0b6 100644 --- a/boms/tomee-plus-api/pom.xml +++ b/boms/tomee-plus-api/pom.xml @@ -62,6 +62,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -73,6 +95,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo.javamail</groupId> <artifactId>geronimo-javamail_1.6_mail</artifactId> @@ -84,6 +128,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index 1194d44047..161ba549e5 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -122,6 +122,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.sun.xml.bind</groupId> + <artifactId>jaxb-impl</artifactId> + <version>2.3.4</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>com.sun.xml.messaging.saaj</groupId> <artifactId>saaj-impl</artifactId> @@ -221,6 +232,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -232,6 +265,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> @@ -705,6 +760,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo</groupId> <artifactId>geronimo-health</artifactId> @@ -1676,7 +1742,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-asm9-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1687,7 +1753,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-bundleutils</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1698,7 +1764,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-finder-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1709,7 +1775,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-naming</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1720,7 +1786,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-reflect</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-webprofile-api/pom.xml b/boms/tomee-webprofile-api/pom.xml index 587921b1d8..f15ea41ea9 100644 --- a/boms/tomee-webprofile-api/pom.xml +++ b/boms/tomee-webprofile-api/pom.xml @@ -51,6 +51,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -62,6 +84,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.geronimo.javamail</groupId> <artifactId>geronimo-javamail_1.6_mail</artifactId> @@ -73,6 +117,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.myfaces.core</groupId> <artifactId>myfaces-api</artifactId> diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml index 537936c546..bef2b10f6e 100644 --- a/boms/tomee-webprofile/pom.xml +++ b/boms/tomee-webprofile/pom.xml @@ -78,6 +78,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>com.sun.xml.messaging.saaj</groupId> + <artifactId>saaj-impl</artifactId> + <version>1.5.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> @@ -144,6 +155,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.annotation</groupId> + <artifactId>jakarta.annotation-api</artifactId> + <version>1.3.5</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.jws</groupId> + <artifactId>jakarta.jws-api</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> @@ -155,6 +188,28 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>jakarta.xml.soap</groupId> + <artifactId>jakarta.xml.soap-api</artifactId> + <version>1.4.2</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>jakarta.xml.ws</groupId> + <artifactId>jakarta.xml.ws-api</artifactId> + <version>2.3.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>net.sourceforge.serp</groupId> <artifactId>serp</artifactId> @@ -353,6 +408,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jta_1.1_spec</artifactId> + <version>1.1.1</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.johnzon</groupId> <artifactId>johnzon-core</artifactId> @@ -1115,7 +1181,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-asm9-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1126,7 +1192,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-bundleutils</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1137,7 +1203,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-finder-shaded</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1148,7 +1214,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-naming</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1159,7 +1225,7 @@ <dependency> <groupId>org.apache.xbean</groupId> <artifactId>xbean-reflect</artifactId> - <version>4.20</version> + <version>4.21</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1277,6 +1343,17 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.jvnet.staxex</groupId> + <artifactId>stax-ex</artifactId> + <version>1.8.3</version> + <exclusions> + <exclusion> + <artifactId>*</artifactId> + <groupId>*</groupId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.metatype.sxc</groupId> <artifactId>sxc-jaxb-core</artifactId> diff --git a/pom.xml b/pom.xml index 52656fa1e0..90e859ebce 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ <maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version> <!-- This is used by a manifest classpath entry --> - <xbeanVersion>4.20</xbeanVersion> + <xbeanVersion>4.21</xbeanVersion> <!-- OSGi bundles properties --> <openejb.bundle.activator />
