Skip to content

Commit 292f713

Browse files
committed
Fix indent
1 parent 0645f66 commit 292f713

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/ai-services/use-key-vault.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -376,18 +376,17 @@ In your project, add the following dependencies to your `pom.xml` file.
376376

377377
```xml
378378
<dependencies>
379-
380-
<dependency>
381-
<groupId>com.azure</groupId>
382-
<artifactId>azure-security-keyvault-secrets</artifactId>
383-
<version>4.2.3</version>
384-
</dependency>
385-
<dependency>
386-
<groupId>com.azure</groupId>
387-
<artifactId>azure-identity</artifactId>
388-
<version>1.2.0</version>
389-
</dependency>
390-
</dependencies>
379+
<dependency>
380+
<groupId>com.azure</groupId>
381+
<artifactId>azure-security-keyvault-secrets</artifactId>
382+
<version>4.2.3</version>
383+
</dependency>
384+
<dependency>
385+
<groupId>com.azure</groupId>
386+
<artifactId>azure-identity</artifactId>
387+
<version>1.2.0</version>
388+
</dependency>
389+
</dependencies>
391390
```
392391

393392
## Import the example code

0 commit comments

Comments
 (0)