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 c2364fa commit 21db4a1Copy full SHA for 21db4a1
build.gradle
@@ -7,6 +7,11 @@ dependencies {
7
api project(':css4j')
8
api project(':xml-dtd')
9
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
+ */
15
api "org.slf4j:slf4j-api:${slf4jVersion}"
16
testImplementation project(path: ':css4j', configuration: 'tests')
17
}
0 commit comments