]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-7125: Changed pom to get gbif jars from CollectionSpace maven repo.
authorremillet <remillet@yahoo.com>
Fri, 30 Jun 2017 01:08:47 +0000 (18:08 -0700)
committerremillet <remillet@yahoo.com>
Fri, 30 Jun 2017 01:08:47 +0000 (18:08 -0700)
pom.xml
services/common-api/pom.xml

diff --git a/pom.xml b/pom.xml
index da894918154a2c9158cff86f07cd056f2b7a601f..7dd92e09cd61aafe9642570c2692d0e8eceec83d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <url>https://repository.apache.org/content/groups/public/</url>
                </repository>
            
-           <!-- Global Biodiversity Information Facility - http://www.gbif.org/ -->
+           <!-- Global Biodiversity Information Facility - http://www.gbif.org/
            <repository>
                <snapshots>
                    <enabled>false</enabled>
                <id>gbif-all</id>
                <name>gbif-all</name>
                <url>http://repository.gbif.org/content/groups/gbif</url>
-           </repository>           
+           </repository>        -->   
 
        </repositories>
 
index d2118aac8c6de1ea99d9f151f10242d4b6bf4422..9ffc82a27dfcbeead7bfc9900c78b3b71ffdd7b2 100644 (file)
             <artifactId>name-parser</artifactId>
             <version>2.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.gbif</groupId>
+            <artifactId>gbif-api</artifactId>
+            <version>0.1</version>
+        </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>