Skip to content

Commit

Permalink
Merge pull request #152 from pdowler/master
Browse files Browse the repository at this point in the history
youcat: dependencies and version update
  • Loading branch information
pdowler authored Aug 21, 2023
2 parents 264a0ae + dfe8e9e commit 36bcfdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion youcat/VERSION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## deployable containers have a semantic and build tag
# semantic version tag: major.minor
# build version tag: timestamp
VER=0.5.0
VER=0.5.1
TAGS="${VER} ${VER}-$(date --utc +"%Y%m%dT%H%M%S")"
unset VER
5 changes: 0 additions & 5 deletions youcat/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,12 @@ dependencies {
runtime 'org.opencadc:cadc-tap-tmp:[1.1,)'
runtime 'org.opencadc:cadc-vos:[1.1,2.0)'
runtime 'org.opencadc:cadc-access-control-identity:[1.1.0,)'
runtime 'org.apache.ant:ant:1.9.4'
runtime 'org.opencadc:nom-tam-fits:[1.16.0,2.0)'
//runtime 'uk.ac.starlink:jcdf:[1.2.3,2.0'
//runtime 'uk.ac.starlink:stil:[4.0,5.0)'

testCompile 'junit:junit:[4.0,)'
intTestCompile 'org.opencadc:cadc-tap:[1.0,)'
intTestCompile 'org.opencadc:cadc-test-uws:[1.1.1,)'
intTestCompile 'org.opencadc:cadc-test-vosi:[1.0.11,)'
intTestCompile 'org.opencadc:cadc-test-tap:[1.1,)'

}

configurations {
Expand Down

0 comments on commit 36bcfdf

Please sign in to comment.