question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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