summaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/parent/pom.xml
diff options
context:
space:
mode:
authorottero <rodrigo.ottero@est.tech>2019-06-06 13:46:11 +0000
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-06-06 12:58:53 -0400
commit6c2ce9e3eee61fd9ec84594c0284f6d5b94fa925 (patch)
treea057758f064f70fed5655c4f4b589793decd0c07 /ms/sdclistener/parent/pom.xml
parentc0cbce93620b7ef1ceaf60d2496e3a84a140fd7e (diff)
Fixing restconf_client.py script0.4.5dublin
The restconf_client.py script uses BlueprintWebClientService to send REST requests to ODL. When the methods of that interface have the type of the returns changed from String to WebClientResponse, the script stopped working. This fix changes the way the response is manipulated, to act upon a WebClientResponse and not on a String Change-Id: I3876c5b27d65058f0b5b77da17f9225fc04779c6 Issue-ID: CCSDK-1384 Signed-off-by: ottero <rodrigo.ottero@est.tech>
Diffstat (limited to 'ms/sdclistener/parent/pom.xml')
-rwxr-xr-xms/sdclistener/parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/sdclistener/parent/pom.xml b/ms/sdclistener/parent/pom.xml
index fc87df3fa..f06c85bcd 100755
--- a/ms/sdclistener/parent/pom.xml
+++ b/ms/sdclistener/parent/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.onap.ccsdk.cds</groupId>
<artifactId>sdclistener</artifactId>
- <version>0.4.4-SNAPSHOT</version>
+ <version>0.4.5-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.cds.sdclistener</groupId>
<artifactId>parent</artifactId>