"kdoc" - dependencies that are not required removed.

This commit is contained in:
Evgeny Goldin
2012-02-22 19:39:43 +02:00
parent aae592f6e6
commit e13692f02f
-17
View File
@@ -39,17 +39,6 @@
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/kotlin-compiler.jar</systemPath>
</dependency>
<!--
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>intellij-core</artifactId>
<version>${kotlin-compiler.version}</version>
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/intellij-core.jar</systemPath>
</dependency>
-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@@ -89,12 +78,6 @@
<version>latest.lastSuccessful</version>
<classifier>kotlin-runtime</classifier>
</dependency>
<dependency>
<groupId>ivy.org</groupId>
<artifactId>bt344</artifactId>
<version>latest.lastSuccessful</version>
<classifier>kotlin-compiler</classifier>
</dependency>
</dependencies>
<scope>compile</scope>
<verbose>true</verbose>