File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SPDX-License-Identifier: Apache-2.0
24
24
<surefire-plugin .version>3.0.0-M6</surefire-plugin .version>
25
25
<sonarqube-plugin .version>3.2.0</sonarqube-plugin .version>
26
26
27
- <compas .core.version>0.8 .0</compas .core.version>
27
+ <compas .core.version>0.9 .0</compas .core.version>
28
28
29
29
<quarkus .platform.version>2.8.2.Final</quarkus .platform.version>
30
30
<jaxb-impl .version>2.3.6</jaxb-impl .version>
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 >
You can’t perform that action at this time.
0 commit comments