Open pilhuhn opened 2 years ago
Moving to the main repo. Can you please attach the project that you cannot build? Thanks.
I believe the root cause is that in https://github.com/quarkusio/code.quarkus.io/issues/740 I only selected the one thing that I am interested in and apparently (required) dependencies are not added into the pom.
When I e.g. add
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-streams-operators</artifactId>
</dependency>
to the pom, the above error goes away, but new ones show up.
Is this still an issue?
Describe the bug
Followup to quarkusio/code.quarkus.io#740 I downloaded the code, hit
mvn quarkus:dev
and after a while Quarkus started, but showedExpected behavior
Code would compile and start without any error
Actual behavior
Console shows the above error
To Reproduce Steps to reproduce the behavior:
Screenshots (If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
Additional context (Add any other context about the problem here.)