Springify and dockerize project #1

Merged
lsmyrnaios merged 13 commits from antonis.lempesis/UrlsController:master into springify_project 2022-02-01 19:51:50 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 91f460ce51 - Show all commits

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