Skip to content

Commit 8495c47

Browse files
authored
Merge pull request #9 from EmonFan/master
Added missing JAXB maven dependencies for Java > v8 Note: might be removed again if class can be replaced.
2 parents b63f9c4 + 3e83446 commit 8495c47

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,26 @@
127127
<version>4.12</version>
128128
<scope>test</scope>
129129
</dependency>
130+
<dependency>
131+
<groupId>javax.xml.bind</groupId>
132+
<artifactId>jaxb-api</artifactId>
133+
<version>2.2.11</version>
134+
</dependency>
135+
<dependency>
136+
<groupId>com.sun.xml.bind</groupId>
137+
<artifactId>jaxb-core</artifactId>
138+
<version>2.2.11</version>
139+
</dependency>
140+
<dependency>
141+
<groupId>com.sun.xml.bind</groupId>
142+
<artifactId>jaxb-impl</artifactId>
143+
<version>2.2.11</version>
144+
</dependency>
145+
<dependency>
146+
<groupId>javax.activation</groupId>
147+
<artifactId>activation</artifactId>
148+
<version>1.1.1</version>
149+
</dependency>
130150
</dependencies>
131151

132152
<developers>

0 commit comments

Comments
 (0)