kotlin-maven-plugin "0.2.3.8-beta-9": no need to use "ivy-maven-plugin" or <systemPath>.

This commit is contained in:
Evgeny Goldin
2012-03-08 15:30:13 +01:00
parent 34a0d266d0
commit 1036c9df17
2 changed files with 12 additions and 112 deletions
-36
View File
@@ -24,7 +24,6 @@
<artifactId>pegdown</artifactId>
<version>${pegdown.version}</version>
</dependency>
<!-- add the kdoc dependency for generating kdoc -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
@@ -32,41 +31,6 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>picocontainer</groupId>
<artifactId>picocontainer</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/picocontainer.jar</systemPath>
</dependency>
<dependency>
<groupId>trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/trove4j.jar</systemPath>
</dependency>
<dependency>
<groupId>guava</groupId>
<artifactId>guava</artifactId>
<version>11.0.1</version>
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/guava-11.0.1.jar</systemPath>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm-commons</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/asm-commons.jar</systemPath>
</dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${kotlin-sdk}/lib/asm.jar</systemPath>
</dependency>
</dependencies>
<build>