Add kotlin-test-js dependency where required.

This commit is contained in:
Ilya Gorbunov
2017-01-24 04:08:48 +03:00
parent 7d9554b6b8
commit 609405b8d4
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -20,6 +20,12 @@
<artifactId>kotlin-js-library</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-js</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
@@ -19,6 +19,12 @@
<artifactId>kotlin-js-library</artifactId>
<version>${kotlin.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-js</artifactId>
<version>${kotlin.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>test-multimodule-shared</artifactId>