Skip to content

Commit c6a29dc

Browse files
authored
chore: add SLF4J Simple dependency to Charts IT's pom.xml (#8127)
Add a missing concrete implementation of an SLF4J library, which prevented errors in the Charts IT module from being logged to the Java console.
1 parent 84cb02c commit c6a29dc

File tree

1 file changed

+4
-0
lines changed
  • vaadin-charts-flow-parent/vaadin-charts-flow-integration-tests

1 file changed

+4
-0
lines changed

vaadin-charts-flow-parent/vaadin-charts-flow-integration-tests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
<artifactId>vaadin-testbench-core</artifactId>
9898
<scope>test</scope>
9999
</dependency>
100+
<dependency>
101+
<groupId>org.slf4j</groupId>
102+
<artifactId>slf4j-simple</artifactId>
103+
</dependency>
100104
</dependencies>
101105
<build>
102106
<plugins>

0 commit comments

Comments
 (0)