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 4d8458f commit 7caee20Copy full SHA for 7caee20
build.gradle
@@ -5,8 +5,8 @@ plugins {
5
6
dependencies {
7
api project(':css4j')
8
- testImplementation project(':xml-dtd')
9
testImplementation project(path: ':css4j', configuration: 'tests')
+ testImplementation "io.sf.carte:xml-dtd:${xmldtdVersion}"
10
testImplementation "nu.validator:htmlparser:${htmlparserVersion}"
11
testImplementation "org.slf4j:slf4j-api:${slf4jVersion}"
12
}
0 commit comments