|
15 | 15 | <artifactId>exec-maven-plugin</artifactId>
|
16 | 16 | <version>1.4.0</version>
|
17 | 17 | <configuration>
|
18 |
| - <mainClass>com.microsoft.azure.management.appservice.samples.ManageLinuxWebAppWithTrafficManager</mainClass> |
| 18 | + <mainClass>com.azure.resourcemanager.appservice.samples.ManageLinuxWebAppWithTrafficManager</mainClass> |
| 19 | + <cleanupDaemonThreads>false</cleanupDaemonThreads> |
19 | 20 | </configuration>
|
20 | 21 | </plugin>
|
21 | 22 | <plugin>
|
22 | 23 | <artifactId>maven-compiler-plugin</artifactId>
|
23 |
| - <version>3.0</version> |
| 24 | + <version>3.8.1</version> |
24 | 25 | <configuration>
|
25 |
| - <source>1.7</source> |
26 |
| - <target>1.7</target> |
| 26 | + <source>1.8</source> |
| 27 | + <target>1.8</target> |
27 | 28 | </configuration>
|
28 | 29 | </plugin>
|
29 | 30 | <plugin>
|
|
40 | 41 | </descriptorRefs>
|
41 | 42 | <archive>
|
42 | 43 | <manifest>
|
43 |
| - <mainClass>com.microsoft.azure.management.appservice.samples.ManageLinuxWebAppWithTrafficManager.java</mainClass> |
| 44 | + <mainClass>com.azure.resourcemanager.appservice.samples.ManageLinuxWebAppWithTrafficManager.java</mainClass> |
44 | 45 | </manifest>
|
45 | 46 | </archive>
|
46 | 47 | </configuration>
|
|
51 | 52 | </build>
|
52 | 53 | <dependencies>
|
53 | 54 | <dependency>
|
54 |
| - <groupId>com.microsoft.azure</groupId> |
55 |
| - <artifactId>azure</artifactId> |
56 |
| - <version>1.36.3</version> |
| 55 | + <groupId>com.azure.resourcemanager</groupId> |
| 56 | + <artifactId>azure-resourcemanager</artifactId> |
| 57 | + <version>2.1.0</version> |
57 | 58 | </dependency>
|
58 | 59 | <dependency>
|
59 |
| - <groupId>commons-net</groupId> |
60 |
| - <artifactId>commons-net</artifactId> |
61 |
| - <version>3.3</version> |
62 |
| - </dependency> |
63 |
| - <dependency> |
64 |
| - <groupId>commons-lang</groupId> |
65 |
| - <artifactId>commons-lang</artifactId> |
66 |
| - <version>2.6</version> |
| 60 | + <groupId>com.azure</groupId> |
| 61 | + <artifactId>azure-identity</artifactId> |
| 62 | + <version>1.2.0</version> |
67 | 63 | </dependency>
|
68 | 64 | <dependency>
|
69 |
| - <groupId>org.apache.commons</groupId> |
70 |
| - <artifactId>commons-lang3</artifactId> |
71 |
| - <version>3.7</version> |
| 65 | + <groupId>commons-net</groupId> |
| 66 | + <artifactId>commons-net</artifactId> |
| 67 | + <version>3.6</version> |
72 | 68 | </dependency>
|
73 | 69 | </dependencies>
|
74 | 70 | </project>
|
0 commit comments