Skip to content

Commit 21db4a1

Browse files
committed
Gradle: add a comment about slf4j-api dependency.
1 parent c2364fa commit 21db4a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ dependencies {
77
api project(':css4j')
88
api project(':xml-dtd')
99
api "nu.validator:htmlparser:${htmlparserVersion}"
10+
/*
11+
* The next dependency is not required for compiling, but this one was
12+
* optional in the core module and it is mandatory for user agents. So it is
13+
* set as a mandatory dependency here.
14+
*/
1015
api "org.slf4j:slf4j-api:${slf4jVersion}"
1116
testImplementation project(path: ':css4j', configuration: 'tests')
1217
}

0 commit comments

Comments
 (0)