alphazero / Blake2b

Java implementation of the BLAKE2b cryptographic hash function
Other
79 stars 22 forks source link

Maven dependency fails with "missing, no dependency information available" #9

Open onclave opened 4 years ago

onclave commented 4 years ago

As the README suggests, I was using:

<dependency>
    <groupId>ove</groupId>
    <artifactId>ove.blake2b</artifactId>
    <version>alpha.0</version>
</dependency>

in my POM which was working quite well. But today, I saw that my builds were failing with The POM for ove:ove.blake2b:jar:alpha.0 is missing, no dependency information available error. I see that I can no more find your repository in https://mvnrepository.com. Has your repository moved to some new location?

Thanks!

alphazero commented 4 years ago

It's just for your local .m2 repo. But mea culpa here: both lazy and also have professional work that soaks most of my time. I'll get to this. I promise.