Skip to content

Commit

Permalink
Add log4j-docgen to dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 13, 2023
1 parent 7901fb3 commit f671c03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-docgen</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit f671c03

Please sign in to comment.