Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove direct dependency on junit
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Feb 4, 2013
1 parent bc53d6a commit 9bd1564
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions zanata-maven-plugin/pom.xml
Expand Up @@ -55,12 +55,6 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
Expand Down Expand Up @@ -95,24 +89,13 @@
<artifactId>maven-plugin-testing-harness</artifactId>
<version>1.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9bd1564

Please sign in to comment.