Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
f2fe2c4d
Commit
f2fe2c4d
authored
Jun 30, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
eb4f5909
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
59 deletions
+54
-59
pom.xml
spring-boot-actuator/pom.xml
+54
-59
No files found.
spring-boot-actuator/pom.xml
View file @
f2fe2c4d
...
...
@@ -47,26 +47,6 @@
<artifactId>
jackson-dataformat-xml
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
io.searchbox
</groupId>
<artifactId>
jest
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.hateoas
</groupId>
<artifactId>
spring-hateoas
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.plugin
</groupId>
<artifactId>
spring-plugin-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.webjars
</groupId>
<artifactId>
hal-browser
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.github.ben-manes.caffeine
</groupId>
<artifactId>
caffeine
</artifactId>
...
...
@@ -92,11 +72,21 @@
<artifactId>
java-statsd-client
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.zaxxer
</groupId>
<artifactId>
HikariCP
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
io.dropwizard.metrics
</groupId>
<artifactId>
metrics-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
io.searchbox
</groupId>
<artifactId>
jest
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
javax.cache
</groupId>
<artifactId>
cache-api
</artifactId>
...
...
@@ -128,6 +118,31 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-dbcp2
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-el
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.apache.tomcat
</groupId>
<artifactId>
tomcat-jdbc
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.elasticsearch
</groupId>
<artifactId>
elasticsearch
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.flywaydb
</groupId>
<artifactId>
flyway-core
</artifactId>
...
...
@@ -138,6 +153,11 @@
<artifactId>
hibernate-validator
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.jolokia
</groupId>
<artifactId>
jolokia-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.infinispan
</groupId>
<artifactId>
infinispan-spring4-embedded
</artifactId>
...
...
@@ -163,6 +183,11 @@
<artifactId>
spring-webmvc
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.amqp
</groupId>
<artifactId>
spring-rabbit
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-cassandra
</artifactId>
...
...
@@ -212,33 +237,28 @@
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.
elasticsearch
</groupId>
<artifactId>
elasticsearch
</artifactId>
<groupId>
org.
springframework.hateoas
</groupId>
<artifactId>
spring-hateoas
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.
security
</groupId>
<artifactId>
spring-
security-web
</artifactId>
<groupId>
org.springframework.
plugin
</groupId>
<artifactId>
spring-
plugin-core
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.security
</groupId>
<artifactId>
spring-security-config
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-core
</artifactId>
<artifactId>
spring-security-web
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.
apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-el
</artifactId>
<groupId>
org.
springframework.security
</groupId>
<artifactId>
spring-security-config
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.
jolokia
</groupId>
<artifactId>
jolokia-core
</artifactId>
<groupId>
org.
webjars
</groupId>
<artifactId>
hal-browser
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
...
...
@@ -246,26 +266,6 @@
<artifactId>
jedis
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.amqp
</groupId>
<artifactId>
spring-rabbit
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.apache.tomcat
</groupId>
<artifactId>
tomcat-jdbc
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
com.zaxxer
</groupId>
<artifactId>
HikariCP
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-dbcp2
</artifactId>
<optional>
true
</optional>
</dependency>
<!-- Annotation processing -->
<dependency>
<groupId>
org.springframework.boot
</groupId>
...
...
@@ -329,11 +329,6 @@
<artifactId>
jsonassert
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-test
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.data
</groupId>
<artifactId>
spring-data-elasticsearch
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment