Added "kotlin-maven-plugin" module, extracted <junit> to the parent POM scope "compile".

This commit is contained in:
Evgeny Goldin
2012-03-19 23:19:23 +01:00
parent 1a34a9976e
commit 178d822c89
8 changed files with 32 additions and 45 deletions
-7
View File
@@ -19,13 +19,6 @@
<artifactId>stdlib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>