Skip to content

Commit 3505844

Browse files
authored
WOR-1387 Update tcl (#286)
1 parent b33ac3a commit 3505844

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories {
5959

6060
dependencies {
6161
// Terra deps - we get Stairway via TCL
62-
implementation group: 'bio.terra', name: 'terra-common-lib', version: '0.1.1-SNAPSHOT'
62+
implementation group: 'bio.terra', name: 'terra-common-lib', version: '0.1.5-SNAPSHOT'
6363
implementation group: 'bio.terra', name: 'terra-cloud-resource-lib', version: '1.2.30-SNAPSHOT'
6464
implementation group: 'bio.terra', name: 'terra-resource-janitor-client', version: '0.113.31-SNAPSHOT'
6565

gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
bio.terra:stairway-gcp:0.0.76-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55
bio.terra:stairway:0.0.76-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
66
bio.terra:terra-cloud-resource-lib:1.2.30-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7-
bio.terra:terra-common-lib:0.1.1-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
bio.terra:terra-common-lib:0.1.5-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88
bio.terra:terra-resource-janitor-client:0.113.31-SNAPSHOT=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99
ch.qos.logback.contrib:logback-jackson:0.1.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
1010
ch.qos.logback.contrib:logback-json-classic:0.1.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
@@ -264,7 +264,7 @@ org.bitbucket.b_c:jose4j:0.9.3=productionRuntimeClasspath,runtimeClasspath,testR
264264
org.bouncycastle:bcpkix-jdk18on:1.71=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
265265
org.bouncycastle:bcprov-jdk18on:1.71=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
266266
org.bouncycastle:bcutil-jdk18on:1.71=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
267-
org.broadinstitute.dsde.workbench:sam-client_2.13:0.1-f554115=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
267+
org.broadinstitute.dsde.workbench:sam-client_2.13:0.1-5281c21=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
268268
org.checkerframework:checker-qual:3.39.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
269269
org.codehaus.mojo:animal-sniffer-annotations:1.23=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
270270
org.codehaus.plexus:plexus-utils:3.2.1=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath

src/main/resources/application.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ terra:
3434
retention-check-interval: 6h
3535
terminate-timeout: 5s
3636
cluster-name-suffix: buffer-stairwaycluster
37+
tracing:
38+
sampling-ratio: ${SAMPLING_PROBABILITY:0}
3739
google:
3840
monitoring:
3941
enabled: ${TERRA_COMMON_TRACING_STACKDRIVER_EXPORT_ENABLED:true}
@@ -61,9 +63,6 @@ spring:
6163
otel:
6264
sdk:
6365
disabled: false # set to true to disable all open telemetry features
64-
traces:
65-
sampler:
66-
probability: ${SAMPLING_PROBABILITY:0}
6766

6867
springboot:
6968
resource:

0 commit comments

Comments
 (0)