gbif / occurrence-annotation

Experimental: Rule based annotation store
Apache License 2.0
0 stars 1 forks source link

Add the GBIF third party repository to pom.xml #33

Closed jhnwllr closed 9 months ago

jhnwllr commented 9 months ago

Add GBIF repository to pom.xml.

<repositories>
    <repository>
      <id>gbif-all</id>
      <url>https://repository.gbif.org/content/groups/gbif</url>
    </repository>
    <repository>
      <id>gbif-thirdparty</id>
      <url>https://repository.gbif.org/content/repositories/thirdparty/</url>
    </repository>
</repositories>

Example here: https://github.com/gbif/pipelines/blob/dev/pom.xml#L48C3-L77C18