Skip to content

Commit

Permalink
Removing comment from pom, and adding specific versions for springdoc…
Browse files Browse the repository at this point in the history
… dependencies.
  • Loading branch information
pcc-cahilp committed Nov 12, 2024
1 parent dad5b7c commit d885769
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<!-- 17 needs a certified encryption module -->
<timestamp>${maven.build.timestamp}</timestamp>
<skipDependencyCheck>false</skipDependencyCheck>
<!-- <spring-security.version>6.3.4</spring-security.version> -->
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -176,12 +175,12 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
<version>[2.6.0,)</version>
<version>[2.6.0,2.6.99]</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>[2.6.0,)</version>
<version>[2.6.0,2.6.99]</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit d885769

Please sign in to comment.