Skip to content

Commit

Permalink
Updating Pom References to fix swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed May 8, 2024
1 parent ffdf1f7 commit 50df009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jpo-conflictvisualizer-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
<artifactId>spring-kafka-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<!-- <dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-mockmvc</artifactId>
<scope>test</scope>
</dependency>
</dependency> -->
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-core</artifactId>
Expand Down Expand Up @@ -124,8 +124,8 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.7.0</version>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 50df009

Please sign in to comment.