HHH-12158 No longer need a custom repository to fetch geolatte 1.2
This commit is contained in:
parent
e3cc2d78e9
commit
2296ee7768
|
@ -7,13 +7,6 @@
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'hibernate-matrix-testing'
|
apply plugin: 'hibernate-matrix-testing'
|
||||||
|
|
||||||
//Temporary repository config, until geolatte-geom is released in maven central.
|
|
||||||
repositories {
|
|
||||||
maven {
|
|
||||||
url "https://oss.sonatype.org/content/repositories/snapshots/"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
mavenPom {
|
mavenPom {
|
||||||
name = 'Integrate support for Spatial/GIS data into Hibernate O/RM'
|
name = 'Integrate support for Spatial/GIS data into Hibernate O/RM'
|
||||||
description = 'Integrate support for Spatial/GIS data into Hibernate O/RM'
|
description = 'Integrate support for Spatial/GIS data into Hibernate O/RM'
|
||||||
|
|
Loading…
Reference in New Issue