Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Release 4.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lesserwhirls committed Jun 16, 2020
1 parent 5ea51ed commit c166f38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ libraries["commons-compress"] = "org.apache.commons:commons-compress:1.8.1"

libraries["oro"] = "oro:oro:2.0.8"

libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.14") {
libraries["ncwms"] = dependencies.create("uk.ac.rdg.resc:ncwms:1.2.tds.4.6.15") {
// This is an external dependency on an old artifact of ours.
// The "cdm" artifact that we build in this project will take its place.
// This needs to be a local exclusion; globally excluding "edu.ucar:cdm" would be very bad.
Expand All @@ -247,7 +247,7 @@ libraries["hibernate-validator"] = "org.hibernate:hibernate-validator:4.3.2.Fina

libraries["jaxen"] = "jaxen:jaxen:1.1.4"

libraries["threddsIso"] = "EDS:threddsIso:2.2.12"
libraries["threddsIso"] = "EDS:threddsIso:2.2.13"

libraries["aws-java-sdk-s3"] = dependencies.create("com.amazonaws:aws-java-sdk-s3:1.11.236") {
// exclude jackson deps so that they can be overridden
Expand Down
2 changes: 1 addition & 1 deletion tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import edu.ucar.build.ui.ToolsUiJnlpBaseTask
description = "The THREDDS Data Server (TDS) is a web server that provides catalog and data access services for " +
"scientific data using OPeNDAP, OGC WCS and WMS, HTTP, and other remote-data-access protocols."
ext.title = "THREDDS Data Server (TDS)"
ext.url = "https://www.unidata.ucar.edu/software/thredds/current/tds/TDS.html"
ext.url = "https://www.unidata.ucar.edu/software/tds/current/TDS.html"

apply plugin: 'war'

Expand Down

0 comments on commit c166f38

Please sign in to comment.