- Update/cleanup repositories.

- Update dependencies.
This commit is contained in:
Lampros Smyrnaios 2024-03-15 13:48:50 +02:00
parent 6c096fdbfb
commit 60b4cdf993
1 changed files with 4 additions and 8 deletions

View File

@ -13,12 +13,8 @@ java {
repositories {
mavenCentral()
maven {
name "omtd"
url "https://repo.openminted.eu/content/repositories/releases/"
}
maven {
name "pentaho-repo"
url "https://public.nexus.pentaho.org/content/groups/omni/"
name "madgik"
url "https://repo.madgik.di.uoa.gr/content/repositories/thirdparty/"
}
}
@ -88,10 +84,10 @@ dependencies {
// Add back some updated versions of the needed dependencies.
implementation 'org.apache.thrift:libthrift:0.17.0' // Newer versions (>=0.18.X) are not compatible with JAVA 8.
implementation 'com.fasterxml.woodstox:woodstox-core:6.6.0'
implementation 'com.fasterxml.woodstox:woodstox-core:6.6.1'
// https://mvnrepository.com/artifact/io.micrometer/micrometer-registry-prometheus
runtimeOnly 'io.micrometer:micrometer-registry-prometheus:1.12.2'
runtimeOnly 'io.micrometer:micrometer-registry-prometheus:1.12.4'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation "org.springframework.boot:spring-boot-starter-test"