Skip to content
Discussion options

You must be logged in to vote

Thanks, @zakkak.
The problem was solved by changing the dependencies as described below:

<dependency>
    <groupId>org.apache.myfaces.core.extensions.quarkus</groupId>
    <artifactId>myfaces-quarkus</artifactId>
    <version>2.3-next-M7</version>
    <exclusions>
        <exclusion>
            <groupId>com.github.librepdf</groupId>
            <artifactId>openpdf</artifactId>
        </exclusion>
        <exclusion>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi-ooxml</artifactId>
        </exclusion>
        <exclusion>
            <groupId>org.apache.poi</groupId>
            <artifactId>poi</artifactId>
        </exclusion>
    </exclusions>
</dependency>
<…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@zakkak
Comment options

zakkak Jan 26, 2023
Collaborator

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by zakkak
Comment options

You must be logged in to vote
1 reply
@zakkak
Comment options

zakkak Apr 24, 2023
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
kind/bug Something isn't working area/native-image
4 participants
Converted from issue

This discussion was converted from issue #30600 on January 25, 2023 12:13.