Skip to content

Commit 0591462

Browse files
author
Michael Wunderlich
committed
Merge branch 'xray-gettingstarted' into xray
Conflicts: build.gradle
2 parents e952f20 + f95d768 commit 0591462

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ dependencies {
3939
compile("org.postgresql:postgresql:9.4.1211.jre7")
4040
testCompile("junit:junit:4.11")
4141
compile("com.fasterxml.jackson.core:jackson-databind:2.8.4")
42-
compile("commons-validator:commons-validator:1.5.1")
4342
}
4443

4544
dependencyManagement {
4645
imports {
4746
mavenBom("com.amazonaws:aws-java-sdk-bom:1.11.67")
48-
mavenBom("com.amazonaws:aws-xray-recorder-sdk-bom:1.0.1-beta")
47+
mavenBom("com.amazonaws:aws-xray-recorder-sdk-bom:1.0.2-beta")
4948
}
5049
}
5150
task wrapper(type: Wrapper) {

src/main/java/scorekeep/WebConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class WebConfig {
2828

2929
@Bean
3030
public Filter TracingFilter() {
31-
return new AWSXRayServletFilter();
31+
return new AWSXRayServletFilter("Scorekeep");
3232
}
3333

3434
@Bean

0 commit comments

Comments
 (0)