Skip to content

Commit ec36f37

Browse files
authored
chore: add missing SLF4J concrete library to IT modules (#8133)
1 parent e1b70eb commit ec36f37

File tree

3 files changed

+12
-0
lines changed
  • vaadin-board-flow-parent/vaadin-board-flow-integration-tests
  • vaadin-confirm-dialog-flow-parent/vaadin-confirm-dialog-flow-integration-tests
  • vaadin-map-flow-parent/vaadin-map-flow-integration-tests

3 files changed

+12
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
<groupId>jakarta.servlet</groupId>
6464
<artifactId>jakarta.servlet-api</artifactId>
6565
</dependency>
66+
<dependency>
67+
<groupId>org.slf4j</groupId>
68+
<artifactId>slf4j-simple</artifactId>
69+
</dependency>
6670
</dependencies>
6771
<build>
6872
<plugins>

vaadin-confirm-dialog-flow-parent/vaadin-confirm-dialog-flow-integration-tests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@
8989
<groupId>jakarta.servlet</groupId>
9090
<artifactId>jakarta.servlet-api</artifactId>
9191
</dependency>
92+
<dependency>
93+
<groupId>org.slf4j</groupId>
94+
<artifactId>slf4j-simple</artifactId>
95+
</dependency>
9296
</dependencies>
9397
<build>
9498
<plugins>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<groupId>jakarta.servlet</groupId>
6969
<artifactId>jakarta.servlet-api</artifactId>
7070
</dependency>
71+
<dependency>
72+
<groupId>org.slf4j</groupId>
73+
<artifactId>slf4j-simple</artifactId>
74+
</dependency>
7175
</dependencies>
7276
<build>
7377
<plugins>

0 commit comments

Comments
 (0)