Skip to content

Commit ce384e6

Browse files
committed
maven build
1 parent aca5cae commit ce384e6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

sample-apps/blank-java/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,26 @@
5252
<artifactId>lambda</artifactId>
5353
<version>2.10.72</version>
5454
</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>
5575
<dependency>
5676
<groupId>org.junit.jupiter</groupId>
5777
<artifactId>junit-jupiter-api</artifactId>
@@ -64,6 +84,7 @@
6484
<version>5.6.0</version>
6585
<scope>test</scope>
6686
</dependency>
87+
6788
</dependencies>
6889

6990
<build>

0 commit comments

Comments
 (0)