Add dependency of kotlin-js-tests to kotlin-js-tests-junit.

This commit is contained in:
Ilya Gorbunov
2015-04-01 17:16:30 +03:00
parent cac058d5a3
commit 6aad2b2d65
@@ -21,6 +21,11 @@
<artifactId>kotlin-stdlib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-tests</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>