Skip to content

Commit 142c70d

Browse files
Update JaxB Dependencies
Ensure safe Builds with SapMachine
1 parent ee3a9ce commit 142c70d

File tree

2 files changed

+9
-19
lines changed
  • cf-java-logging-support-jersey
  • cf-java-logging-support-servlet

2 files changed

+9
-19
lines changed

cf-java-logging-support-jersey/pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,13 @@
5959
<dependency>
6060
<groupId>javax.xml.bind</groupId>
6161
<artifactId>jaxb-api</artifactId>
62-
<version>2.2.8</version>
62+
<version>2.3.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
66-
<groupId>com.sun.xml.bind</groupId>
67-
<artifactId>jaxb-core</artifactId>
68-
<version>2.2.11</version>
69-
<scope>test</scope>
70-
</dependency>
71-
<dependency>
72-
<groupId>com.sun.xml.bind</groupId>
73-
<artifactId>jaxb-impl</artifactId>
74-
<version>2.2.11</version>
66+
<groupId>org.glassfish.jaxb</groupId>
67+
<artifactId>jaxb-runtime</artifactId>
68+
<version>2.3.0</version>
7569
<scope>test</scope>
7670
</dependency>
7771
<dependency>

cf-java-logging-support-servlet/pom.xml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@
2121
<dependency>
2222
<groupId>javax.xml.bind</groupId>
2323
<artifactId>jaxb-api</artifactId>
24-
<version>2.2.8</version>
24+
<version>2.3.0</version>
2525
</dependency>
2626
<dependency>
27-
<groupId>com.sun.xml.bind</groupId>
28-
<artifactId>jaxb-core</artifactId>
29-
<version>2.2.11</version>
30-
</dependency>
31-
<dependency>
32-
<groupId>com.sun.xml.bind</groupId>
33-
<artifactId>jaxb-impl</artifactId>
34-
<version>2.2.11</version>
27+
<groupId>org.glassfish.jaxb</groupId>
28+
<artifactId>jaxb-runtime</artifactId>
29+
<version>2.3.0</version>
30+
<scope>runtime</scope>
3531
</dependency>
3632
<!-- servlet api -->
3733
<dependency>

0 commit comments

Comments
 (0)