File tree 1 file changed +21
-0
lines changed 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 52
52
<artifactId >lambda</artifactId >
53
53
<version >2.10.72</version >
54
54
</dependency >
55
+ <dependency >
56
+ <groupId >com.amazonaws</groupId >
57
+ <artifactId >aws-xray-recorder-sdk-core</artifactId >
58
+ <version >2.4.0</version >
59
+ </dependency >
60
+ <dependency >
61
+ <groupId >com.amazonaws</groupId >
62
+ <artifactId >aws-xray-recorder-sdk-aws-sdk-core</artifactId >
63
+ <version >2.4.0</version >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >com.amazonaws</groupId >
67
+ <artifactId >aws-xray-recorder-sdk-aws-sdk-v2</artifactId >
68
+ <version >2.4.0</version >
69
+ </dependency >
70
+ <dependency >
71
+ <groupId >com.amazonaws</groupId >
72
+ <artifactId >aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId >
73
+ <version >2.4.0</version >
74
+ </dependency >
55
75
<dependency >
56
76
<groupId >org.junit.jupiter</groupId >
57
77
<artifactId >junit-jupiter-api</artifactId >
64
84
<version >5.6.0</version >
65
85
<scope >test</scope >
66
86
</dependency >
87
+
67
88
</dependencies >
68
89
69
90
<build >
You can’t perform that action at this time.
0 commit comments