Skip to content

Commit

Permalink
Allow using 1.1.x of runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Jul 6, 2017
1 parent 85b47e7 commit 16287d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>[1.0.1,1.1.0)</version>
<version>[1.0.1,2.0.0)</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>[1.0.0,1.1.0)</version>
<version>[1.0.0,2.0.0)</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>autorest-build-tools</artifactId>
<version>[1.0.0,1.1.0)</version>
<version>[1.0.0,2.0.0)</version>
</dependency>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
Expand Down

0 comments on commit 16287d2

Please sign in to comment.