We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b6221 commit cf3da63Copy full SHA for cf3da63
wss-agent-client/pom.xml
@@ -53,10 +53,6 @@
53
<groupId>net.java.dev.jna</groupId>
54
<artifactId>jna</artifactId>
55
</exclusion>
56
- <exclusion>
57
- <groupId>commons-logging</groupId>
58
- <artifactId>commons-logging</artifactId>
59
- </exclusion>
60
</exclusions>
61
</dependency>
62
@@ -92,6 +88,16 @@
92
88
93
89
</dependencies>
94
90
91
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>commons-logging</groupId>
95
+ <artifactId>commons-logging</artifactId>
96
+ <version>1.3.2</version>
97
+ </dependency>
98
+ </dependencies>
99
+ </dependencyManagement>
100
+
101
<profiles>
102
<profile>
103
<id>Release</id>
0 commit comments