datapublica / hibernate-pg-json

Provide json/jsonb mapping for hibernate
MIT License
17 stars 3 forks source link

Maven registration missing? #5

Closed jek closed 6 years ago

jek commented 6 years ago

I can't get maven to find this package- is it in a repository other than central?

WydD commented 6 years ago

Sorry just saw the issue now, didnt receive the notification somehow.

Nope we didnt push it to maven central. But it is available using

<repository>
    <id>datapublica-oss</id>
    <name>Data-Publica OpenSource repository</name>
    <url>http://nexus.data-publica.com/content/repositories/public/</url>
</repository>