diff options
Diffstat (limited to 'ms/blueprintsprocessor/modules')
-rw-r--r-- | ms/blueprintsprocessor/modules/commons/pom.xml | 2 | ||||
-rw-r--r-- | ms/blueprintsprocessor/modules/pom.xml | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index a2e7c78b1..299a87d6d 100644 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -49,7 +49,7 @@ </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-test</artifactId> + <artifactId>kotlin-test-junit</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 8a57da2cd..93f312b8f 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -38,10 +38,6 @@ <module>inbounds</module> </modules> - <properties> - <kotlin.version>1.2.60</kotlin.version> - </properties> - <dependencies> <dependency> <groupId>org.powermock</groupId> @@ -55,7 +51,7 @@ </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-test</artifactId> + <artifactId>kotlin-test-junit</artifactId> <scope>test</scope> </dependency> <dependency> |