Skip to content

Commit b64e6e9

Browse files
committed
Add jaxb-api test scope dependency to fix test startup errors on openjdk-11
1 parent f6861aa commit b64e6e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hibernate5/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ Hibernate (http://hibernate.org) version 5.x data types.
7171
<version>1.3.155</version>
7272
<scope>test</scope>
7373
</dependency>
74+
<dependency>
75+
<groupId>javax.xml.bind</groupId>
76+
<artifactId>jaxb-api</artifactId>
77+
<version>2.3.1</version>
78+
<scope>test</scope>
79+
</dependency>
7480
</dependencies>
7581

7682
<build>

0 commit comments

Comments
 (0)