You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/10/06 23:58:32 UTC

oodt git commit: OODT-882 remove duplicate junit

Repository: oodt
Updated Branches:
  refs/heads/master f5ebb4288 -> 20446f15e


OODT-882 remove duplicate junit


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/20446f15
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/20446f15
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/20446f15

Branch: refs/heads/master
Commit: 20446f15ecc0f79d9807a85efa551d5b79aa99e5
Parents: f5ebb42
Author: Tom Barber <to...@analytical-labs.com>
Authored: Tue Oct 6 22:57:59 2015 +0100
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Tue Oct 6 22:57:59 2015 +0100

----------------------------------------------------------------------
 core/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/20446f15/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index f3498fc..76e57a8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -170,12 +170,6 @@ the License.
         <version>4.12</version>
       </dependency>
       <dependency>
-        <groupId>junit</groupId>
-        <artifactId>junit</artifactId>
-        <version>3.8.2</version>
-        <scope>test</scope>
-      </dependency>
-      <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.14</version>