Skip to content

Commit 40525fe

Browse files
committed
dom4j exclude optional dependencies
1 parent d718455 commit 40525fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

common/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ dependencies {
5252
exclude group: 'io.grpc', module: 'grpc-netty'
5353
exclude group: 'com.google.protobuf', module: 'protobuf-java'
5454
exclude group: 'com.google.protobuf', module: 'protobuf-java-util'
55+
// https://github.com/dom4j/dom4j/pull/116
56+
// https://github.com/gradle/gradle/issues/13656
57+
// https://github.com/dom4j/dom4j/issues/99
58+
exclude group: 'jaxen', module: 'jaxen'
59+
exclude group: 'javax.xml.stream', module: 'stax-api'
60+
exclude group: 'net.java.dev.msv', module: 'xsdlib'
61+
exclude group: 'pull-parser', module: 'pull-parser'
62+
exclude group: 'xpp3', module: 'xpp3'
5563
}
5664
api project(":protocol")
5765
}

0 commit comments

Comments
 (0)