Skip to content

Commit b4bf476

Browse files
authored
Merge pull request #9637 from ozkanpakdil/patch-1
Update pom.xml
2 parents 6187e9d + caf06ef commit b4bf476

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
@@ -271,6 +271,23 @@
271271
<artifactId>jetty-deploy</artifactId>
272272
<version>${jetty-version}</version>
273273
</dependency>
274+
275+
<dependency>
276+
<groupId>javax.xml.bind</groupId>
277+
<artifactId>jaxb-api</artifactId>
278+
<version>2.3.0</version>
279+
</dependency>
280+
<dependency>
281+
<groupId>com.sun.xml.bind</groupId>
282+
<artifactId>jaxb-core</artifactId>
283+
<version>2.3.0</version>
284+
</dependency>
285+
<dependency>
286+
<groupId>com.sun.xml.bind</groupId>
287+
<artifactId>jaxb-impl</artifactId>
288+
<version>2.3.0</version>
289+
</dependency>
290+
274291
<dependency>
275292
<groupId>org.eclipse.jetty</groupId>
276293
<artifactId>jetty-runner</artifactId>

0 commit comments

Comments
 (0)