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

Updated dependencies to use refactored xnat-dicom libraries. Fixed

broken dependency on Guava 21.0-SNAPSHOT.
parent 936f0edd
No related branches found
No related tags found
No related merge requests found
......@@ -69,13 +69,13 @@ apply plugin: 'idea'
apply plugin: 'eclipse'
repositories {
mavenCentral()
jcenter()
mavenLocal()
maven {
url 'http://dcm4che.org/maven2'
name 'dcm4che Maven Repository'
}
jcenter()
mavenCentral()
maven {
url 'https://nrgxnat.jfrog.io/nrgxnat/libs-release'
name 'XNAT Release Repository'
......@@ -334,17 +334,17 @@ dependencies {
compile "org.nrg:mail:${vXnat}"
compile "org.nrg:notify:${vXnat}"
compile "org.nrg:dicom-xnat-mx:${vXnatStable}"
compile "org.nrg:dicom-xnat-sop:${vXnatStable}"
compile "org.nrg:dicom-xnat-util:${vXnatStable}"
compile "org.nrg:ecat4xnat:${vXnatStable}"
compile "org.nrg:DicomDB:4.1.0"
compile "org.nrg:ExtAttr:4.1.0"
compile "org.nrg:DicomEdit:6.0"
compile "org.nrg:DicomImageUtils:${vXnatStable}"
compile "org.nrg:DicomUtils:1.3.1"
compile "org.nrg:PrearcImporter:${vXnatStable}"
compile "org.nrg:SessionBuilders:${vXnatStable}"
compile "org.nrg:dicom-xnat-mx:${vXnat}"
compile "org.nrg:dicom-xnat-sop:${vXnat}"
compile "org.nrg:dicom-xnat-util:${vXnat}"
compile "org.nrg:ecat4xnat:${vXnat}"
compile "org.nrg:DicomDB:5.1.0-SNAPSHOT"
compile "org.nrg:ExtAttr:4.2.0-SNAPSHOT"
compile "org.nrg:DicomEdit:6.0.1-SNAPSHOT"
compile "org.nrg:DicomImageUtils:${vXnat}"
compile "org.nrg:DicomUtils:1.4.0-SNAPSHOT"
compile "org.nrg:PrearcImporter:${vXnat}"
compile "org.nrg:SessionBuilders:${vXnat}"
compile "org.nrg:pipelineBase:1.0"
compile "org.nrg:pipelineBuild:1.0"
......@@ -454,6 +454,7 @@ dependencies {
compile "javax.servlet:jstl:1.2"
compile "javax.mail:javax.mail-api:1.5.5"
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.google.guava:guava:20.0'
runtime "org.nrg.xnatx.plugins:ximgview-plugin:${vXImgView}"
runtime "org.apache.activemq:activemq-core:5.7.0"
......
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