diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-09 10:13:37 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-09 10:13:37 -0500 |
commit | 9b76e766b3adc72d7212ff6384cfa3421a5093fa (patch) | |
tree | e2d2e5f89872a2f7bd7b64fb01865580b746b984 /restconf-client/provider | |
parent | 571fb7646ee8a21b4cbc657a02fa82ecd8ee5430 (diff) |
Exclude problematic nested commit
Add dependency exclusion for java.xml:jsr173 to avoid issue in derived
feature.xml.
Change-Id: I2c5a25895e3ad85764687352c72159cc6d106de7
Issue-ID: CCSDK-1979
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'restconf-client/provider')
-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> |