|
75 | 75 | </dependencies> |
76 | 76 | </dependencyManagement> |
77 | 77 |
|
| 78 | + <repositories> |
| 79 | + <repository> |
| 80 | + <id>central</id> |
| 81 | + <url>https://repo.maven.apache.org/maven2</url> |
| 82 | + <snapshots> |
| 83 | + <enabled>false</enabled> |
| 84 | + </snapshots> |
| 85 | + </repository> |
| 86 | + <repository> |
| 87 | + <id>Vaadin Directory</id> |
| 88 | + <url>https://maven.vaadin.com/vaadin-addons</url> |
| 89 | + </repository> |
| 90 | + <!-- Repository needed for prerelease versions of Vaadin --> |
| 91 | + <repository> |
| 92 | + <id>Vaadin prereleases</id> |
| 93 | + <url>https://maven.vaadin.com/vaadin-prereleases</url> |
| 94 | + </repository> |
| 95 | + <!-- Repository needed for the snapshot versions of Vaadin --> |
| 96 | + <repository> |
| 97 | + <id>vaadin-snapshots</id> |
| 98 | + <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> |
| 99 | + </repository> |
| 100 | + </repositories> |
| 101 | + |
| 102 | + <pluginRepositories> |
| 103 | + <pluginRepository> |
| 104 | + <id>central</id> |
| 105 | + <url>https://repo.maven.apache.org/maven2</url> |
| 106 | + <snapshots> |
| 107 | + <enabled>false</enabled> |
| 108 | + </snapshots> |
| 109 | + </pluginRepository> |
| 110 | + <!-- Repository needed for prerelease versions of Vaadin --> |
| 111 | + <pluginRepository> |
| 112 | + <id>Vaadin prereleases</id> |
| 113 | + <url>https://maven.vaadin.com/vaadin-prereleases</url> |
| 114 | + </pluginRepository> |
| 115 | + <pluginRepository> |
| 116 | + <id>vaadin-snapshots</id> |
| 117 | + <url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url> |
| 118 | + <releases><enabled>false</enabled></releases> |
| 119 | + </pluginRepository> |
| 120 | + </pluginRepositories> |
| 121 | + |
78 | 122 | <dependencies> |
79 | 123 | <dependency> |
80 | 124 | <groupId>com.vaadin</groupId> |
|
420 | 464 | </build> |
421 | 465 | </profile> |
422 | 466 |
|
423 | | - <profile> |
424 | | - <id>v24</id> |
425 | | - <properties> |
426 | | - <maven.compiler.source>17</maven.compiler.source> |
427 | | - <maven.compiler.target>17</maven.compiler.target> |
428 | | - <vaadin.version>24.2-SNAPSHOT</vaadin.version> |
429 | | - <jetty.version>11.0.12</jetty.version> |
430 | | - </properties> |
431 | | - <repositories> |
432 | | - <repository> |
433 | | - <id>vaadin-snapshots</id> |
434 | | - <url>https://tools.vaadin.com/nexus/content/repositories/vaadin-snapshots/</url> |
435 | | - <snapshots> |
436 | | - <enabled>true</enabled> |
437 | | - </snapshots> |
438 | | - <releases> |
439 | | - <enabled>false</enabled> |
440 | | - </releases> |
441 | | - </repository> |
442 | | - </repositories> |
443 | | - <pluginRepositories> |
444 | | - <pluginRepository> |
445 | | - <id>vaadin-snapshots</id> |
446 | | - <url>https://tools.vaadin.com/nexus/content/repositories/vaadin-snapshots/</url> |
447 | | - <snapshots> |
448 | | - <enabled>true</enabled> |
449 | | - </snapshots> |
450 | | - <releases> |
451 | | - <enabled>false</enabled> |
452 | | - </releases> |
453 | | - </pluginRepository> |
454 | | - </pluginRepositories> |
455 | | - <dependencies> |
456 | | - <dependency> |
457 | | - <groupId>jakarta.servlet</groupId> |
458 | | - <artifactId>jakarta.servlet-api</artifactId> |
459 | | - <version>6.0.0</version> |
460 | | - <scope>provided</scope> |
461 | | - </dependency> |
462 | | - </dependencies> |
463 | | - </profile> |
464 | | - |
465 | 467 | </profiles> |
466 | 468 |
|
467 | 469 | </project> |
0 commit comments