File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4444 <maven .compiler.target>1.8</maven .compiler.target>
4545
4646 <!-- These are typically overridden with BOMs -->
47- <vaadin .flow.version>2.7 -SNAPSHOT</vaadin .flow.version>
47+ <vaadin .flow.version>2.8 -SNAPSHOT</vaadin .flow.version>
4848 <spring-boot .version>2.5.14</spring-boot .version>
4949
5050 <!-- Additional manifest fields -->
8383 <artifactId >flow-html-components</artifactId >
8484 <version >${vaadin.flow.version} </version >
8585 </dependency >
86+ <dependency >
87+ <groupId >com.vaadin</groupId >
88+ <artifactId >license-checker</artifactId >
89+ <version >1.10.1</version >
90+ </dependency >
8691 </dependencies >
8792 </dependencyManagement >
8893
Original file line number Diff line number Diff line change 102102 <scope >test</scope >
103103 </dependency >
104104
105+ <dependency >
106+ <groupId >com.vaadin</groupId >
107+ <artifactId >license-checker</artifactId >
108+ </dependency >
109+
105110 </dependencies >
106111
107112 <build >
You can’t perform that action at this time.
0 commit comments