File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 63
63
<groupId >jakarta.servlet</groupId >
64
64
<artifactId >jakarta.servlet-api</artifactId >
65
65
</dependency >
66
+ <dependency >
67
+ <groupId >org.slf4j</groupId >
68
+ <artifactId >slf4j-simple</artifactId >
69
+ </dependency >
66
70
</dependencies >
67
71
<build >
68
72
<plugins >
Original file line number Diff line number Diff line change 89
89
<groupId >jakarta.servlet</groupId >
90
90
<artifactId >jakarta.servlet-api</artifactId >
91
91
</dependency >
92
+ <dependency >
93
+ <groupId >org.slf4j</groupId >
94
+ <artifactId >slf4j-simple</artifactId >
95
+ </dependency >
92
96
</dependencies >
93
97
<build >
94
98
<plugins >
Original file line number Diff line number Diff line change 68
68
<groupId >jakarta.servlet</groupId >
69
69
<artifactId >jakarta.servlet-api</artifactId >
70
70
</dependency >
71
+ <dependency >
72
+ <groupId >org.slf4j</groupId >
73
+ <artifactId >slf4j-simple</artifactId >
74
+ </dependency >
71
75
</dependencies >
72
76
<build >
73
77
<plugins >
You can’t perform that action at this time.
0 commit comments