diff --git a/pom.xml b/pom.xml index 1c89ead..42f43c1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.17 + 2.7.18 @@ -17,7 +17,7 @@ jar - 2.7.17 + 2.7.18 @@ -68,6 +68,24 @@ ${spring.boot.version} test + + org.springframework.boot + spring-boot-configuration-processor + ${spring.boot.version} + true + + + org.springframework.boot + spring-boot-devtools + ${spring.boot.version} + true + + + + org.springdoc + springdoc-openapi-ui + 1.8.0 + com.h2database @@ -78,7 +96,13 @@ eu.dnetlib.dhp dnet-exporter-model - 3.5.0 + [3.5.0, ) + + + org.springdoc + springdoc-openapi-common + + @@ -129,13 +153,6 @@ - - eu.dnetlib - dnet-openaire-usage-stats-sushilite-r5 - 1.0.0 - system - ${project.basedir}/libs/openaire-usage-stats-sushilite-r5-1.0.0.jar - eu.dnetlib dnet-openaire-usage-stats-sushilite @@ -157,6 +174,7 @@ + cglib cglib-nodep @@ -166,7 +184,7 @@ commons-io commons-io - 2.15.0 + 2.15.1 @@ -200,7 +218,7 @@ org.json json - 20231013 + 20240303 @@ -209,27 +227,11 @@ 1.6.2 - - org.springdoc - springdoc-openapi-webmvc-core - 1.7.0 - - - org.springdoc - springdoc-openapi-ui - 1.7.0 - - - org.springdoc - springdoc-openapi-security - 1.7.0 - - org.postgresql postgresql - 42.6.0 + 42.7.2 @@ -406,6 +408,15 @@ + + central + Maven Central + https://repo.maven.apache.org/maven2 + default + + false + + dnet45-bootstrap-snapshot D-Net 45 Bootstrap Snapshot @@ -460,6 +471,8 @@ false + + - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5b3a5d5..b017111 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,6 +10,7 @@ springdoc: displayRequestDuration: true api-docs: path: /api-docs + show-actuator: true spring: jpa: