compilation

This commit is contained in:
Leonid Shalupov
2012-04-09 23:21:39 +04:00
parent db2e3b73aa
commit 7270f7eb60
+2 -1
View File
@@ -16,9 +16,10 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.jetbrains.kotlin</groupId> <groupId>org.jetbrains.kotlin</groupId>
<artifactId>stdlib</artifactId> <artifactId>runtime</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>