Skip to content

Commit 0f40b18

Browse files
authored
Merge pull request #195 from xdev-software/vaadin24
Vaadin 24
2 parents 5ef8bd4 + 249af1a commit 0f40b18

File tree

3 files changed

+4
-18
lines changed

3 files changed

+4
-18
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ tsconfig.json
7474
types.d.ts
7575
vite.config.ts
7676
vite.generated.ts
77-
/*/frontend/generated/
78-
/*/frontend/index.html
77+
/*/src/main/frontend/generated/
78+
/*/src/main/frontend/index.html
7979
/*/src/main/dev-bundle/
8080
/*/src/main/bundles/
8181
*.lock

template-placeholder-demo/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<mainClass>software.xdev.vaadin.Application</mainClass>
3030

3131
<!-- Dependency-Versions -->
32-
<vaadin.version>24.3.13</vaadin.version>
32+
<vaadin.version>24.4.4</vaadin.version>
3333

3434
<org.springframework.boot.version>3.3.1</org.springframework.boot.version>
3535
</properties>
@@ -61,13 +61,6 @@
6161
<dependency>
6262
<groupId>com.vaadin</groupId>
6363
<artifactId>vaadin-core</artifactId>
64-
<exclusions>
65-
<!-- https://github.com/vaadin/flow/issues/18449 -->
66-
<exclusion>
67-
<groupId>com.vaadin</groupId>
68-
<artifactId>copilot</artifactId>
69-
</exclusion>
70-
</exclusions>
7164
</dependency>
7265
<dependency>
7366
<groupId>software.xdev</groupId>

template-placeholder/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050

5151
<!-- Dependency-Versions -->
52-
<vaadin.version>24.3.13</vaadin.version>
52+
<vaadin.version>24.4.4</vaadin.version>
5353
</properties>
5454

5555
<dependencyManagement>
@@ -103,13 +103,6 @@
103103
<dependency>
104104
<groupId>com.vaadin</groupId>
105105
<artifactId>vaadin-core</artifactId>
106-
<exclusions>
107-
<!-- https://github.com/vaadin/flow/issues/18449 -->
108-
<exclusion>
109-
<groupId>com.vaadin</groupId>
110-
<artifactId>copilot</artifactId>
111-
</exclusion>
112-
</exclusions>
113106
</dependency>
114107
</dependencies>
115108

0 commit comments

Comments
 (0)