include the runtime classes in the mvn build stdlib

This commit is contained in:
James Strachan
2012-03-19 17:13:56 +00:00
parent 9333e5c11e
commit 1c408cdbda
3 changed files with 54 additions and 37 deletions
-9
View File
@@ -14,20 +14,11 @@
<artifactId>kotlin-java</artifactId>
<dependencies>
<!--
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>stdlib</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-runtime</artifactId>
<version>${project.version}</version>
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/kotlin-runtime.jar</systemPath>
</dependency>
<dependency>
<groupId>junit</groupId>