Skip to content

Commit 96117e4

Browse files
committed
fixup for pom in windows page
1 parent ea9ea0e commit 96117e4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/cognitive-services/Speech-Service/speech-devices-sdk-windows-quickstart.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ If you plan to use the intents you'll need a [Language Understanding Service (LU
6666
At the end of the file, before the closing tag `</project>`, create `repositories` and `dependencies` elements, as shown here, and ensure the `version` matches your current version:
6767
```xml
6868
<repositories>
69-
<repository>
70-
<id>maven-cognitiveservices-speech</id>
71-
<name>Microsoft Cognitive Services Speech Maven Repository</name>
72-
<url>https://csspeechstorage.blob.core.windows.net/maven/</url>
73-
</repository>
69+
<repository>
70+
<id>maven-cognitiveservices-speech</id>
71+
<name>Microsoft Cognitive Services Speech Maven Repository</name>
72+
<url>https://csspeechstorage.blob.core.windows.net/maven/</url>
73+
</repository>
7474
</repositories>
7575

7676
<dependencies>
77-
<dependency>
78-
<groupId>com.microsoft.cognitiveservices.speech</groupId>
79-
<artifactId>client-sdk</artifactId>
80-
<version>1.7.0</version>
81-
</dependency>
77+
<dependency>
78+
<groupId>com.microsoft.cognitiveservices.speech</groupId>
79+
<artifactId>client-sdk</artifactId>
80+
<version>1.7.0</version>
81+
</dependency>
8282
</dependencies>
8383
```
8484

0 commit comments

Comments
 (0)