Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xnat-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dhcp
xnat-web
Commits
635ca9f0
Commit
635ca9f0
authored
8 years ago
by
Rick Herrick
Browse files
Options
Downloads
Patches
Plain Diff
Updated dependencies to use refactored xnat-dicom libraries. Fixed
broken dependency on Guava 21.0-SNAPSHOT.
parent
936f0edd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+14
-13
14 additions, 13 deletions
build.gradle
with
14 additions
and
13 deletions
build.gradle
+
14
−
13
View file @
635ca9f0
...
...
@@ -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:${vXnat
Stable
}"
compile
"org.nrg:dicom-xnat-sop:${vXnat
Stable
}"
compile
"org.nrg:dicom-xnat-util:${vXnat
Stable
}"
compile
"org.nrg:ecat4xnat:${vXnat
Stable
}"
compile
"org.nrg:DicomDB:
4
.1.0"
compile
"org.nrg:ExtAttr:4.
1
.0"
compile
"org.nrg:DicomEdit:6.0"
compile
"org.nrg:DicomImageUtils:${vXnat
Stable
}"
compile
"org.nrg:DicomUtils:1.
3.1
"
compile
"org.nrg:PrearcImporter:${vXnat
Stable
}"
compile
"org.nrg:SessionBuilders:${vXnat
Stable
}"
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment