Skip to content

Commit 87dac6a

Browse files
committed
fix: removed jaxb runtime dependency
1 parent 837c05a commit 87dac6a

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

.gitignore

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

pom.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,11 @@
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>
48-
<dependency>
49-
<groupId>org.glassfish.jaxb</groupId>
50-
<artifactId>jaxb-runtime</artifactId>
51-
<version>2.3.2</version>
52-
</dependency>
43+
<dependency>
44+
<groupId>javax.xml.bind</groupId>
45+
<artifactId>jaxb-api</artifactId>
46+
<version>2.4.0-b180830.0359</version>
47+
</dependency>
5348
<dependency>
5449
<groupId>com.fasterxml.jackson.core</groupId>
5550
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)