summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-07-24 17:20:10 -0700
committerSiva Velusamy <vsiva@google.com>2014-07-24 17:20:10 -0700
commit0603d1c9892346ffa56916e08c356938c03372d8 (patch)
tree7bb8f5ccd504137b34d4d12694a5b62f749bc2eb
parentebb70088452abbd51d28d070043073a210938211 (diff)
downloadcloud-0603d1c9892346ffa56916e08c356938c03372d8.tar.gz
Use JUnit3 as dependency instead of junit.jar
Change-Id: Id264b8c6f4a8aeb532b35465d7c14c8d917a6ba4
-rw-r--r--login/google-login.iml10
1 files changed, 1 insertions, 9 deletions
diff --git a/login/google-login.iml b/login/google-login.iml
index d2d2725..da52fcf 100644
--- a/login/google-login.iml
+++ b/login/google-login.iml
@@ -14,15 +14,6 @@
<orderEntry type="library" name="Guava" level="project" />
<orderEntry type="library" name="google-api-java-client" level="project" />
<orderEntry type="library" name="jcip" level="project" />
- <orderEntry type="module-library" scope="TEST">
- <library>
- <CLASSES>
- <root url="jar://$APPLICATION_HOME_DIR$/lib/junit.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
@@ -79,6 +70,7 @@
<SOURCES />
</library>
</orderEntry>
+ <orderEntry type="library" scope="TEST" name="JUnit3" level="project" />
</component>
</module>