|
9 | 9 | <url>https://www.flowingcode.com/en/open-source/</url> |
10 | 10 |
|
11 | 11 | <properties> |
12 | | - <vaadin.version>14.11.13</vaadin.version> |
13 | | - <maven.compiler.source>1.8</maven.compiler.source> |
14 | | - <maven.compiler.target>1.8</maven.compiler.target> |
| 12 | + <vaadin.version>24.9.8</vaadin.version> |
| 13 | + <maven.compiler.source>17</maven.compiler.source> |
| 14 | + <maven.compiler.target>17</maven.compiler.target> |
15 | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
16 | 16 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
17 | | - <jetty.version>9.4.36.v20210114</jetty.version> |
| 17 | + <jetty.version>11.0.26</jetty.version> |
18 | 18 | </properties> |
19 | 19 | <organization> |
20 | 20 | <name>Flowing Code</name> |
|
128 | 128 | <scope>test</scope> |
129 | 129 | </dependency> |
130 | 130 | <dependency> |
131 | | - <groupId>javax.servlet</groupId> |
132 | | - <artifactId>servlet-api</artifactId> |
133 | | - <version>2.5</version> |
134 | | - <scope>provided</scope> |
135 | | - </dependency> |
| 131 | + <groupId>jakarta.servlet</groupId> |
| 132 | + <artifactId>jakarta.servlet-api</artifactId> |
| 133 | + <version>6.0.0</version> |
| 134 | + <scope>provided</scope> |
| 135 | + </dependency> |
136 | 136 | <dependency> |
137 | 137 | <groupId>junit</groupId> |
138 | 138 | <artifactId>junit</artifactId> |
|
355 | 355 | </plugins> |
356 | 356 | </build> |
357 | 357 | </profile> |
358 | | - |
359 | | - <profile> |
360 | | - <id>v23</id> |
361 | | - <properties> |
362 | | - <vaadin.version>23.3.5</vaadin.version> |
363 | | - <maven.compiler.source>11</maven.compiler.source> |
364 | | - <maven.compiler.target>11</maven.compiler.target> |
365 | | - </properties> |
366 | | - </profile> |
367 | | - |
368 | | - <profile> |
369 | | - <id>v24</id> |
370 | | - <properties> |
371 | | - <maven.compiler.source>17</maven.compiler.source> |
372 | | - <maven.compiler.target>17</maven.compiler.target> |
373 | | - <vaadin.version>24.2.6</vaadin.version> |
374 | | - <jetty.version>11.0.12</jetty.version> |
375 | | - </properties> |
376 | | - <repositories> |
377 | | - <repository> |
378 | | - <id>vaadin-prerelease</id> |
379 | | - <url>https://maven.vaadin.com/vaadin-prereleases</url> |
380 | | - </repository> |
381 | | - </repositories> |
382 | | - <pluginRepositories> |
383 | | - <pluginRepository> |
384 | | - <id>vaadin-prerelease</id> |
385 | | - <url>https://maven.vaadin.com/vaadin-prereleases</url> |
386 | | - </pluginRepository> |
387 | | - </pluginRepositories> |
388 | | - |
389 | | - <dependencies> |
390 | | - <dependency> |
391 | | - <groupId>jakarta.servlet</groupId> |
392 | | - <artifactId>jakarta.servlet-api</artifactId> |
393 | | - <version>6.0.0</version> |
394 | | - <scope>provided</scope> |
395 | | - </dependency> |
396 | | - </dependencies> |
397 | | - </profile> |
398 | | - |
399 | 358 |
|
400 | 359 | <profile> |
401 | 360 | <id>release</id> |
|
431 | 390 | <artifactId>vaadin-dev</artifactId> |
432 | 391 | <optional>true</optional> |
433 | 392 | </dependency> |
434 | | - <dependency> |
435 | | - <groupId>jakarta.servlet</groupId> |
436 | | - <artifactId>jakarta.servlet-api</artifactId> |
437 | | - <version>6.0.0</version> |
438 | | - <scope>provided</scope> |
439 | | - </dependency> |
440 | 393 | </dependencies> |
441 | 394 | </profile> |
442 | 395 |
|
|
0 commit comments