Skip to content

Commit

Permalink
Merge pull request octodemo-forks#10 from octodemo/NickLiffen-patch-4
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
NickLiffen authored Jun 30, 2023
2 parents 299a364 + 86a35a2 commit ec7de98
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,16 @@
<artifactId>asciidoctorj</artifactId>
<version>${asciidoctorj.version}</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>5.8.10</version>
</dependency>
<dependency>
<!-- jsoup HTML parser library @ https://jsoup.org/ -->
<groupId>org.jsoup</groupId>
Expand Down

0 comments on commit ec7de98

Please sign in to comment.