kotlin-maven-plugin "0.2.3.8-beta-9": no need to use "ivy-maven-plugin" or <systemPath>.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user