JS maven tests: fixes configuration files

This commit is contained in:
Michael Nedzelsky
2014-11-08 18:43:15 +03:00
parent eebb012b13
commit 9734980334
7 changed files with 82 additions and 38 deletions
+1 -8
View File
@@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<artifactId>kotlin-js-library</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
@@ -31,13 +31,6 @@
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${project.version}</version>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-js-library</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>js</id>