Skip to content

Commit

Permalink
Gradle: add a comment about slf4j-api dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed May 29, 2021
1 parent c2364fa commit 21db4a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencies {
api project(':css4j')
api project(':xml-dtd')
api "nu.validator:htmlparser:${htmlparserVersion}"
/*
* The next dependency is not required for compiling, but this one was
* optional in the core module and it is mandatory for user agents. So it is
* set as a mandatory dependency here.
*/
api "org.slf4j:slf4j-api:${slf4jVersion}"
testImplementation project(path: ':css4j', configuration: 'tests')
}
Expand Down

0 comments on commit 21db4a1

Please sign in to comment.