Skip to content

Commit 4bfca97

Browse files
authored
Fix NoClassDefFound in acceptance tests (#1720)
1 parent 7498e80 commit 4bfca97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

acceptance-test/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<artifactId>driver-bundle</artifactId>
3131
<version>${playwright.version}</version>
3232
</dependency>
33+
<dependency>
34+
<groupId>org.jboss.logging</groupId>
35+
<artifactId>commons-logging-jboss-logging</artifactId>
36+
</dependency>
3337
<dependency>
3438
<groupId>io.rest-assured</groupId>
3539
<artifactId>rest-assured</artifactId>

0 commit comments

Comments
 (0)