diff --git a/pom.xml b/pom.xml index cfa3754..4554a4f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,8 @@ org.springframework.boot spring-boot-starter-parent - 2.7.17 + 2.7.18 + 4.0.0 @@ -16,7 +17,7 @@ jar - 2.7.17 + 2.7.18 @@ -67,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 @@ -75,21 +94,22 @@ - org.apache.solr - solr-solrj - 9.4.0 + eu.dnetlib.dhp + dnet-exporter-model + [3.5.1, ) + + + org.springdoc + springdoc-openapi-common + + + - eu.dnetlib.dhp - dnet-exporter-api - [3.3.3-SNAPSHOT, ) - - - eu.dnetlib - dnet-index-solr-common - - + io.micrometer + micrometer-registry-prometheus + 1.12.4 @@ -133,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 @@ -161,6 +174,7 @@ + cglib cglib-nodep @@ -170,7 +184,7 @@ commons-io commons-io - 2.15.0 + 2.16.0 @@ -190,7 +204,7 @@ org.glassfish.jersey.core jersey-client - 2.41 + 2.42 @@ -204,7 +218,7 @@ org.json json - 20231013 + 20240303 @@ -213,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.3 @@ -410,6 +408,15 @@ + + central + Maven Central + https://repo.maven.apache.org/maven2 + default + + false + + dnet45-bootstrap-snapshot D-Net 45 Bootstrap Snapshot @@ -464,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: