Skip to content

Commit

Permalink
reg: build dependencies and log packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed May 9, 2024
1 parent 04e6a14 commit c8f3e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion reg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ dependencies {
providedCompile 'javax.servlet:javax.servlet-api:[3.1,4.0)'

compile 'org.opencadc:cadc-util:[1.11.2,)'
compile 'org.opencadc:cadc-log:[1.2.1,)'
compile 'org.opencadc:cadc-rest:[1.3.20,2.0)'
compile 'org.opencadc:cadc-vosi:[1.4.6,2.0)'

runtime 'org.opencadc:cadc-log:[1.2.1,)'

testCompile 'org.opencadc:cadc-quality:[1.0,)'
testCompile 'junit:junit:[4.0,5.0)'

Expand Down
2 changes: 0 additions & 2 deletions reg/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
<param-name>logLevelPackages</param-name>
<param-value>
org.opencadc.reg
ca.nrc.cadc.reg
ca.nrc.cadc.vosi
ca.nrc.cadc.rest
ca.nrc.cadc.uws
</param-value>
</init-param>
<load-on-startup>1</load-on-startup>
Expand Down

0 comments on commit c8f3e64

Please sign in to comment.