File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed
Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1515 <maven .compiler.source>1.8</maven .compiler.source>
1616 <maven .compiler.target>1.8</maven .compiler.target>
17- <failOnMissingWebXml >false</failOnMissingWebXml >
18- <!-- Plugin versions -->
19- <version .liberty-maven-plugin>3.2</version .liberty-maven-plugin>
20- <version .maven-war-plugin>3.2.3</version .maven-war-plugin>
2117 </properties >
2218
2319 <dependencies >
2420 <!-- Provided dependencies -->
21+ <dependency >
22+ <groupId >jakarta.platform</groupId >
23+ <artifactId >jakarta.jakartaee-api</artifactId >
24+ <version >8.0.0</version >
25+ <scope >provided</scope >
26+ </dependency >
2527 <dependency >
2628 <groupId >org.eclipse.microprofile</groupId >
2729 <!-- tag::microprofile[] -->
4042 <plugin >
4143 <groupId >org.apache.maven.plugins</groupId >
4244 <artifactId >maven-war-plugin</artifactId >
43- <version >${version.maven-war-plugin} </version >
45+ <version >3.2.3 </version >
4446 </plugin >
4547 <!-- Enable liberty-maven plugin -->
4648 <plugin >
4749 <groupId >io.openliberty.tools</groupId >
4850 <artifactId >liberty-maven-plugin</artifactId >
49- <version >${version.liberty-maven-plugin} </version >
51+ <version >3.2 </version >
5052 </plugin >
5153 <plugin >
5254 <groupId >com.github.eirslett</groupId >
Original file line number Diff line number Diff line change 1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
1515 <maven .compiler.source>1.8</maven .compiler.source>
1616 <maven .compiler.target>1.8</maven .compiler.target>
17- <failOnMissingWebXml >false</failOnMissingWebXml >
18- <!-- Plugin versions -->
19- <version .liberty-maven-plugin>3.2</version .liberty-maven-plugin>
20- <version .maven-war-plugin>3.2.3</version .maven-war-plugin>
2117 </properties >
2218
2319 <dependencies >
2420 <!-- Provided dependencies -->
21+ <dependency >
22+ <groupId >jakarta.platform</groupId >
23+ <artifactId >jakarta.jakartaee-api</artifactId >
24+ <version >8.0.0</version >
25+ <scope >provided</scope >
26+ </dependency >
2527 <dependency >
2628 <groupId >org.eclipse.microprofile</groupId >
2729 <!-- tag::microprofile[] -->
4042 <plugin >
4143 <groupId >org.apache.maven.plugins</groupId >
4244 <artifactId >maven-war-plugin</artifactId >
43- <version >${version.maven-war-plugin} </version >
45+ <version >3.2.3 </version >
4446 </plugin >
4547 <!-- Enable liberty-maven plugin -->
4648 <plugin >
4749 <groupId >io.openliberty.tools</groupId >
4850 <artifactId >liberty-maven-plugin</artifactId >
49- <version >${version.liberty-maven-plugin} </version >
51+ <version >3.2 </version >
5052 </plugin >
5153 <plugin >
5254 <groupId >com.github.eirslett</groupId >
You can’t perform that action at this time.
0 commit comments