Exclude problematic nested commit 41/99341/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 9 Dec 2019 15:13:37 +0000 (10:13 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Mon, 9 Dec 2019 15:13:37 +0000 (10:13 -0500)
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>
restconf-client/provider/pom.xml

index d2ecf1f..194d9a1 100755 (executable)
         <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>