Skip to content

Commit 8e0609f

Browse files
authored
Update pom.xml
fix #9523
1 parent 0d372e5 commit 8e0609f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

modules/swagger-generator/pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,23 @@
203203
<artifactId>jetty-deploy</artifactId>
204204
<version>${jetty-version}</version>
205205
</dependency>
206+
207+
<dependency>
208+
<groupId>javax.xml.bind</groupId>
209+
<artifactId>jaxb-api</artifactId>
210+
<version>2.3.0</version>
211+
</dependency>
212+
<dependency>
213+
<groupId>com.sun.xml.bind</groupId>
214+
<artifactId>jaxb-core</artifactId>
215+
<version>2.3.0</version>
216+
</dependency>
217+
<dependency>
218+
<groupId>com.sun.xml.bind</groupId>
219+
<artifactId>jaxb-impl</artifactId>
220+
<version>2.3.0</version>
221+
</dependency>
222+
206223
<dependency>
207224
<groupId>org.eclipse.jetty</groupId>
208225
<artifactId>jetty-runner</artifactId>

0 commit comments

Comments
 (0)