Skip to content
Snippets Groups Projects
Commit 66534ecc authored by Michael Hodge's avatar Michael Hodge
Browse files

Add XImgView as a runtime dependency so it's included with the webapp

parent 44d6870c
No related branches found
No related tags found
No related merge requests found
def vXnat = '1.7.0-SNAPSHOT'
def vXnatPipeline = vXnat
def vXImgView = '1.0.0-SNAPSHOT'
def vSpring = '4.2.5.RELEASE'
def vSpringSecurity = '4.0.4.RELEASE'
def vSwagger = '2.4.0'
......@@ -411,6 +412,7 @@ dependencies {
compile "javax.mail:javax.mail-api:1.5.5"
compile 'com.google.code.gson:gson:2.6.2'
runtime "org.nrg.xnatx.plugins:ximgview-plugin:${vXImgView}"
runtime "org.apache.activemq:activemq-core:5.7.0"
runtime "ant:ant:1.6.5"
runtime "axis:axis-ant:1.4"
......
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