Skip to content

Commit

Permalink
Make dependency implementation so it is available at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Aug 26, 2024
1 parent 11f400c commit 4f8faf7
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 4f8faf7

Please sign in to comment.