aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/pom.xml
diff options
context:
space:
mode:
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-11-10 11:54:05 -0500
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>2018-11-10 15:55:03 -0500
commitc6ffd3c2cbca242a451c041743fea7af6fe2d0c5 (patch)
treedecad7905038c4d1b92c64076e88ea60fa95dc13 /ms/blueprintsprocessor/modules/pom.xml
parent00687833cbe372b09835689b4a5708b03142d29e (diff)
Controller Design Studio
Upgrade Spring Boot and Kotlin versions. Change-Id: If0d7d0f476d8cfd23916013ff1ab554b26bc6b7a Issue-ID: CCSDK-658 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules/pom.xml')
-rw-r--r--ms/blueprintsprocessor/modules/pom.xml6
1 files changed, 1 insertions, 5 deletions
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>