Skip to content

Commit

Permalink
Restore optional flag for commons-vfs2 too
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0ffrey committed Dec 31, 2021
1 parent 8ba2515 commit 941c706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jbake-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
api "commons-io:commons-io:$commonsIoVersion"
api "org.apache.commons:commons-configuration2:$commonsConfigurationVersion"
implementation "commons-beanutils:commons-beanutils:$commonsBeanutilsVersion"
implementation "org.apache.commons:commons-vfs2:$commonsVfs2Version"
implementation "org.apache.commons:commons-vfs2:$commonsVfs2Version", optional
implementation "org.apache.commons:commons-lang3:$commonsLangVersion"
implementation("com.googlecode.json-simple:json-simple:$jsonSimpleVersion") {
exclude group: "junit", module: "junit"
Expand Down

0 comments on commit 941c706

Please sign in to comment.