Skip to content

Commit

Permalink
Update EventHubs dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey committed Jul 9, 2019
1 parent 2a37f99 commit d8cd5be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eventhubs/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-preview.2</version>
<version>1.0.0-preview.3</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.0-preview.2</version>
<version>1.0.0-preview.3</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -57,7 +57,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-preview.2</version>
<version>1.0.0-preview.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d8cd5be

Please sign in to comment.