diff options
Diffstat (limited to 'restconf-client')
-rwxr-xr-x | restconf-client/provider/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index a421de39..07c9114d 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -78,6 +78,7 @@ <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>restconf-nb-rfc8040</artifactId> + <scope>provided</scope> <exclusions> <exclusion> <groupId>javax.xml</groupId> |