Skip to content

Commit c59f9e0

Browse files
committed
organize dependencies
1 parent a61de43 commit c59f9e0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

omod-common/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,11 @@
3333
<dependency>
3434
<groupId>io.swagger.core.v3</groupId>
3535
<artifactId>swagger-core</artifactId>
36-
<version>2.2.23</version>
37-
<exclusions>
38-
<exclusion>
39-
<groupId>org.slf4j</groupId>
40-
<artifactId>slf4j-api</artifactId>
41-
</exclusion>
42-
<exclusion>
43-
<groupId>javax.validation</groupId>
44-
<artifactId>validation-api</artifactId>
45-
</exclusion>
46-
</exclusions>
4736
</dependency>
37+
4838
<dependency>
4939
<groupId>io.swagger.core.v3</groupId>
5040
<artifactId>swagger-annotations</artifactId>
51-
<version>2.2.23</version>
52-
<scope>compile</scope>
5341
</dependency>
5442
</dependencies>
5543

0 commit comments

Comments
 (0)