Skip to content

Commit

Permalink
adds new packages to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisradek committed Feb 7, 2019
1 parent 4efab0c commit 32ebff7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,21 @@ Add the AWS X-Ray SDK dependencies to your pom.xml:
<artifactId>aws-xray-recorder-sdk-aws-sdk</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-instrumentor</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-xray-recorder-sdk-sql-mysql</artifactId>
Expand Down

0 comments on commit 32ebff7

Please sign in to comment.