Skip to content

Commit a8d0ea3

Browse files
committed
Revert "fix: removed jaxb runtime dependency"
This reverts commit 87dac6a.
1 parent 87dac6a commit a8d0ea3

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ Thumbs.db
4545
*.project
4646
.settings
4747
site
48-
.vscode/

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,16 @@
4040
<artifactId>core-interfaces</artifactId>
4141
<version>[0.3, 0.4)</version>
4242
</dependency>
43-
<dependency>
44-
<groupId>javax.xml.bind</groupId>
45-
<artifactId>jaxb-api</artifactId>
46-
<version>2.4.0-b180830.0359</version>
47-
</dependency>
43+
<dependency>
44+
<groupId>javax.xml.bind</groupId>
45+
<artifactId>jaxb-api</artifactId>
46+
<version>2.4.0-b180830.0359</version>
47+
</dependency>
48+
<dependency>
49+
<groupId>org.glassfish.jaxb</groupId>
50+
<artifactId>jaxb-runtime</artifactId>
51+
<version>2.3.2</version>
52+
</dependency>
4853
<dependency>
4954
<groupId>com.fasterxml.jackson.core</groupId>
5055
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)