Skip to content

Commit ac181a2

Browse files
committed
Allow filtering of logs
Closes #1144 Signed-off-by: Alexander Schwartz <[email protected]>
1 parent 6da68b1 commit ac181a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

benchmark/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
</exclusion>
6161
</exclusions>
6262
</dependency>
63+
<!-- necessary dependency to allow filtering of logs with log-http-on-failure and log-http-always -->
64+
<dependency>
65+
<groupId>org.codehaus.janino</groupId>
66+
<artifactId>janino</artifactId>
67+
<version>3.1.8</version>
68+
</dependency>
6369
</dependencies>
6470

6571
<build>

0 commit comments

Comments
 (0)