|
21 | 21 |
|
22 | 22 | <properties> |
23 | 23 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
24 | | - <maven.compiler.source>1.8</maven.compiler.source> |
25 | | - <maven.compiler.target>1.8</maven.compiler.target> |
26 | | - <vaadin.version>14.10.3</vaadin.version> |
27 | | - <jetty.version>9.4.36.v20210114</jetty.version> |
| 24 | + <maven.compiler.source>17</maven.compiler.source> |
| 25 | + <maven.compiler.target>17</maven.compiler.target> |
| 26 | + <vaadin.version>24.3.2</vaadin.version> |
| 27 | + <jetty.version>11.0.12</jetty.version> |
28 | 28 | </properties> |
29 | 29 |
|
30 | 30 | <organization> |
|
79 | 79 | <dependencies> |
80 | 80 | <dependency> |
81 | 81 | <groupId>com.vaadin</groupId> |
82 | | - <!-- Replace artifactId with vaadin-core to use only free components --> |
83 | 82 | <artifactId>vaadin-core</artifactId> |
84 | 83 | <optional>true</optional> |
85 | | - <exclusions> |
86 | | - <!-- Webjars are only needed when running in Vaadin 13 compatibility mode --> |
87 | | - <exclusion> |
88 | | - <groupId>com.vaadin.webjar</groupId> |
89 | | - <artifactId>*</artifactId> |
90 | | - </exclusion> |
91 | | - <exclusion> |
92 | | - <groupId>org.webjars.bowergithub.insites</groupId> |
93 | | - <artifactId>*</artifactId> |
94 | | - </exclusion> |
95 | | - <exclusion> |
96 | | - <groupId>org.webjars.bowergithub.polymer</groupId> |
97 | | - <artifactId>*</artifactId> |
98 | | - </exclusion> |
99 | | - <exclusion> |
100 | | - <groupId>org.webjars.bowergithub.polymerelements</groupId> |
101 | | - <artifactId>*</artifactId> |
102 | | - </exclusion> |
103 | | - <exclusion> |
104 | | - <groupId>org.webjars.bowergithub.vaadin</groupId> |
105 | | - <artifactId>*</artifactId> |
106 | | - </exclusion> |
107 | | - <exclusion> |
108 | | - <groupId>org.webjars.bowergithub.webcomponents</groupId> |
109 | | - <artifactId>*</artifactId> |
110 | | - </exclusion> |
111 | | - </exclusions> |
112 | 84 | </dependency> |
113 | 85 |
|
114 | 86 | <dependency> |
|
304 | 276 | </plugins> |
305 | 277 | </build> |
306 | 278 | </profile> |
307 | | - |
308 | | - <profile> |
309 | | - <id>v23</id> |
310 | | - <properties> |
311 | | - <vaadin.version>23.2.10</vaadin.version> |
312 | | - <maven.compiler.source>11</maven.compiler.source> |
313 | | - <maven.compiler.target>11</maven.compiler.target> |
314 | | - </properties> |
315 | | - </profile> |
316 | | - <profile> |
317 | | - <id>v24</id> |
318 | | - <properties> |
319 | | - <vaadin.version>24.2.6</vaadin.version> |
320 | | - <maven.compiler.source>17</maven.compiler.source> |
321 | | - <maven.compiler.target>17</maven.compiler.target> |
322 | | - <jetty.version>11.0.12</jetty.version> |
323 | | - </properties> |
324 | | - <repositories> |
325 | | - <repository> |
326 | | - <id>vaadin-prerelease</id> |
327 | | - <url>https://maven.vaadin.com/vaadin-prereleases</url> |
328 | | - </repository> |
329 | | - </repositories> |
330 | | - <pluginRepositories> |
331 | | - <pluginRepository> |
332 | | - <id>vaadin-prerelease</id> |
333 | | - <url>https://maven.vaadin.com/vaadin-prereleases</url> |
334 | | - </pluginRepository> |
335 | | - </pluginRepositories> |
336 | | - </profile> |
337 | 279 | </profiles> |
338 | 280 |
|
339 | 281 | </project> |
0 commit comments