Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit d0d7b0b

Browse files
committed
add hash jar
1 parent 36602c3 commit d0d7b0b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,16 @@
284284
<artifactId>hamcrest-library</artifactId>
285285
<version>1.3</version>
286286
</dependency>
287-
<dependency>
288-
<groupId>com.moandjiezana.toml</groupId>
289-
<artifactId>toml4j</artifactId>
290-
<version>0.7.2</version>
291-
</dependency>
287+
<dependency>
288+
<groupId>commons-codec</groupId>
289+
<artifactId>commons-codec</artifactId>
290+
<version>1.6</version>
291+
</dependency>
292+
<dependency>
293+
<groupId>com.moandjiezana.toml</groupId>
294+
<artifactId>toml4j</artifactId>
295+
<version>0.7.2</version>
296+
</dependency>
292297
<dependency>
293298
<groupId>com.vladsch.flexmark</groupId>
294299
<artifactId>flexmark-all</artifactId>

0 commit comments

Comments
 (0)