Skip to content

Commit

Permalink
organize dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 committed Nov 14, 2024
1 parent a61de43 commit c59f9e0
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions omod-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,11 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<version>2.2.23</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.23</version>
<scope>compile</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit c59f9e0

Please sign in to comment.