Skip to content

Commit

Permalink
Remove threddsIso from gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tara Drwenski authored and haileyajohnson committed Oct 20, 2023
1 parent 63a6e12 commit e650ac1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
6 changes: 1 addition & 5 deletions tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ dependencies {
api "org.hibernate.validator:hibernate-validator-annotation-processor:${depVersion.hibernateValidator}"
api 'jakarta.el:jakarta.el-api'
runtime 'org.glassfish:javax.el:3.0.0'
runtime "jaxen:jaxen:${depVersion.jaxen}"

// waterml stuff
api 'org.apache.xmlbeans:xmlbeans'
Expand All @@ -105,11 +106,6 @@ dependencies {
// gwt version defined in gradle/any/shared-mvn-coords.gradle, accessible via gradle/any/dependencies.gradle
api "com.google.gwt:gwt-dev:${depVersion.gwt}"
api "com.google.gwt:gwt-user:${depVersion.gwt}"

// threddsIso
runtime 'EDS:tds-plugin:2.4.6-SNAPSHOT'
runtime 'net.sf.saxon:Saxon-HE:9.7.0-8'
runtime "jaxen:jaxen:${depVersion.jaxen}"
}
}

Expand Down
4 changes: 0 additions & 4 deletions tds-testing-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ dependencies {
// defined in tds-platform as well, but using runtime config
api 'org.apache.logging.log4j:log4j-web' // api because of :dap4:d4tests)

// threddsIso
api 'EDS:tds-plugin:2.4.0-SNAPSHOT' // api because of :it
api 'net.sf.saxon:Saxon-HE:9.7.0-8' // api because of :it

// tds
api "jaxen:jaxen:${depVersion.jaxen}" // api because of XPath operations in mock tests

Expand Down
7 changes: 2 additions & 5 deletions tds/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ dependencies {

// Needed for XPath operations in mock tests
testCompile 'jaxen:jaxen'
// Needed for XPaths in WmsDetailedConfig
runtime 'jaxen:jaxen'

// edal ncwms related libs
compile('uk.ac.rdg.resc:edal-common')
Expand All @@ -74,11 +76,6 @@ dependencies {
compile ('uk.ac.rdg.resc:edal-wms')
compile('uk.ac.rdg.resc:edal-godiva')

// threddsIso related libs
runtime 'EDS:tds-plugin'
runtime 'net.sf.saxon:Saxon-HE'
runtime 'jaxen:jaxen'

// json writing
'org.json:json'

Expand Down

0 comments on commit e650ac1

Please sign in to comment.