Skip to content

Commit

Permalink
try toc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentTardif committed Apr 5, 2024
1 parent 9bbfbcc commit 318ee93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion architecture/Dependencies/DependenciesManagement.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* auto-gen TOC:
{:toc}

# Dependencies Management

Expand Down Expand Up @@ -258,7 +260,7 @@ Failed while enforcing releasability. See above detailed error message.
[INFO] ------------------------------------------------------------------------
...
```
This result indicates that the "org.apache.xmlgraphics:xmlgraphics-commons:jar" dependency is in version conflict, as it exists in versions 2.2 and 2.3 in the project. If you choose version 2.3, you can set this version in the "dependencyManagement" section of the pom.xml file.
This result indicates that the _"org.apache.xmlgraphics:xmlgraphics-commons:jar"_ dependency is in version conflict, as it exists in versions 2.2 and 2.3 in the project. If you choose version 2.3, you can set this version in the "dependencyManagement" section of the pom.xml file.

### explicitly specifying the version of a dependency

Expand Down

0 comments on commit 318ee93

Please sign in to comment.