forked from lsmyrnaios/UrlsController
moved impala jar to omtd repository and updated build file
This commit is contained in:
parent
a01e11eef0
commit
91f460ce51
|
@ -11,8 +11,8 @@ sourceCompatibility = '1.8'
|
|||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name "icm"
|
||||
url "http://esperos.di.uoa.gr/repo"
|
||||
name "omtd"
|
||||
url "https://repo.openminted.eu/content/repositories/releases/"
|
||||
allowInsecureProtocol = true
|
||||
}
|
||||
maven {
|
||||
|
@ -71,4 +71,4 @@ configurations {
|
|||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue