Skip to content

Commit d5e8450

Browse files
committed
Fix JAXB API version to 2.3.1
1 parent 9cd54a6 commit d5e8450

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<ogc-filter-v_1_1_0-schema.thirdparty.version>1.1.0_5</ogc-filter-v_1_1_0-schema.thirdparty.version>
4141
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
4242

43-
<jaxb.version>2.3.2</jaxb.version>
43+
<jaxb.version>2.3.1</jaxb.version>
4444
<jvnet.jaxb2.version>1.11.1</jvnet.jaxb2.version>
4545

4646
<jaxb.visitor.version>1.13</jaxb.visitor.version>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.glassfish.jaxb</groupId>
6767
<artifactId>jaxb-runtime</artifactId>
68-
<version>${jaxb.version}</version>
68+
<version>2.3.9</version>
6969
</dependency>
7070
</dependencies>
7171
</dependencyManagement>

0 commit comments

Comments
 (0)