Skip to content

Commit

Permalink
Gradle: manage optional dependencies. See css4j/css4j-dom4j#2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed May 31, 2021
1 parent 21db4a1 commit f9138db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
api project(':css4j')
api project(':xml-dtd')
api "io.sf.carte:xml-dtd:${xmldtdVersion}"
api "nu.validator:htmlparser:${htmlparserVersion}"
/*
* The next dependency is not required for compiling, but this one was
Expand Down

0 comments on commit f9138db

Please sign in to comment.