diff --git a/build.gradle b/build.gradle index 6b95d05..e0b17d1 100644 --- a/build.gradle +++ b/build.gradle @@ -28,6 +28,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-web:3.1.4" implementation "org.springframework.boot:spring-boot-starter-actuator:3.1.4" implementation "org.springframework.boot:spring-boot-starter-validation:3.1.4" + implementation "org.springframework.boot:spring-boot-loader:3.1.4" implementation "io.micrometer:micrometer-registry-influx:1.9.0" implementation "org.javapos:javapos-config-loader:2.2.0" implementation "org.javapos:javapos:1.14.3"