Skip to content

Commit

Permalink
Merge pull request #3 from hemanttanwar/update-servicebus-ga-release
Browse files Browse the repository at this point in the history
Updated service bus to GA  version.
  • Loading branch information
xseeseesee authored Dec 17, 2020
2 parents 70907ac + 918382c commit f66f7a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager</artifactId>
Expand All @@ -66,10 +71,5 @@
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.0.0-beta.7</version>
</dependency>
</dependencies>
</project>

0 comments on commit f66f7a6

Please sign in to comment.