Skip to content

Commit b898abf

Browse files
authored
update format for ```xml
1 parent 910742f commit b898abf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/azure-cache-for-redis/cache-java-get-started.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Replace the placeholders with the following values:
7070
## Create a new Java app
7171

7272
Using Maven, generate a new quickstart app:
73-
7473
```xml
7574
mvn archetype:generate \
7675
-DarchetypeGroupId=org.apache.maven.archetypes \
@@ -87,7 +86,6 @@ Using Maven, generate a new quickstart app:
8786
1. Open the *pom.xml* file. In the file, you see a dependency for [Jedis](https://github.com/xetorthio/jedis):
8887

8988
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
90-
9189
```xml
9290
<dependency>
9391
<groupId>com.azure</groupId>
@@ -104,7 +102,6 @@ Using Maven, generate a new quickstart app:
104102

105103

106104
### [Access Key Authentication](#tab/accesskey)
107-
108105
```xml
109106
<dependency>
110107
<groupId>redis.clients</groupId>

0 commit comments

Comments
 (0)