You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a dependency is under the constraints block and not, it cannot be found.
Expected behavior
Successful build
Actual behavior
A problem occurred configuring project ':service1'.
> Could not resolve all dependencies for configuration ':service1:quarkusDependency'.
> Could not find javax.json.bind:javax.json.bind-api:.
Required by:
project :service1
Describe the bug
When a dependency is under the constraints block and not, it cannot be found.
Expected behavior
Successful build
Actual behavior
How to Reproduce?
Output of
uname -a
orver
Ubuntu 20.04
Output of
java -version
OpenJDK 11.0.11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.3.Final, 2.3.0.CR1, master
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 7.2
Additional information
No response
The text was updated successfully, but these errors were encountered: