Skip to content

Commit

Permalink
update core mgmt (#11328)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored May 20, 2020
1 parent fbfa549 commit b4b2376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.0.0-beta.7-SNAPSHOT</version>
<version>1.0.0-beta.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import com.azure.core.http.HttpPipeline;
import com.azure.core.http.rest.Response;
import com.azure.core.management.AzureEnvironment;
import com.azure.core.management.implementation.polling.PollerFactory;
import com.azure.core.management.polling.PollerFactory;
import com.azure.core.management.polling.PollResult;
import com.azure.core.management.serializer.AzureJacksonAdapter;
import com.azure.core.util.Context;
Expand Down

0 comments on commit b4b2376

Please sign in to comment.