Skip to content

Commit cbcc484

Browse files
committed
Updating README.
1 parent bd52463 commit cbcc484

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,37 @@ Add the AWS X-Ray SDK dependencies to your pom.xml:
1212
<dependency>
1313
<groupId>com.amazonaws</groupId>
1414
<artifactId>aws-xray-sdk-core</artifactId>
15-
<version>1.2.1</version>
15+
<version>1.3.0</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>com.amazonaws</groupId>
1919
<artifactId>aws-xray-sdk-apache-http</artifactId>
20-
<version>1.2.1</version>
20+
<version>1.3.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.amazonaws</groupId>
2424
<artifactId>aws-xray-sdk-aws-sdk</artifactId>
25-
<version>1.2.1</version>
25+
<version>1.3.0</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.amazonaws</groupId>
2929
<artifactId>aws-xray-sdk-aws-sdk-instrumentor</artifactId>
30-
<version>1.2.1</version>
30+
<version>1.3.0</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.amazonaws</groupId>
3434
<artifactId>aws-xray-sdk-sql-mysql</artifactId>
35-
<version>1.2.1</version>
35+
<version>1.3.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>com.amazonaws</groupId>
3939
<artifactId>aws-xray-sdk-sql-postgresql</artifactId>
40-
<version>1.2.1</version>
40+
<version>1.3.0</version>
41+
</dependency>
42+
<dependency>
43+
<groupId>com.amazonaws</groupId>
44+
<artifactId>aws-xray-recorder-sdk-spring</artifactId>
45+
<version>1.3.0</version>
4146
</dependency>
4247
```
4348

0 commit comments

Comments
 (0)