mirror of https://github.com/apache/maven.git
[MNG-6823] - Remove unnecessary dependency exclusions for wagon-http
This commit is contained in:
parent
e7654f610a
commit
b8f066e77c
6
pom.xml
6
pom.xml
|
@ -323,12 +323,6 @@ under the License.
|
|||
<artifactId>wagon-http</artifactId>
|
||||
<version>${wagonVersion}</version>
|
||||
<classifier>shaded</classifier>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<!-- this is included in Wagon Http
|
||||
|
|
Loading…
Reference in New Issue