Skip to content

Commit

Permalink
HIVE-2518 pull junit jar from maven repos via ivy
Browse files Browse the repository at this point in the history
(Kevin Wilfong via namit)



git-svn-id: https://svn.apache.org/repos/asf/hive/trunk@1306470 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Namit Jain committed Mar 28, 2012
1 parent f9b71ce commit cf47190
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion eclipse-templates/.classpath
Expand Up @@ -24,7 +24,7 @@
<classpathentry kind="lib" path="build/ivy/lib/default/log4j-@log4j.version@.jar"/>
<classpathentry kind="lib" path="build/ivy/lib/default/antlr-@antlr.version@.jar"/>
<classpathentry kind="lib" path="build/ivy/lib/default/antlr-runtime-@antlr-runtime.version@.jar"/>
<classpathentry kind="lib" path="testlibs/junit-@junit.version@.jar"/>
<classpathentry kind="lib" path="build/ivy/lib/default/junit-@junit.version@.jar"/>
<classpathentry kind="lib" path="build/ivy/lib/default/jdo2-api-@jdo-api.version@.jar"/>
<classpathentry kind="lib" path="build/ivy/lib/default/datanucleus-core-@datanucleus-core.version@.jar"/>
<classpathentry kind="lib" path="build/ivy/lib/default/datanucleus-enhancer-@datanucleus-enhancer.version@.jar"/>
Expand Down
1 change: 1 addition & 0 deletions ql/ivy.xml
Expand Up @@ -63,5 +63,6 @@
transitive="false"/>
<dependency org="org.apache.derby" name="derby" rev="${derby.version}"/>
<dependency org="com.googlecode.javaewah" name="JavaEWAH" rev="${javaewah.version}"/>
<dependency org="junit" name="junit" rev="${junit.version}"/>
</dependencies>
</ivy-module>
27 changes: 0 additions & 27 deletions testlibs/junit-4.10.LICENSE.txt

This file was deleted.

Binary file removed testlibs/junit-4.10.jar
Binary file not shown.

0 comments on commit cf47190

Please sign in to comment.