From f2fe2c4dd5afd921f7872d218d816bbb3f78bdd1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 30 Jun 2017 14:08:55 +0200 Subject: [PATCH] Polish --- spring-boot-actuator/pom.xml | 113 +++++++++++++++++------------------ 1 file changed, 54 insertions(+), 59 deletions(-) diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 89fac901456..2d3e27ff7cd 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -47,26 +47,6 @@ jackson-dataformat-xml true - - io.searchbox - jest - true - - - org.springframework.hateoas - spring-hateoas - true - - - org.springframework.plugin - spring-plugin-core - true - - - org.webjars - hal-browser - true - com.github.ben-manes.caffeine caffeine @@ -92,11 +72,21 @@ java-statsd-client true + + com.zaxxer + HikariCP + true + io.dropwizard.metrics metrics-core true + + io.searchbox + jest + true + javax.cache cache-api @@ -128,6 +118,31 @@ + + org.apache.commons + commons-dbcp2 + true + + + org.apache.tomcat.embed + tomcat-embed-core + true + + + org.apache.tomcat.embed + tomcat-embed-el + true + + + org.apache.tomcat + tomcat-jdbc + true + + + org.elasticsearch + elasticsearch + true + org.flywaydb flyway-core @@ -138,6 +153,11 @@ hibernate-validator true + + org.jolokia + jolokia-core + true + org.infinispan infinispan-spring4-embedded @@ -163,6 +183,11 @@ spring-webmvc true + + org.springframework.amqp + spring-rabbit + true + org.springframework.data spring-data-cassandra @@ -212,33 +237,28 @@ true - org.elasticsearch - elasticsearch + org.springframework.hateoas + spring-hateoas true - org.springframework.security - spring-security-web + org.springframework.plugin + spring-plugin-core true org.springframework.security - spring-security-config - true - - - org.apache.tomcat.embed - tomcat-embed-core + spring-security-web true - org.apache.tomcat.embed - tomcat-embed-el + org.springframework.security + spring-security-config true - org.jolokia - jolokia-core + org.webjars + hal-browser true @@ -246,26 +266,6 @@ jedis true - - org.springframework.amqp - spring-rabbit - true - - - org.apache.tomcat - tomcat-jdbc - true - - - com.zaxxer - HikariCP - true - - - org.apache.commons - commons-dbcp2 - true - org.springframework.boot @@ -329,11 +329,6 @@ jsonassert test - - org.springframework - spring-test - test - org.springframework.data spring-data-elasticsearch