We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d372e5 commit 8e0609fCopy full SHA for 8e0609f
modules/swagger-generator/pom.xml
@@ -203,6 +203,23 @@
203
<artifactId>jetty-deploy</artifactId>
204
<version>${jetty-version}</version>
205
</dependency>
206
+
207
+ <dependency>
208
+ <groupId>javax.xml.bind</groupId>
209
+ <artifactId>jaxb-api</artifactId>
210
+ <version>2.3.0</version>
211
+ </dependency>
212
213
+ <groupId>com.sun.xml.bind</groupId>
214
+ <artifactId>jaxb-core</artifactId>
215
216
217
218
219
+ <artifactId>jaxb-impl</artifactId>
220
221
222
223
<dependency>
224
<groupId>org.eclipse.jetty</groupId>
225
<artifactId>jetty-runner</artifactId>
0 commit comments