Skip to content

Commit

Permalink
Merge pull request #530 from tdrwenski/fix-dap4-dependency
Browse files Browse the repository at this point in the history
Fix dependency scope
  • Loading branch information
tdrwenski authored Aug 26, 2024
2 parents 11f400c + 4f8faf7 commit cdc15a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dap4/d4servlet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation 'edu.ucar:httpservices'
implementation 'edu.ucar:cdm-core'

compileOnly 'org.apache.commons:commons-lang3'
implementation 'org.apache.commons:commons-lang3'
compileOnly 'jakarta.servlet:jakarta.servlet-api'
compileOnly 'org.slf4j:slf4j-api'
}

0 comments on commit cdc15a2

Please sign in to comment.