Skip to content
Snippets Groups Projects
Commit ea0c21a0 authored by Rick Herrick's avatar Rick Herrick
Browse files

Added a couple exclusions to get rid of older dependencies.

parent 485221f9
No related branches found
No related tags found
No related merge requests found
......@@ -131,6 +131,7 @@ configurations {
all*.exclude group: 'jdbc', module: 'jdbc'
all*.exclude group: 'jms', module: 'jms'
all*.exclude group: 'jython', module: 'jython'
all*.exclude group: 'org.nrg', module: 'nrg'
all*.exclude group: 'net.sf.saxon', module: 'saxon'
all*.exclude group: 'stax', module: 'stax-api'
all*.exclude group: 'xml-apis', module: 'xml-apis'
......@@ -138,6 +139,7 @@ configurations {
all*.exclude module: 'log4j-slf4j-impl'
all*.exclude module: 'pipelineCNDAXNAT'
all*.exclude module: 'slf4j-simple'
all*.exclude module: 'xnatsrb'
}
dependencies {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment