Skip to content

Commit d5b7d8a

Browse files
optimize unused dependencies
1 parent 5ab5c1e commit d5b7d8a

File tree

1 file changed

+0
-30
lines changed
  • articles/virtual-machines/windows

1 file changed

+0
-30
lines changed

articles/virtual-machines/windows/java.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -72,36 +72,6 @@ It takes about 20 minutes to do these steps.
7272
<artifactId>azure-resourcemanager</artifactId>
7373
<version>2.8.0</version>
7474
</dependency>
75-
<dependency>
76-
<groupId>com.azure.resourcemanager</groupId>
77-
<artifactId>azure-resourcemanager-appservice</artifactId>
78-
<version>2.8.0</version>
79-
</dependency>
80-
<dependency>
81-
<groupId>com.azure.resourcemanager</groupId>
82-
<artifactId>azure-resourcemanager-network</artifactId>
83-
<version>2.8.0</version>
84-
</dependency>
85-
<dependency>
86-
<groupId>com.squareup.okio</groupId>
87-
<artifactId>okio</artifactId>
88-
<version>1.13.0</version>
89-
</dependency>
90-
<dependency>
91-
<groupId>com.nimbusds</groupId>
92-
<artifactId>nimbus-jose-jwt</artifactId>
93-
<version>3.6</version>
94-
</dependency>
95-
<dependency>
96-
<groupId>net.minidev</groupId>
97-
<artifactId>json-smart</artifactId>
98-
<version>1.0.6.3</version>
99-
</dependency>
100-
<dependency>
101-
<groupId>javax.mail</groupId>
102-
<artifactId>mail</artifactId>
103-
<version>1.4.5</version>
104-
</dependency>
10575
```
10676
10777
3. Save the file.

0 commit comments

Comments
 (0)