Skip to content

Commit

Permalink
Merge pull request #1825 from jipe/jipe_avoid_escaping_xml_in_md
Browse files Browse the repository at this point in the history
Avoid escaping XML inside xml code block
  • Loading branch information
michaelklishin committed Mar 7, 2024
2 parents 6251e03 + 5eaf771 commit e90d26e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/java-client.md
Expand Up @@ -64,11 +64,11 @@ in your project is with a dependency management system.
If you're using Maven, add this dependency to the POM file of your project:

```xml
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.20.0</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.20.0</version>
</dependency>
```

If using Gradle:
Expand Down

0 comments on commit e90d26e

Please sign in to comment.