Skip to content

Commit be67019

Browse files
committed
Add glassfish jaxb impl for java 11
1 parent 4c81bee commit be67019

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ limitations under the License.
3737
<dependency>
3838
<groupId>javax.xml.bind</groupId>
3939
<artifactId>jaxb-api</artifactId>
40-
<version>2.1</version>
40+
<version>2.3.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>commons-logging</groupId>
@@ -59,6 +59,12 @@ limitations under the License.
5959
<artifactId>junit</artifactId>
6060
<version>4.8.2</version>
6161
</dependency>
62+
<!-- Added for java 11 support -->
63+
<dependency>
64+
<groupId>org.glassfish.jaxb</groupId>
65+
<artifactId>jaxb-runtime</artifactId>
66+
<version>2.3.5</version>
67+
</dependency>
6268
</dependencies>
6369

6470
<organization>

0 commit comments

Comments
 (0)