We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bcdcd commit b8ec619Copy full SHA for b8ec619
build.gradle
@@ -6,6 +6,10 @@ plugins {
6
dependencies {
7
api project(':css4j')
8
implementation project(':css4j-agent')
9
+ /*
10
+ * Any dom4j version can be used, but tests may not pass with versions prior
11
+ * to 2.1.1, due to changes in dom4j's defaults.
12
+ */
13
api "org.dom4j:dom4j:${dom4jVersion}"
14
implementation "xmlpull:xmlpull:${xmlpullVersion}"
15
implementation "xpp3:xpp3_min:${xmlpullVersion}"
0 commit comments