Could not find snakeyaml-1.30-android.jar in Quarkus 2.7.0.Final
See original GitHub issueDescribe the bug
Get the following error when trying to run with Quarkus 2.7.0.Final
:
Could not find snakeyaml-1.30-android.jar (org.yaml:snakeyaml:1.30).
Searched in the following locations:
https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.30/snakeyaml-1.30-android.jar
Following the link, seems to not exist in Maven
gradle.properties:
quarkusPluginId=io.quarkus
quarkusPluginVersion=2.7.0.Final
quarkusPlatformVersion=2.7.0.Final
quarkusPlatformGroupId=io.quarkus
quarkusPlatformArtifactId=quarkus-universe-bom
org.gradle.logging.level=INFO
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
Assuming it is a dependency of the yaml config extension, and happens on build.
Output of uname -a
or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.7.0.Final
Build tool (ie. output of mvnw --version
or gradlew --version
)
Gradle 7.3
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (11 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
For others might having a similar issue, apparently JavaFaker is a dead project; using DataFaker is a maintained fork:
https://github.com/datafaker-net/datafaker
(switching to this fixed my issues)
This solved my issue! Seems to be Quarkus unrelated, still a good answer!