Commit 86334403 authored by Christian Dupuis's avatar Christian Dupuis

Add Jolokia to spring-boot-dependencies

parent 2d058570
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
<thymeleaf-layout-dialect.version>1.1.3</thymeleaf-layout-dialect.version> <thymeleaf-layout-dialect.version>1.1.3</thymeleaf-layout-dialect.version>
<tomcat.version>7.0.47</tomcat.version> <tomcat.version>7.0.47</tomcat.version>
<crashub.version>1.3.0-beta11</crashub.version> <crashub.version>1.3.0-beta11</crashub.version>
<jolokia.version>1.1.5</jolokia.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
...@@ -529,6 +530,11 @@ ...@@ -529,6 +530,11 @@
<artifactId>crash.shell</artifactId> <artifactId>crash.shell</artifactId>
<version>${crashub.version}</version> <version>${crashub.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.jolokia</groupId>
<artifactId>jolokia-core</artifactId>
<version>${jolokia.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<build> <build>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment