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 { repositories {
mavenCentral() mavenCentral()
maven { maven {
name "icm" name "omtd"
url "http://esperos.di.uoa.gr/repo" url "https://repo.openminted.eu/content/repositories/releases/"
allowInsecureProtocol = true allowInsecureProtocol = true
} }
maven { maven {
@ -71,4 +71,4 @@ configurations {
test { test {
useJUnitPlatform() useJUnitPlatform()
} }