Skip to content

Commit

Permalink
commons-io as direct dependency removed
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed Jan 20, 2019
1 parent 1b825ac commit f3d0c4f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions patterntesting-rt/pom.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Project Object Model (POM) for Maven
If you are behind a proxy try the following command:
Expand Down Expand Up @@ -66,10 +66,6 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down Expand Up @@ -346,7 +342,6 @@
<contributors>
<contributor>
<name>Shohara Shaikh</name>
<email></email>
<organization>KPIT Cummins</organization>
<roles>
<role>Java Devleoper</role>
Expand Down

0 comments on commit f3d0c4f

Please sign in to comment.