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

Maven artifact not found #1045

Closed
d3bt3ch opened this issue Feb 14, 2024 · 4 comments
Closed

Maven artifact not found #1045

d3bt3ch opened this issue Feb 14, 2024 · 4 comments
Labels

Comments

@d3bt3ch
Copy link

d3bt3ch commented Feb 14, 2024

As specified in the readme, the following maven artifact could not be found by the IDE

<dependency>
   <groupId>com.esotericsoftware.kryo</groupId>
   <artifactId>kryo5</artifactId>
   <version>5.6.0</version>
</dependency>
@MrNavaStar
Copy link

Yes the maven is wrong in the read me, remove the .kyro from the group id

@d3bt3ch
Copy link
Author

d3bt3ch commented Feb 18, 2024

@MrNavaStar Thanks. Also it was recommended to use kryo5 for libraries. Is that correct information? We also need objenesis btw.

@theigl
Copy link
Collaborator

theigl commented Feb 19, 2024

Thank you for reporting this @d3btech.

I recently changed the structure of the projects Maven build and I seem to have broken something. I'll investigate.

The next release will have the correct Maven coordinates.

@theigl
Copy link
Collaborator

theigl commented Feb 20, 2024

Should be resolved and I'll do a 5.6.1 release later this week.

theigl added a commit that referenced this issue Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants