Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo in dependencies in resteasyclient.java #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fbricon
Copy link

@fbricon fbricon commented Jul 5, 2022

It's org.jboss.resteasy, not org.jboss.reasteasy.

Fixes compilation error:

❯ jbang resteasyclient.java
[jbang] Resolving dependencies...
[jbang] info.picocli:picocli:jar:4.5.0
         com.fasterxml.jackson.core:jackson-databind:jar:2.9.8
         org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final
         org.jboss.reasteasy:resteasy-jackson2-provider:jar:4.5.2.Final
[jbang] [ERROR] Could not resolve dependencies from mavencentral=https://repo1.maven.org/maven2/, google=https://maven.google.com/
Unable to collect/resolve dependency tree for a resolution due to: The following artifacts could not be resolved: org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final, org.jboss.reasteasy:resteasy-jackson2-provider:jar:4.5.2.Final: Could not find artifact org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final in mavencentral (https://repo1.maven.org/maven2/), caused by: Could not find artifact org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final in mavencentral (https://repo1.maven.org/maven2/)
  The following artifacts could not be resolved: org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final, org.jboss.reasteasy:resteasy-jackson2-provider:jar:4.5.2.Final: Could not find artifact org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final in mavencentral (https://repo1.maven.org/maven2/)

It's ` org.jboss.resteasy`, not ` org.jboss.reasteasy`.

Fixes compilation error:

```
❯ jbang resteasyclient.java
[jbang] Resolving dependencies...
[jbang] info.picocli:picocli:jar:4.5.0
         com.fasterxml.jackson.core:jackson-databind:jar:2.9.8
         org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final
         org.jboss.reasteasy:resteasy-jackson2-provider:jar:4.5.2.Final
[jbang] [ERROR] Could not resolve dependencies from mavencentral=https://repo1.maven.org/maven2/, google=https://maven.google.com/
Unable to collect/resolve dependency tree for a resolution due to: The following artifacts could not be resolved: org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final, org.jboss.reasteasy:resteasy-jackson2-provider:jar:4.5.2.Final: Could not find artifact org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final in mavencentral (https://repo1.maven.org/maven2/), caused by: Could not find artifact org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final in mavencentral (https://repo1.maven.org/maven2/)
  The following artifacts could not be resolved: org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final, org.jboss.reasteasy:resteasy-jackson2-provider:jar:4.5.2.Final: Could not find artifact org.jboss.reasteasy:resteasy-client:jar:4.5.2.Final in mavencentral (https://repo1.maven.org/maven2/)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant