File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
4544dependencyManagement {
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}
5150task wrapper (type : Wrapper ) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments