[MNG-7521] - Remove WARNING during build

This commit is contained in:
Karl Heinz Marbaise 2022-07-25 09:47:05 +02:00
parent 0f8f22e404
commit cbbb9cf7e3
No known key found for this signature in database
GPG Key ID: BF1518E0160788A2
1 changed files with 0 additions and 6 deletions

View File

@ -157,11 +157,6 @@ under the License.
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@ -179,7 +174,6 @@ under the License.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<scope>test</scope>
</dependency>
</dependencies>