File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ dependencies {
3535 compile(" com.amazonaws:aws-xray-recorder-sdk-aws-sdk-instrumentor" )
3636 testCompile(" junit:junit:4.11" )
3737 compile(" com.fasterxml.jackson.core:jackson-databind:2.8.4" )
38- compile(" commons-validator:commons-validator:1.5.1" )
3938}
4039
4140dependencyManagement {
4241 imports {
4342 mavenBom(" com.amazonaws:aws-java-sdk-bom:1.11.67" )
44- mavenBom(" com.amazonaws:aws-xray-recorder-sdk-bom:1.0.0 -beta" )
43+ mavenBom(" com.amazonaws:aws-xray-recorder-sdk-bom:1.0.2 -beta" )
4544 }
4645}
4746task wrapper (type : Wrapper ) {
Original file line number Diff line number Diff line change 1212import javax .servlet .Filter ;
1313import java .net .URL ;
1414
15+
1516@ Configuration
1617public class WebConfig {
1718
1819 @ Bean
1920 public Filter TracingFilter () {
20- return new AWSXRayServletFilter ();
21+ return new AWSXRayServletFilter ("Scorekeep" );
2122 }
2223
2324 @ Bean
You can’t perform that action at this time.
0 commit comments