You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/12/27 15:18:09 UTC

[myfaces] branch 2.3-next updated: Quarkus backports 2.3-next (#467)

This is an automated email from the ASF dual-hosted git repository.

melloware pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new 111c9f1b9 Quarkus backports 2.3-next (#467)
111c9f1b9 is described below

commit 111c9f1b9e2b48ab6ffb232b730d636b3f39e4ef
Author: Melloware <me...@gmail.com>
AuthorDate: Tue Dec 27 10:18:05 2022 -0500

    Quarkus backports 2.3-next (#467)
---
 extensions/quarkus/runtime/pom.xml | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/extensions/quarkus/runtime/pom.xml b/extensions/quarkus/runtime/pom.xml
index b97c26572..980757f0c 100644
--- a/extensions/quarkus/runtime/pom.xml
+++ b/extensions/quarkus/runtime/pom.xml
@@ -101,41 +101,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <dependency>
-            <groupId>commons-fileupload</groupId> <!-- primefaces fileupload, needed in quarkus native mode -->
-            <artifactId>commons-fileupload</artifactId>
-            <version>1.3.3</version>
-        </dependency>
-        <dependency>
-            <groupId>jakarta.xml.bind</groupId> <!-- java 11 support -->
-            <artifactId>jakarta.xml.bind-api</artifactId>
-            <version>2.3.2</version>
-        </dependency>
-        <dependency>
-            <groupId>com.googlecode.owasp-java-html-sanitizer</groupId> <!-- primefaces textEditor renderer -->
-            <artifactId>owasp-java-html-sanitizer</artifactId>
-            <version>20181114.1</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.poi</groupId> <!-- primefaces exporter -->
-            <artifactId>poi</artifactId>
-            <version>4.1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.poi</groupId>
-            <artifactId>poi-ooxml</artifactId>
-            <version>4.1.2</version>
-        </dependency>
-        <dependency>
-            <groupId>com.rometools</groupId> <!-- primefaces feed -->
-            <artifactId>rome</artifactId>
-            <version>1.9.0</version>
-        </dependency>
-        <dependency>
-            <groupId>com.github.librepdf</groupId>
-            <artifactId>openpdf</artifactId>
-            <version>1.2.21</version>
-        </dependency>
         <dependency>
             <groupId>org.graalvm.nativeimage</groupId>
             <artifactId>svm</artifactId>