diff --git a/pom.xml b/pom.xml index 587b7a8c..3bfd8291 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ ch.bfh mobile-access-gateway - 0.0.35 + 0.0.36 FHIR Gateway supporting the PMIR and MHD server actors and uses XDS/PIXV3 to communicate with an XDS Affinity Domain jar diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6631080d..9fdc63c6 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -120,4 +120,4 @@ management: endpoints: web: exposure: - include: [ "metrics","prometheus","actuator","health", "liveness" ] + include: [ "metrics","prometheus","actuator","health", "liveness" ] \ No newline at end of file