Skip to content

Commit

Permalink
Merge pull request #9637 from ozkanpakdil/patch-1
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
HugoMario committed Aug 18, 2021
2 parents 6187e9d + caf06ef commit b4bf476
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/swagger-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,23 @@
<artifactId>jetty-deploy</artifactId>
<version>${jetty-version}</version>
</dependency>

<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-runner</artifactId>
Expand Down

0 comments on commit b4bf476

Please sign in to comment.