File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ SPDX-License-Identifier: Apache-2.0
31
31
<groupId >commons-io</groupId >
32
32
<artifactId >commons-io</artifactId >
33
33
</dependency >
34
+
35
+ <dependency >
36
+ <groupId >com.sun.xml.bind</groupId >
37
+ <artifactId >jaxb-impl</artifactId >
38
+ <scope >provided</scope >
39
+ </dependency >
34
40
35
41
<!-- Test Dependencies -->
36
42
<dependency >
Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ SPDX-License-Identifier: Apache-2.0
28
28
<artifactId >scl-extension</artifactId >
29
29
</dependency >
30
30
31
- <dependency >
32
- <groupId >com.sun.xml.bind</groupId >
33
- <artifactId >jaxb-impl</artifactId >
34
- <scope >provided</scope >
35
- </dependency >
36
-
37
31
<!-- Test Dependencies -->
38
32
<dependency >
39
33
<groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments