Could not find snakeyaml-1.30-android.jar in Quarkus 2.7.0.Final

See original GitHub issue

Describe 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:closed
  • Created 2 years ago
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
GregJohnStewartcommented, Feb 2, 2022

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)

0reactions
eduardo-lago-aguilarcommented, May 19, 2022

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!

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found