Skip to content

Commit

Permalink
Revert "Feature/oidf 46"
Browse files Browse the repository at this point in the history
  • Loading branch information
zoemaas authored Jul 30, 2024
1 parent b966f45 commit 74a209f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 19 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ springboot-web = { group = "org.springframework.boot", name = "spring-boot-start
springboot-data-jdbc = { group = "org.springframework.boot", name = "spring-boot-starter-data-jdbc" }
springboot-devtools = { group = "org.springframework.boot", name = "spring-boot-devtools" }
springboot-test = { group = "org.springframework.boot", name = "spring-boot-starter-test" }
flyway-core = { module = "org.flywaydb:flyway-core" }
flyway-postgres = { module = "org.flywaydb:flyway-database-postgresql" }
postgres = { module = "org.postgresql:postgresql" }

[plugins]
Expand Down
2 changes: 0 additions & 2 deletions modules/admin-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ dependencies {
implementation(libs.springboot.data.jdbc)
implementation(libs.kotlin.reflect)
testImplementation(libs.springboot.test)
implementation(libs.flyway.core)
implementation(libs.flyway.postgres)
runtimeOnly(libs.postgres)
runtimeOnly(libs.springboot.devtools)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ spring.datasource.username=${DATASOURCE_USER}
spring.datasource.password=${DATASOURCE_PASSWORD}
spring.datasource.driver-class-name=org.postgresql.Driver

# Flyway
spring.flyway.enabled=false
spring.flyway.baseline-on-migrate = true
spring.flyway.clean-on-validation-error=true
spring.flyway.clean-disabled=false
spring.flyway.baseline-version=0

# Mapping /actuator/health to /status
management.endpoints.web.base-path=/
management.endpoints.web.path-mapping.health=status
management.endpoints.web.path-mapping.health=status

This file was deleted.

0 comments on commit 74a209f

Please sign in to comment.