Skip to content

Commit c8909a9

Browse files
committed
Update pom.xml files to include istack instead of jaxb-core
1 parent fd0218a commit c8909a9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

pom-java-11.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@
163163
</dependency>
164164

165165
<dependency>
166-
<groupId>com.sun.xml.bind</groupId>
167-
<artifactId>jaxb-core</artifactId>
168-
<version>2.3.0.1</version>
166+
<groupId>com.sun.istack</groupId>
167+
<artifactId>istack-commons-runtime</artifactId>
168+
<version>3.0.7</version>
169169
</dependency>
170170

171171
<dependency>

pom-java-17.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@
163163
</dependency>
164164

165165
<dependency>
166-
<groupId>com.sun.xml.bind</groupId>
167-
<artifactId>jaxb-core</artifactId>
168-
<version>2.3.0.1</version>
166+
<groupId>com.sun.istack</groupId>
167+
<artifactId>istack-commons-runtime</artifactId>
168+
<version>3.0.7</version>
169169
</dependency>
170170

171171
<dependency>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@
165165
</dependency>
166166

167167
<dependency>
168-
<groupId>com.sun.xml.bind</groupId>
169-
<artifactId>jaxb-core</artifactId>
170-
<version>2.3.0.1</version>
168+
<groupId>com.sun.istack</groupId>
169+
<artifactId>istack-commons-runtime</artifactId>
170+
<version>3.0.7</version>
171171
</dependency>
172172

173173
<dependency>

0 commit comments

Comments
 (0)