Skip to content

Commit

Permalink
Fixed cosmos readme by removing unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagraThapar committed Mar 20, 2024
1 parent 4668df4 commit 77e287f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sdk/cosmos/azure-cosmos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ and then include the direct dependency in the dependencies section without the v
#### Include direct dependency
If you want to take dependency on a particular version of the library that is not present in the BOM,
add the direct dependency to your project as follows.
[//]: # ({x-version-update-start;com.azure:azure-cosmos;current})
```xml
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-cosmos</artifactId>
<version>4.56.0</version>
<version>LATEST</version>
</dependency>
```
[//]: # ({x-version-update-end})

Refer to maven central for previous [releases][cosmos_maven]

Expand Down

0 comments on commit 77e287f

Please sign in to comment.