Skip to content

Commit 91ddc37

Browse files
committed
[MNG-7641] Upgrade Maven Wagon to 3.5.3
1 parent da4246a commit 91ddc37

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pom.xml

+1-7
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ under the License.
5959
<plexusUtilsVersion>3.3.1</plexusUtilsVersion>
6060
<guiceVersion>4.2.2</guiceVersion>
6161
<sisuVersion>0.3.5</sisuVersion>
62-
<wagonVersion>3.5.2</wagonVersion>
62+
<wagonVersion>3.5.3</wagonVersion>
6363
<securityDispatcherVersion>2.0</securityDispatcherVersion>
6464
<cipherVersion>2.0</cipherVersion>
6565
<modelloVersion>1.11</modelloVersion>
@@ -341,12 +341,6 @@ under the License.
341341
<artifactId>wagon-http</artifactId>
342342
<version>${wagonVersion}</version>
343343
<classifier>shaded</classifier>
344-
<exclusions>
345-
<exclusion>
346-
<groupId>commons-logging</groupId>
347-
<artifactId>commons-logging</artifactId>
348-
</exclusion>
349-
</exclusions>
350344
</dependency>
351345
<!-- Repository -->
352346
<dependency>

0 commit comments

Comments
 (0)