Skip to content

Commit 437fabc

Browse files
authored
Merge pull request #28 from synnefy/master
Add jaxb-core as a dependency
2 parents 6c8f4fa + 50bf1df commit 437fabc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

plugin/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@
6262
<artifactId>jaxb-impl</artifactId>
6363
<scope>provided</scope>
6464
</dependency>
65+
<dependency>
66+
<groupId>com.sun.xml.bind</groupId>
67+
<artifactId>jaxb-core</artifactId>
68+
<scope>provided</scope>
69+
</dependency>
6570
<dependency>
6671
<groupId>com.sun.xml.bind</groupId>
6772
<artifactId>jaxb-xjc</artifactId>
@@ -81,4 +86,4 @@
8186
<build>
8287
<defaultGoal>install</defaultGoal>
8388
</build>
84-
</project>
89+
</project>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@
200200
<artifactId>jaxb-impl</artifactId>
201201
<version>${jaxb.version}</version>
202202
</dependency>
203+
<dependency>
204+
<groupId>com.sun.xml.bind</groupId>
205+
<artifactId>jaxb-core</artifactId>
206+
<version>${jaxb.version}</version>
207+
</dependency>
203208
<dependency>
204209
<groupId>com.sun.xml.bind</groupId>
205210
<artifactId>jaxb-xjc</artifactId>

0 commit comments

Comments
 (0)