Skip to content

Commit 2d35a9b

Browse files
authored
chore: Add license checker 1.10.1 (#1043)
1 parent 5d50510 commit 2d35a9b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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 -->
@@ -83,6 +83,11 @@
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

vaadin-spring/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
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>

0 commit comments

Comments
 (0)