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.
2 parents 6187e9d + caf06ef commit b4bf476Copy full SHA for b4bf476
modules/swagger-generator/pom.xml
@@ -271,6 +271,23 @@
271
<artifactId>jetty-deploy</artifactId>
272
<version>${jetty-version}</version>
273
</dependency>
274
+
275
+ <dependency>
276
+ <groupId>javax.xml.bind</groupId>
277
+ <artifactId>jaxb-api</artifactId>
278
+ <version>2.3.0</version>
279
+ </dependency>
280
281
+ <groupId>com.sun.xml.bind</groupId>
282
+ <artifactId>jaxb-core</artifactId>
283
284
285
286
287
+ <artifactId>jaxb-impl</artifactId>
288
289
290
291
<dependency>
292
<groupId>org.eclipse.jetty</groupId>
293
<artifactId>jetty-runner</artifactId>
0 commit comments