remove Could not transfer artifact org.opengeo:geodb:pom:0.9 from/to geodb-repo (http://repo.boundlessgeo.com/main/): repo.boundlessgeo.com

due to repo.boundlessgeo.com cannot access
This commit is contained in:
YuCheng Hu 2020-04-11 00:35:01 -04:00
parent 9d5169faff
commit 236372322d

View File

@ -9,9 +9,9 @@
<description>Hibernate tutorial illustrating the use of named parameters</description> <description>Hibernate tutorial illustrating the use of named parameters</description>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.ossez</groupId>
<artifactId>persistence-modules</artifactId> <artifactId>persistence-modules</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<dependencies> <dependencies>
@ -44,11 +44,6 @@
<artifactId>hibernate-spatial</artifactId> <artifactId>hibernate-spatial</artifactId>
<version>${hibernate-core.version}</version> <version>${hibernate-core.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.opengeo</groupId>
<artifactId>geodb</artifactId>
<version>${geodb.version}</version>
</dependency>
</dependencies> </dependencies>
<repositories> <repositories>