mirror of https://github.com/apache/maven.git
[MNG-6820] - Remove unnecessary dependency exclusions for commons-cli
This commit is contained in:
parent
3332f4dbcc
commit
99953a44f1
10
pom.xml
10
pom.xml
|
@ -380,16 +380,6 @@ under the License.
|
|||
<groupId>commons-cli</groupId>
|
||||
<artifactId>commons-cli</artifactId>
|
||||
<version>${commonsCliVersion}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-jxpath</groupId>
|
||||
|
|
Loading…
Reference in New Issue