diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2010-01-18 19:01:54 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2010-01-18 19:01:54 +0000 |
commit | c3d44c4637c4b7eafe95dc0352f0345b7447a3d0 (patch) | |
tree | 78110af929b2891e0ab910912d2056dd73e457ea /pom.xml | |
parent | ae9863bf787a34a276b4118239ea1946e1abc679 (diff) |
Update junit dependencies.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -173,13 +173,6 @@ <artifactId>commons-logging</artifactId>
<version>[1.0,)</version>
</dependency>
-
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
|