Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luluzhao committed Aug 29, 2018
1 parent 4034a83 commit 141290e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@ Add the AWS X-Ray SDK dependencies to your pom.xml:
```
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-sdk-core</artifactId>
<artifactId>aws-xray-recorder-sdk-core</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-sdk-apache-http</artifactId>
<artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-sdk-aws-sdk</artifactId>
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-sdk-aws-sdk-instrumentor</artifactId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-sdk-sql-mysql</artifactId>
<artifactId>aws-xray-recorder-sdk-sql-mysql</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-sdk-sql-postgresql</artifactId>
<artifactId>aws-xray-recorder-sdk-sql-postgresql</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 141290e

Please sign in to comment.