This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 39ebfdf  Jolokia-version is required here
39ebfdf is described below

commit 39ebfdff1f20cbc1826a73c15adadb2e5b1d79a6
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 22 18:07:17 2021 +0200

    Jolokia-version is required here
---
 metrics/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/metrics/pom.xml b/metrics/pom.xml
index a431142..ef23ffe 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -35,6 +35,7 @@
         <category>Management and Monitoring</category>
 
         <spring.boot-version>${spring-boot-version}</spring.boot-version>
+        <jolokia-version>1.7.1</jolokia-version>
     </properties>
 
     <dependencyManagement>

Reply via email to