moved impala jar to omtd repository and updated build file

This commit is contained in:
Antonis Lempesis 2022-01-28 00:41:29 +02:00
parent a01e11eef0
commit 91f460ce51
1 changed files with 3 additions and 3 deletions

View File

@ -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()
}
}