mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
(chore) upgrade jaxb version
This commit is contained in:
parent
2e16883cc9
commit
941becc694
1 changed files with 10 additions and 1 deletions
11
pom.xml
11
pom.xml
|
|
@ -55,6 +55,7 @@
|
|||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<version.jacoco>0.8.5</version.jacoco>
|
||||
<version.jaxb>2.3.4</version.jaxb>
|
||||
<version.lombok>1.18.12</version.lombok>
|
||||
<version.saxon-he>9.9.1-7</version.saxon-he>
|
||||
<version.slf4j>1.7.25</version.slf4j>
|
||||
|
|
@ -112,7 +113,7 @@
|
|||
<dependency>
|
||||
<groupId>org.glassfish.jaxb</groupId>
|
||||
<artifactId>jaxb-runtime</artifactId>
|
||||
<version>2.3.3</version>
|
||||
<version>${version.jaxb}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
@ -342,6 +343,14 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jaxb</groupId>
|
||||
<artifactId>jaxb-runtime</artifactId>
|
||||
<version>${version.jaxb}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
<!-- Integrate code coverage -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue