Skip to content

Commit

Permalink
feat: Change dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Jan 8, 2024
1 parent fb2fb58 commit 46cebce
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<artifactId>httpclient</artifactId>
</dependency>


<!-- ACTUATOR -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -62,17 +63,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>com.atlassian.oai</groupId>
<artifactId>swagger-request-validator-core</artifactId>
<version>2.30.0</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- TEST -->
<dependency>
Expand Down Expand Up @@ -158,6 +148,12 @@
<version>0.1.5</version>
</dependency>

<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.11</version>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit 46cebce

Please sign in to comment.