java.lang.IllegalStateException: Please make sure there is only one provider of the following capabilities: capability io.quarkus.rest #33463
Labels
kind/question
Further information is requested
Describe the bug
Getting this error while trying to compile my project
Expected behavior
It should compile and run the project without any error
Actual behavior
It gives the above error
How to Reproduce?
Output of
uname -a
orver
Linux azmal-f15 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Output of
java -version
openjdk version "19.0.2" 2023-01-17 OpenJDK Runtime Environment (build 19.0.2+7-44) OpenJDK 64-Bit Server VM (build 19.0.2+7-44, mixed mode, sharing)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.0.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39) Maven home: /home/loopaz/.m2/wrapper/dists/apache-maven-3.8.8-bin/67c30f74/apache-maven-3.8.8 Java version: 19.0.2, vendor: Oracle Corporation, runtime: /usr/java/openjdk/jdk-19.0.2 Default locale: en_IN, platform encoding: UTF-8 OS name: "linux", version: "5.19.0-41-generic", arch: "amd64", family: "unix"
Additional information
This is my pom.xml file
The text was updated successfully, but these errors were encountered: