File tree 8 files changed +36
-0
lines changed
spring-cloud-netflix-core
spring-cloud-netflix-eureka-server
spring-cloud-netflix-hystrix-amqp
spring-cloud-netflix-hystrix-dashboard
spring-cloud-netflix-sidecar
spring-cloud-netflix-turbine
spring-cloud-netflix-turbine-amqp
8 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ target/
10
10
_site /
11
11
.idea
12
12
* .iml
13
+ .factorypath
Original file line number Diff line number Diff line change 16
16
<main .basedir>${basedir} /..</main .basedir>
17
17
</properties >
18
18
<dependencies >
19
+ <dependency >
20
+ <groupId >org.springframework.boot</groupId >
21
+ <artifactId >spring-boot-configuration-processor</artifactId >
22
+ <optional >true</optional >
23
+ </dependency >
19
24
<dependency >
20
25
<groupId >org.springframework.boot</groupId >
21
26
<artifactId >spring-boot</artifactId >
Original file line number Diff line number Diff line change 17
17
<wro4j .version>1.7.6</wro4j .version>
18
18
</properties >
19
19
<dependencies >
20
+ <dependency >
21
+ <groupId >org.springframework.boot</groupId >
22
+ <artifactId >spring-boot-configuration-processor</artifactId >
23
+ <optional >true</optional >
24
+ </dependency >
20
25
<dependency >
21
26
<groupId >org.springframework.boot</groupId >
22
27
<artifactId >spring-boot-starter-web</artifactId >
Original file line number Diff line number Diff line change 16
16
<main .basedir>${basedir} /..</main .basedir>
17
17
</properties >
18
18
<dependencies >
19
+ <dependency >
20
+ <groupId >org.springframework.boot</groupId >
21
+ <artifactId >spring-boot-configuration-processor</artifactId >
22
+ <optional >true</optional >
23
+ </dependency >
19
24
<dependency >
20
25
<groupId >org.springframework.cloud</groupId >
21
26
<artifactId >spring-cloud-commons</artifactId >
Original file line number Diff line number Diff line change 16
16
<spring-cloud .version>1.0.1.BUILD-SNAPSHOT</spring-cloud .version>
17
17
</properties >
18
18
<dependencies >
19
+ <dependency >
20
+ <groupId >org.springframework.boot</groupId >
21
+ <artifactId >spring-boot-configuration-processor</artifactId >
22
+ <optional >true</optional >
23
+ </dependency >
19
24
<dependency >
20
25
<groupId >org.springframework.boot</groupId >
21
26
<artifactId >spring-boot-starter-web</artifactId >
Original file line number Diff line number Diff line change 16
16
<main .basedir>${basedir} /..</main .basedir>
17
17
</properties >
18
18
<dependencies >
19
+ <dependency >
20
+ <groupId >org.springframework.boot</groupId >
21
+ <artifactId >spring-boot-configuration-processor</artifactId >
22
+ <optional >true</optional >
23
+ </dependency >
19
24
<dependency >
20
25
<groupId >org.springframework.cloud</groupId >
21
26
<artifactId >spring-cloud-commons</artifactId >
Original file line number Diff line number Diff line change 54
54
</dependencies >
55
55
</dependencyManagement >
56
56
<dependencies >
57
+ <dependency >
58
+ <groupId >org.springframework.boot</groupId >
59
+ <artifactId >spring-boot-configuration-processor</artifactId >
60
+ <optional >true</optional >
61
+ </dependency >
57
62
<dependency >
58
63
<groupId >org.springframework.cloud</groupId >
59
64
<artifactId >spring-cloud-netflix-core</artifactId >
Original file line number Diff line number Diff line change 36
36
</dependencies >
37
37
</dependencyManagement >
38
38
<dependencies >
39
+ <dependency >
40
+ <groupId >org.springframework.boot</groupId >
41
+ <artifactId >spring-boot-configuration-processor</artifactId >
42
+ <optional >true</optional >
43
+ </dependency >
39
44
<dependency >
40
45
<groupId >org.springframework.boot</groupId >
41
46
<artifactId >spring-boot-starter-web</artifactId >
You can’t perform that action at this time.
0 commit comments