1 parent 353cd78 commit 4626e9bCopy full SHA for 4626e9b
1 file changed
jpa-specification/pom.xml
@@ -18,6 +18,7 @@
18
<hamcrest-version>1.3</hamcrest-version>
19
<mapstruct.version>1.2.0.Final</mapstruct.version>
20
<hibernate.jpamodelgen-version>5.3.2.Final</hibernate.jpamodelgen-version>
21
+ <jaxb.version>2.3.0</jaxb.version>
22
23
<maven.plugin.compiler.version>3.7.0</maven.plugin.compiler.version>
24
<maven.plugin.build-helper.version>3.0.0</maven.plugin.build-helper.version>
@@ -113,6 +114,12 @@
113
114
<artifactId>jackson-datatype-jsr310</artifactId>
115
</dependency>
116
117
+ <dependency>
118
+ <groupId>javax.xml.bind</groupId>
119
+ <artifactId>jaxb-api</artifactId>
120
+ <version>${jaxb.version}</version>
121
+ </dependency>
122
+
123
</dependencies>
124
125
<build>
0 commit comments