diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 2d9c78f97c..db89caee3b 100755 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -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. @@ -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 diff --git a/tds/build.gradle b/tds/build.gradle index 351aef9563..fd893f5b36 100644 --- a/tds/build.gradle +++ b/tds/build.gradle @@ -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'