Skip to content

Commit 7caee20

Browse files
committed
Gradle: manage optional dependencies. See css4j/css4j-dom4j#2
1 parent 4d8458f commit 7caee20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55

66
dependencies {
77
api project(':css4j')
8-
testImplementation project(':xml-dtd')
98
testImplementation project(path: ':css4j', configuration: 'tests')
9+
testImplementation "io.sf.carte:xml-dtd:${xmldtdVersion}"
1010
testImplementation "nu.validator:htmlparser:${htmlparserVersion}"
1111
testImplementation "org.slf4j:slf4j-api:${slf4jVersion}"
1212
}

0 commit comments

Comments
 (0)