Skip to content

Commit

Permalink
Gradle: add a comment about dom4j versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed May 29, 2021
1 parent e1bcdcd commit b8ec619
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ plugins {
dependencies {
api project(':css4j')
implementation project(':css4j-agent')
/*
* Any dom4j version can be used, but tests may not pass with versions prior
* to 2.1.1, due to changes in dom4j's defaults.
*/
api "org.dom4j:dom4j:${dom4jVersion}"
implementation "xmlpull:xmlpull:${xmlpullVersion}"
implementation "xpp3:xpp3_min:${xmlpullVersion}"
Expand Down

0 comments on commit b8ec619

Please sign in to comment.