This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/master by this push: new e36299a Fixes Quarkus build (it requires JakartaEE) e36299a is described below commit e36299ab867886cde1c0ec38aa480cd80c26a500 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Sep 4 09:28:04 2023 +0200 Fixes Quarkus build (it requires JakartaEE) --- quarkus/pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 3fc3f9b..a577d75 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -34,34 +34,8 @@ <groupId>io.quarkus</groupId> <artifactId>quarkus-undertow</artifactId> </dependency> - - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> - <scope>provided</scope> - </dependency> - </dependencies> - <build> - <defaultGoal>quarkus:dev</defaultGoal> - <plugins> - <plugin> - <groupId>io.quarkus</groupId> - <artifactId>quarkus-maven-plugin</artifactId> - <version>${quarkus-plugin.version}</version> - <executions> - <execution> - <goals> - <goal>build</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <profiles> <profile> <id>native</id>