Fixes Quarkus build (it requires JakartaEE)
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>