Skip to content

Commit

Permalink
Include metafacture-files in Metafacture distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
cboehme committed Jan 4, 2018
1 parent 6478a08 commit a6dc848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metafacture-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dependencies {
plugins project(':metafacture-biblio')
plugins project(':metafacture-csv')
plugins project(':metafacture-elasticsearch')
plugins project(':metafacture-files')
plugins project(':metafacture-flowcontrol')
plugins project(':metafacture-formatting')
plugins project(':metafacture-formeta')
Expand All @@ -55,7 +56,7 @@ dependencies {
plugins project(':metafacture-xml')
plugins project(':metamorph')

// The configurations need to be on the runtime classpath:
// The plugins configuration needs to be on the runtime classpath:
runtime configurations.plugins

// In a perfect world the slf4j binding would be a provided dependency so that
Expand Down

0 comments on commit a6dc848

Please sign in to comment.