|
5 | 5 |
|
6 | 6 | <groupId>net.bootsfaces</groupId> |
7 | 7 | <artifactId>bsfexamples</artifactId> |
8 | | - <version>1.6.0-SNAPSHOT</version> |
| 8 | + <version>2.0.0-SNAPSHOT</version> |
9 | 9 | <packaging>war</packaging> |
10 | 10 |
|
11 | 11 | <name>BootsFaces Examples bootable jar</name> |
12 | 12 |
|
13 | 13 | <properties> |
14 | | - <version.bootable.jar>2.0.1.Final</version.bootable.jar> |
15 | | - <version.wildfly>21.0.0.Final</version.wildfly> |
| 14 | + <version.bootable.jar>10.0.0.Final</version.bootable.jar> |
| 15 | + <version.wildfly>30.0.1.Final</version.wildfly> |
16 | 16 | <plugin.fork.embedded>true</plugin.fork.embedded> |
17 | | - <maven.compiler.source>1.8</maven.compiler.source> |
18 | | - <maven.compiler.target>1.8</maven.compiler.target> |
| 17 | + <maven.compiler.source>11</maven.compiler.source> |
| 18 | + <maven.compiler.target>11</maven.compiler.target> |
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 20 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
21 | | - <failOnMissingWebXml>false</failOnMissingWebXml> |
22 | | - <version.microprofile.bom>${version.wildfly}</version.microprofile.bom> |
23 | | - <version.server.bom>${version.wildfly}</version.server.bom> |
| 21 | + <failOnMissingWebXml>false</failOnMissingWebXml> |
| 22 | + <version.org.jboss.shrinkwrap.shrinkwrap>1.2.6</version.org.jboss.shrinkwrap.shrinkwrap> |
| 23 | + <!-- version.microprofile.bom>${version.wildfly}</version.microprofile.bom> |
| 24 | + <version.server.bom>${version.wildfly}</version.server.bom --> |
24 | 25 | </properties> |
25 | 26 |
|
26 | 27 | <dependencyManagement> |
27 | 28 | <dependencies> |
28 | 29 | <dependency> |
29 | 30 | <groupId>jakarta.platform</groupId> |
30 | 31 | <artifactId>jakarta.jakartaee-api</artifactId> |
31 | | - <version>8.0.0</version> |
| 32 | + <version>10.0.0</version> |
32 | 33 | <scope>provided</scope> |
33 | | - </dependency> |
| 34 | + </dependency> |
34 | 35 |
|
35 | | - <!-- importing the jakartaee8-with-tools BOM adds specs and other useful artifacts as managed dependencies --> |
| 36 | + <dependency> |
| 37 | + <groupId>org.jboss.shrinkwrap</groupId> |
| 38 | + <artifactId>shrinkwrap-api</artifactId> |
| 39 | + <version>${version.org.jboss.shrinkwrap.shrinkwrap}</version> |
| 40 | + </dependency> |
| 41 | + |
| 42 | + <dependency> |
| 43 | + <groupId>org.jboss.shrinkwrap</groupId> |
| 44 | + <artifactId>shrinkwrap-impl-base</artifactId> |
| 45 | + <version>${version.org.jboss.shrinkwrap.shrinkwrap}</version> |
| 46 | + </dependency> |
| 47 | + |
| 48 | + |
| 49 | + <!-- OBSOLETE importing the jakartaee8-with-tools BOM adds specs and other useful artifacts as managed dependencies |
36 | 50 | <dependency> |
37 | 51 | <groupId>org.wildfly.bom</groupId> |
38 | | - <artifactId>wildfly-jakartaee8</artifactId> |
| 52 | + <artifactId>wildfly-jakartaee10</artifactId> |
39 | 53 | <version>${version.server.bom}</version> |
40 | 54 | <type>pom</type> |
41 | 55 | <scope>import</scope> |
42 | | - </dependency> |
| 56 | + </dependency> --> |
43 | 57 | </dependencies> |
44 | 58 | </dependencyManagement> |
45 | 59 |
|
46 | 60 | <dependencies> |
47 | 61 | <dependency> |
48 | 62 | <groupId>net.bootsfaces</groupId> |
49 | 63 | <artifactId>bootsfaces</artifactId> |
50 | | - <version>1.5.0</version> |
| 64 | + <version>2.0.0-SNAPSHOT</version> |
51 | 65 | </dependency> |
52 | 66 | <dependency> |
53 | 67 | <groupId>jakarta.platform</groupId> |
|
0 commit comments