Skip to content

Commit

Permalink
feat: Remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Jan 8, 2024
1 parent 38c4287 commit 4ec75a3
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.6.7</version>
<version>1.6.11</version>
<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
Expand Down Expand Up @@ -112,13 +112,6 @@
<version>0.1.5</version>
</dependency>

<!-- LOGSTASH LOGBACK ENCODER -->
<dependency>
<groupId>net.logstash.logback</groupId>
<artifactId>logstash-logback-encoder</artifactId>
<version>7.2</version>
</dependency>

<!-- DEVTOOL -->
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down Expand Up @@ -153,6 +146,7 @@
<artifactId>bson</artifactId>
<version>4.8.2</version>
</dependency>

<!-- KAFKA -->
<dependency>
<groupId>org.springframework.kafka</groupId>
Expand Down Expand Up @@ -194,6 +188,7 @@
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
</dependency>

</dependencies>

<dependencyManagement>
Expand Down

0 comments on commit 4ec75a3

Please sign in to comment.