Skip to content

Commit cf3da63

Browse files
committed
upgrade dependency version of commons-logging
1 parent 26b6221 commit cf3da63

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

wss-agent-client/pom.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@
5353
<groupId>net.java.dev.jna</groupId>
5454
<artifactId>jna</artifactId>
5555
</exclusion>
56-
<exclusion>
57-
<groupId>commons-logging</groupId>
58-
<artifactId>commons-logging</artifactId>
59-
</exclusion>
6056
</exclusions>
6157
</dependency>
6258

@@ -92,6 +88,16 @@
9288
</dependency>
9389
</dependencies>
9490

91+
<dependencyManagement>
92+
<dependencies>
93+
<dependency>
94+
<groupId>commons-logging</groupId>
95+
<artifactId>commons-logging</artifactId>
96+
<version>1.3.2</version>
97+
</dependency>
98+
</dependencies>
99+
</dependencyManagement>
100+
95101
<profiles>
96102
<profile>
97103
<id>Release</id>

0 commit comments

Comments
 (0)