diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-15 20:35:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-15 20:35:12 +0000 |
commit | 8e2f54808446119be1fc4fa2a8f3cf089aeabd46 (patch) | |
tree | b72f9e4ec923101220bb7bb1a22ad53e9adb3360 /ms/blueprintsprocessor/modules/pom.xml | |
parent | 452a3c355a74436457bd526e08c08583e64a7ae0 (diff) | |
parent | a9bf0541c65d8bb81b814bd85253cf4518fcb52b (diff) |
Merge "Controller Design Studio"
Diffstat (limited to 'ms/blueprintsprocessor/modules/pom.xml')
-rw-r--r-- | ms/blueprintsprocessor/modules/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 8a57da2c..93f312b8 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> |