GRPC 1.18.0 Upgrade. 09/76209/1
authorMuthuramalingam, Brinda Santh <bs2796@att.com>
Wed, 23 Jan 2019 16:42:13 +0000 (11:42 -0500)
committerMuthuramalingam, Brinda Santh <bs2796@att.com>
Wed, 23 Jan 2019 16:42:13 +0000 (11:42 -0500)
Change-Id: I1f7f75e14d284641d86c5ef91723b00aaab9bed7
Issue-ID: CCSDK-998
Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
components/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/utils/BluePrintFileUtilsTest.kt
components/model-catalog/proto-definition/pom.xml
components/parent/pom.xml
ms/blueprintsprocessor/parent/pom.xml
ms/controllerblueprints/parent/pom.xml

index 143c4a8..59a0371 100644 (file)
@@ -27,7 +27,7 @@ class BluePrintFileUtilsTest {
 
     @Test
     fun testNewBlueprint() = runBlocking {
-        val targetPath: String = Paths.get("target").toUri().toURL().path.plus("bp-new-test")
+        val targetPath: String = Paths.get("target").toUri().toURL().path.plus("/bp-new-test")
         BluePrintFileUtils.createEmptyBluePrint(targetPath)
 
     }
@@ -36,7 +36,7 @@ class BluePrintFileUtilsTest {
     fun testBlueprintCopy() = runBlocking {
         val sourcePath: String = "./../model-catalog/blueprint-model/starter-blueprint/baseconfiguration"
 
-        val targetPath: String = Paths.get("target").toUri().toURL().path.plus("bp-copy-test")
+        val targetPath: String = Paths.get("target").toUri().toURL().path.plus("/bp-copy-test")
 
         val targetDir = File(targetPath)
         targetDir.deleteOnExit()
index c1f7792..f76dd5f 100644 (file)
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
  * Copyright (C) 2019 Bell Canada
-*
+ * Modifications Copyright © 2017-2018 AT&T Intellectual Property.
+ *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
                 <version>0.6.1</version>
                 <configuration>
                     <protocArtifact>
-                        com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier}
+                        com.google.protobuf:protoc:3.6.1:exe:${os.detected.classifier}
                     </protocArtifact>
                     <pluginId>grpc-java</pluginId>
                     <pluginArtifact>
-                        io.grpc:protoc-gen-grpc-java:1.16.1:exe:${os.detected.classifier}
+                        io.grpc:protoc-gen-grpc-java:1.18.0:exe:${os.detected.classifier}
                     </pluginArtifact>
                     <protoSourceRoot>proto</protoSourceRoot>
                 </configuration>
index 365515a..b53f9f1 100644 (file)
@@ -34,7 +34,7 @@
         <kotlin.version>1.3.11</kotlin.version>
         <kotlin.maven.version>1.3.11</kotlin.maven.version>
         <kotlin.couroutines.version>1.1.0</kotlin.couroutines.version>
-        <grpc.version>1.17.1</grpc.version>
+        <grpc.version>1.18.0</grpc.version>
         <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
         <eelf.version>1.0.0</eelf.version>
         <guava.version>27.0.1-jre</guava.version>
                 <artifactId>kotlin-stdlib</artifactId>
                 <version>${kotlin.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <artifactId>kotlin-stdlib-common</artifactId>
+                <version>${kotlin.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.jetbrains.kotlin</groupId>
                 <artifactId>kotlin-scripting-jvm-host</artifactId>
index f694ac1..d64258e 100644 (file)
@@ -35,7 +35,7 @@
         <kotlin.version>1.3.11</kotlin.version>
         <kotlin.maven.version>1.3.11</kotlin.maven.version>
         <kotlin.couroutines.version>1.1.0</kotlin.couroutines.version>
-        <grpc.version>1.17.1</grpc.version>
+        <grpc.version>1.18.0</grpc.version>
         <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
         <eelf.version>1.0.0</eelf.version>
         <sli.version>0.4.1-SNAPSHOT</sli.version>
                 <artifactId>kotlin-stdlib</artifactId>
                 <version>${kotlin.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <artifactId>kotlin-stdlib-common</artifactId>
+                <version>${kotlin.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.jetbrains.kotlin</groupId>
                 <artifactId>kotlin-scripting-jvm-host</artifactId>
index 9042318..578a0c7 100644 (file)
@@ -33,7 +33,7 @@
         <kotlin.version>1.3.11</kotlin.version>
         <kotlin.maven.version>1.3.11</kotlin.maven.version>
         <kotlin.couroutines.version>1.1.0</kotlin.couroutines.version>
-        <grpc.version>1.17.1</grpc.version>
+        <grpc.version>1.18.0</grpc.version>
         <protobuff.java.utils.version>3.6.1</protobuff.java.utils.version>
         <eelf.version>1.0.0</eelf.version>
         <guava.version>27.0.1-jre</guava.version>
                 <artifactId>kotlin-stdlib</artifactId>
                 <version>${kotlin.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.jetbrains.kotlin</groupId>
+                <artifactId>kotlin-stdlib-common</artifactId>
+                <version>${kotlin.version}</version>
+            </dependency>
             <dependency>
                 <groupId>org.jetbrains.kotlin</groupId>
                 <artifactId>kotlin-scripting-jvm-host</artifactId>