Skip to content

Commit 8853dbc

Browse files
committed
[bugfix] Fix dependency issue
1 parent 99fdd8d commit 8853dbc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extensions/modules/cache/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<artifactId>caffeine</artifactId>
5858
</dependency>
5959

60+
<dependency>
61+
<groupId>org.apache.logging.log4j</groupId>
62+
<artifactId>log4j-api</artifactId>
63+
</dependency>
64+
6065
<dependency>
6166
<groupId>xml-apis</groupId>
6267
<artifactId>xml-apis</artifactId>

0 commit comments

Comments
 (0)