|
15 | 15 | <artifactId>exec-maven-plugin</artifactId> |
16 | 16 | <version>1.4.0</version> |
17 | 17 | <configuration> |
18 | | - <mainClass>com.microsoft.azure.management.servicebus.samples.ServiceBusPublishSubscribeAdvanceFeatures</mainClass> |
| 18 | + <mainClass>com.azure.resourcemanager.servicebus.samples.ServiceBusPublishSubscribeAdvanceFeatures</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.servicebus.samples.ServiceBusPublishSubscribeAdvanceFeatures.java</mainClass> |
| 44 | + <mainClass>com.azure.resourcemanager.servicebus.samples.ServiceBusPublishSubscribeAdvanceFeatures.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-servicebus</artifactId> |
56 | | - <version>0.9.7</version> |
57 | | - <exclusions> |
58 | | - <exclusion> |
59 | | - <artifactId>jsr311-api</artifactId> |
60 | | - <groupId>javax.ws.rs</groupId> |
61 | | - </exclusion> |
62 | | - <exclusion> |
63 | | - <artifactId>httpclient</artifactId> |
64 | | - <groupId>org.apache.httpcomponents</groupId> |
65 | | - </exclusion> |
66 | | - </exclusions> |
| 55 | + <groupId>com.azure.resourcemanager</groupId> |
| 56 | + <artifactId>azure-resourcemanager</artifactId> |
| 57 | + <version>2.1.0</version> |
67 | 58 | </dependency> |
68 | 59 | <dependency> |
69 | | - <groupId>com.microsoft.azure</groupId> |
70 | | - <artifactId>azure</artifactId> |
71 | | - <version>1.36.3</version> |
| 60 | + <groupId>com.azure</groupId> |
| 61 | + <artifactId>azure-identity</artifactId> |
| 62 | + <version>1.2.0</version> |
72 | 63 | </dependency> |
73 | 64 | <dependency> |
74 | 65 | <groupId>commons-net</groupId> |
75 | 66 | <artifactId>commons-net</artifactId> |
76 | | - <version>3.3</version> |
| 67 | + <version>3.6</version> |
77 | 68 | </dependency> |
78 | 69 | <dependency> |
79 | | - <groupId>commons-lang</groupId> |
80 | | - <artifactId>commons-lang</artifactId> |
81 | | - <version>2.6</version> |
82 | | - </dependency> |
83 | | - <dependency> |
84 | | - <groupId>org.apache.commons</groupId> |
85 | | - <artifactId>commons-lang3</artifactId> |
86 | | - <version>3.7</version> |
| 70 | + <groupId>com.azure</groupId> |
| 71 | + <artifactId>azure-messaging-servicebus</artifactId> |
| 72 | + <version>7.0.0-beta.7</version> |
87 | 73 | </dependency> |
88 | 74 | </dependencies> |
89 | 75 | </project> |
0 commit comments