diff options
-rwxr-xr-x | restconf-client/provider/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index d2ecf1f8..194d9a14 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -79,6 +79,12 @@ <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>restconf-nb-rfc8040</artifactId> + <exclusions> + <exclusion> + <groupId>javax.xml</groupId> + <artifactId>jsr173</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> |