Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 54f18b8

Browse files
author
Dominik František Bučík
authored
Merge pull request #97 from dBucik/deps
refactor: 💡 Separate JAXB properties
2 parents 09f3a69 + 37ae1bc commit 54f18b8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
<httpclient.version>4.5.13</httpclient.version>
116116
<nimbus-jose-jwt.version>9.15.2</nimbus-jose-jwt.version>
117117
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
118-
<jaxb.version>2.3.3</jaxb.version>
118+
<xml-bind-api.version>2.3.3</xml-bind-api.version>
119+
<jaxb-runtime.version>2.3.3</jaxb-runtime.version>
119120
<aspectjweaver.version>1.9.7</aspectjweaver.version>
120121

121122
<!-- BUILD -->
@@ -309,12 +310,12 @@
309310
<dependency>
310311
<groupId>jakarta.xml.bind</groupId>
311312
<artifactId>jakarta.xml.bind-api</artifactId>
312-
<version>${jaxb.version}</version>
313+
<version>${xml-bind-api.version}</version>
313314
</dependency>
314315
<dependency>
315316
<groupId>org.glassfish.jaxb</groupId>
316317
<artifactId>jaxb-runtime</artifactId>
317-
<version>${jaxb.version}</version>
318+
<version>${jaxb-runtime.version}</version>
318319
</dependency>
319320
<dependency>
320321
<groupId>org.aspectj</groupId>

0 commit comments

Comments
 (0)