Code Review
/
ccsdk
/
sli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
05135b6
)
Fix version of restconf-nb dependency
98/135698/1
author
Dan Timoney
<dtimoney@att.com>
Thu, 10 Aug 2023 16:11:44 +0000
(12:11 -0400)
committer
Dan Timoney
<dtimoney@att.com>
Thu, 10 Aug 2023 16:11:44 +0000
(12:11 -0400)
Fix version of restconf-nb dependency in restconf-client
Issue-ID: CCSDK-3914
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: If7aefc4581f53374f4daa56abeb6b5d255d7bf47
plugins/restconf-client/provider/pom.xml
patch
|
blob
|
history
diff --git
a/plugins/restconf-client/provider/pom.xml
b/plugins/restconf-client/provider/pom.xml
index
afcb597
..
076dd5d
100755
(executable)
--- a/
plugins/restconf-client/provider/pom.xml
+++ b/
plugins/restconf-client/provider/pom.xml
@@
-102,7
+102,7
@@
<dependency>
<groupId>org.opendaylight.netconf</groupId>
<artifactId>restconf-nb</artifactId>
- <version>
4.0.4
</version>
+ <version>
5.0.6
</version>
<exclusions>
<exclusion>
<groupId>javax.xml</groupId>