Added dependency on junit

This commit is contained in:
Andrey Breslav
2013-10-06 14:18:55 +04:00
parent b067b1abe4
commit a55c350c0c
2 changed files with 14 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="junit:junit:4.11" type="repository">
<properties maven-id="junit:junit:4.11" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.11/junit-4.11.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/junit/junit/4.11/junit-4.11-sources.jar!/" />
</SOURCES>
</library>
</component>
+1
View File
@@ -9,6 +9,7 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="KotlinJavaRuntime" level="project" />
<orderEntry type="library" name="org.ow2.asm:asm-debug-all:4.1" level="project" />
<orderEntry type="library" name="junit:junit:4.11" level="project" />
</component>
</module>