pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/apache/axis-axis2-java-core/commit/fd39ac4a85f8e155107c951f189c7f57fc22ff80

Update JAXB API · apache/axis-axis2-java-core@fd39ac4 · GitHub
Skip to content

Commit fd39ac4

Browse files
committed
Update JAXB API
1 parent 53c5af8 commit fd39ac4

File tree

8 files changed

+26
-50
lines changed

8 files changed

+26
-50
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@ updates:
3030
versions: ">= 2.0"
3131
- dependency-name: "com.sun.xml.ws:*"
3232
versions: ">= 3.0"
33+
- dependency-name: "jakarta.activation:jakarta.activation-api"
34+
versions: ">= 1.2.2"
3335
- dependency-name: "jakarta.servlet.jsp:jakarta.servlet.jsp-api"
3436
versions: ">= 3.0"
37+
- dependency-name: "jakarta.xml.bind:jakarta.xml.bind-api"
38+
versions: ">= 3.0"
3539
- dependency-name: "jakarta.xml.soap:jakarta.xml.soap-api"
3640
versions: ">= 2.0"
3741
# Jetty 9 supports Servlets 3.1.

modules/jaxbri-codegen/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
<artifactId>jaxb-xjc</artifactId>
5757
</dependency>
5858
<dependency>
59-
<groupId>javax.xml.bind</groupId>
60-
<artifactId>jaxb-api</artifactId>
59+
<groupId>jakarta.xml.bind</groupId>
60+
<artifactId>jakarta.xml.bind-api</artifactId>
6161
</dependency>
6262
<dependency>
6363
<groupId>commons-logging</groupId>

modules/jaxws/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,8 @@
7474
<artifactId>xalan</artifactId>
7575
</dependency>
7676
<dependency>
77-
<groupId>javax.xml.bind</groupId>
78-
<artifactId>jaxb-api</artifactId>
79-
<exclusions>
80-
<exclusion>
81-
<artifactId>jsr173</artifactId>
82-
<groupId>javax.xml</groupId>
83-
</exclusion>
84-
</exclusions>
77+
<groupId>jakarta.xml.bind</groupId>
78+
<artifactId>jakarta.xml.bind-api</artifactId>
8579
</dependency>
8680
<dependency>
8781
<groupId>commons-io</groupId>

modules/metadata/pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,8 @@
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
78-
<groupId>javax.xml.bind</groupId>
79-
<artifactId>jaxb-api</artifactId>
80-
<exclusions>
81-
<exclusion>
82-
<artifactId>jsr173</artifactId>
83-
<groupId>javax.xml</groupId>
84-
</exclusion>
85-
</exclusions>
78+
<groupId>jakarta.xml.bind</groupId>
79+
<artifactId>jakarta.xml.bind-api</artifactId>
8680
</dependency>
8781
<dependency>
8882
<groupId>com.sun.xml.ws</groupId>

modules/samples/jaxws-addressbook/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,8 @@
7474
</build>
7575
<dependencies>
7676
<dependency>
77-
<groupId>javax.xml.bind</groupId>
78-
<artifactId>jaxb-api</artifactId>
79-
<version>2.1</version>
80-
<exclusions>
81-
<exclusion>
82-
<artifactId>jsr173</artifactId>
83-
<groupId>javax.xml</groupId>
84-
</exclusion>
85-
</exclusions>
77+
<groupId>jakarta.xml.bind</groupId>
78+
<artifactId>jakarta.xml.bind-api</artifactId>
8679
</dependency>
8780
<dependency>
8881
<groupId>org.apache.axis2</groupId>

modules/samples/jaxws-calculator/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,8 @@
5757
</build>
5858
<dependencies>
5959
<dependency>
60-
<groupId>javax.xml.bind</groupId>
61-
<artifactId>jaxb-api</artifactId>
62-
<version>2.1</version>
63-
<exclusions>
64-
<exclusion>
65-
<artifactId>jsr173</artifactId>
66-
<groupId>javax.xml</groupId>
67-
</exclusion>
68-
</exclusions>
60+
<groupId>jakarta.xml.bind</groupId>
61+
<artifactId>jakarta.xml.bind-api</artifactId>
6962
</dependency>
7063
<dependency>
7164
<groupId>org.apache.axis2</groupId>

modules/samples/jaxws-interop/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,8 @@
2929
<name>JAXWS Interop Sample</name>
3030
<dependencies>
3131
<dependency>
32-
<groupId>javax.xml.bind</groupId>
33-
<artifactId>jaxb-api</artifactId>
34-
<version>2.1</version>
35-
<exclusions>
36-
<exclusion>
37-
<artifactId>jsr173</artifactId>
38-
<groupId>javax.xml</groupId>
39-
</exclusion>
40-
</exclusions>
32+
<groupId>jakarta.xml.bind</groupId>
33+
<artifactId>jakarta.xml.bind-api</artifactId>
4134
</dependency>
4235
<dependency>
4336
<groupId>org.apache.axis2</groupId>

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,7 @@
495495
<woden.version>1.0M11-SNAPSHOT</woden.version>
496496
<axiom.version>1.3.0-SNAPSHOT</axiom.version>
497497
<xmlschema.version>2.2.5</xmlschema.version>
498+
<activation.version>1.2.1</activation.version>
498499
<ant.version>1.10.9</ant.version>
499500
<antlr.version>2.7.7</antlr.version>
500501
<aspectj.version>1.9.6</aspectj.version>
@@ -511,7 +512,6 @@
511512
<httpcore.version>4.4.14</httpcore.version>
512513
<httpclient.version>4.5.13</httpclient.version>
513514
<intellij.version>5.0</intellij.version>
514-
<jaxb.api.version>2.3.1</jaxb.api.version>
515515
<jaxbri.version>2.3.3</jaxbri.version>
516516
<jetty.version>9.4.35.v20201120</jetty.version>
517517
<jibx.version>1.3.3</jibx.version>
@@ -590,10 +590,15 @@
590590
</exclusion>
591591
</exclusions>
592592
</dependency>
593+
<dependency>
594+
<groupId>jakarta.activation</groupId>
595+
<artifactId>jakarta.activation-api</artifactId>
596+
<version>${activation.version}</version>
597+
</dependency>
593598
<dependency>
594599
<groupId>com.sun.activation</groupId>
595600
<artifactId>jakarta.activation</artifactId>
596-
<version>1.2.1</version>
601+
<version>${activation.version}</version>
597602
</dependency>
598603
<dependency>
599604
<groupId>org.glassfish.jaxb</groupId>
@@ -606,9 +611,9 @@
606611
<version>${jaxbri.version}</version>
607612
</dependency>
608613
<dependency>
609-
<groupId>javax.xml.bind</groupId>
610-
<artifactId>jaxb-api</artifactId>
611-
<version>${jaxb.api.version}</version>
614+
<groupId>jakarta.xml.bind</groupId>
615+
<artifactId>jakarta.xml.bind-api</artifactId>
616+
<version>2.3.3</version>
612617
</dependency>
613618
<dependency>
614619
<groupId>jakarta.xml.soap</groupId>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy