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

Commit

Permalink
Switch from junit-dep to junit
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Feb 4, 2013
1 parent 89fc008 commit c095695
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions functional-test/pom.xml
Expand Up @@ -78,13 +78,25 @@
<groupId>org.concordion</groupId>
<artifactId>concordion</artifactId>
<version>1.4.2</version>
<exclusions>
<exclusion>
<artifactId>
junit-dep
</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.concordion</groupId>
<artifactId>concordion-extensions</artifactId>
<version>1.1.0</version>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down

0 comments on commit c095695

Please sign in to comment.