Skip to content

Commit

Permalink
Merge pull request #5 from Luyunmt/master
Browse files Browse the repository at this point in the history
Change management sdk to tack2
  • Loading branch information
jongio authored Nov 24, 2020
2 parents e69f45f + 3392b55 commit fb314e6
Show file tree
Hide file tree
Showing 3 changed files with 1,809 additions and 1,439 deletions.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<version>3.8.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -51,9 +51,14 @@
</build>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure</artifactId>
<version>1.36.3</version>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager</artifactId>
<version>2.0.0-beta.5</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
Expand Down
Loading

0 comments on commit fb314e6

Please sign in to comment.