Added "kotlin-maven-plugin" module, extracted <junit> to the parent POM scope "compile".
This commit is contained in:
@@ -13,14 +13,6 @@
|
||||
|
||||
<artifactId>kunit</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>${junit-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<sourceDirectory>${project.basedir}/src</sourceDirectory>
|
||||
<testSourceDirectory>${project.basedir}/test</testSourceDirectory>
|
||||
|
||||
Reference in New Issue
Block a user