From 66534ecc827a915f4e9ca1f384de893162f2911b Mon Sep 17 00:00:00 2001 From: Michael Hodge <hodgem@mir.wustl.edu> Date: Tue, 31 May 2016 14:18:45 -0500 Subject: [PATCH] Add XImgView as a runtime dependency so it's included with the webapp --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index fa82b81e..cba2a345 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,6 @@ 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" -- GitLab