Skip to content

Commit

Permalink
exclude provides clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Feb 28, 2020
1 parent 7af1d9d commit 6964242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jlink {
uses 'ch.qos.logback.classic.spi.Configurator'
uses 'javax.validation.valueextraction.ValueExtractor'
uses 'javax.validation.ConstraintValidator'
excludeProvides implementation: 'com.sun.xml.bind.v2.ContextFactory'
excludeProvides servicePattern: 'javax.enterprise.*'
}
forceMerge 'jackson', 'log4j', 'jaxb', 'istack', 'stax'
}

0 comments on commit 6964242

Please sign in to comment.