fix kunit compilation

This commit is contained in:
Leonid Shalupov
2012-04-09 23:03:24 +04:00
parent d02928715b
commit db2e3b73aa
3 changed files with 6 additions and 8 deletions
-7
View File
@@ -19,13 +19,6 @@
<artifactId>runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kunit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>