Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
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
openSource
spring-boot-admin
Commits
1aed3f24
Commit
1aed3f24
authored
Jul 12, 2018
by
Johnny Lim
Committed by
Johannes Edmeier
Jul 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add spring-boot-autoconfigure-processor
Closes gh-815
parent
210fb759
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
0 deletions
+20
-0
pom.xml
spring-boot-admin-client/pom.xml
+5
-0
pom.xml
spring-boot-admin-server-cloud/pom.xml
+5
-0
pom.xml
spring-boot-admin-server-ui/pom.xml
+5
-0
pom.xml
spring-boot-admin-server/pom.xml
+5
-0
No files found.
spring-boot-admin-client/pom.xml
View file @
1aed3f24
...
@@ -47,6 +47,11 @@
...
@@ -47,6 +47,11 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-autoconfigure-processor
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-configuration-processor
</artifactId>
<artifactId>
spring-boot-configuration-processor
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
...
...
spring-boot-admin-server-cloud/pom.xml
View file @
1aed3f24
...
@@ -50,6 +50,11 @@
...
@@ -50,6 +50,11 @@
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-autoconfigure-processor
</artifactId>
<optional>
true
</optional>
</dependency>
<!-- Optional Configuration Processor for metadata -->
<!-- Optional Configuration Processor for metadata -->
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
spring-boot-admin-server-ui/pom.xml
View file @
1aed3f24
...
@@ -44,6 +44,11 @@
...
@@ -44,6 +44,11 @@
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-autoconfigure-processor
</artifactId>
<optional>
true
</optional>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-configuration-processor
</artifactId>
<artifactId>
spring-boot-configuration-processor
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
...
...
spring-boot-admin-server/pom.xml
View file @
1aed3f24
...
@@ -70,6 +70,11 @@
...
@@ -70,6 +70,11 @@
<artifactId>
hazelcast
</artifactId>
<artifactId>
hazelcast
</artifactId>
<optional>
true
</optional>
<optional>
true
</optional>
</dependency>
</dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-autoconfigure-processor
</artifactId>
<optional>
true
</optional>
</dependency>
<!-- Optional Configuration Processor for metadata -->
<!-- Optional Configuration Processor for metadata -->
<dependency>
<dependency>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
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