File tree Expand file tree Collapse 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-amqp
spring-cloud-netflix-turbine Expand file tree Collapse file tree 8 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ target/
1010_site /
1111.idea
1212* .iml
13+ .factorypath
Original file line number Diff line number Diff line change 1616 <main .basedir>${basedir} /..</main .basedir>
1717 </properties >
1818 <dependencies >
19+ <dependency >
20+ <groupId >org.springframework.boot</groupId >
21+ <artifactId >spring-boot-configuration-processor</artifactId >
22+ <optional >true</optional >
23+ </dependency >
1924 <dependency >
2025 <groupId >org.springframework.boot</groupId >
2126 <artifactId >spring-boot</artifactId >
Original file line number Diff line number Diff line change 1717 <wro4j .version>1.7.6</wro4j .version>
1818 </properties >
1919 <dependencies >
20+ <dependency >
21+ <groupId >org.springframework.boot</groupId >
22+ <artifactId >spring-boot-configuration-processor</artifactId >
23+ <optional >true</optional >
24+ </dependency >
2025 <dependency >
2126 <groupId >org.springframework.boot</groupId >
2227 <artifactId >spring-boot-starter-web</artifactId >
Original file line number Diff line number Diff line change 1616 <main .basedir>${basedir} /..</main .basedir>
1717 </properties >
1818 <dependencies >
19+ <dependency >
20+ <groupId >org.springframework.boot</groupId >
21+ <artifactId >spring-boot-configuration-processor</artifactId >
22+ <optional >true</optional >
23+ </dependency >
1924 <dependency >
2025 <groupId >org.springframework.cloud</groupId >
2126 <artifactId >spring-cloud-commons</artifactId >
Original file line number Diff line number Diff line change 1616 <spring-cloud .version>1.0.1.BUILD-SNAPSHOT</spring-cloud .version>
1717 </properties >
1818 <dependencies >
19+ <dependency >
20+ <groupId >org.springframework.boot</groupId >
21+ <artifactId >spring-boot-configuration-processor</artifactId >
22+ <optional >true</optional >
23+ </dependency >
1924 <dependency >
2025 <groupId >org.springframework.boot</groupId >
2126 <artifactId >spring-boot-starter-web</artifactId >
Original file line number Diff line number Diff line change 1616 <main .basedir>${basedir} /..</main .basedir>
1717 </properties >
1818 <dependencies >
19+ <dependency >
20+ <groupId >org.springframework.boot</groupId >
21+ <artifactId >spring-boot-configuration-processor</artifactId >
22+ <optional >true</optional >
23+ </dependency >
1924 <dependency >
2025 <groupId >org.springframework.cloud</groupId >
2126 <artifactId >spring-cloud-commons</artifactId >
Original file line number Diff line number Diff line change 5454 </dependencies >
5555 </dependencyManagement >
5656 <dependencies >
57+ <dependency >
58+ <groupId >org.springframework.boot</groupId >
59+ <artifactId >spring-boot-configuration-processor</artifactId >
60+ <optional >true</optional >
61+ </dependency >
5762 <dependency >
5863 <groupId >org.springframework.cloud</groupId >
5964 <artifactId >spring-cloud-netflix-core</artifactId >
Original file line number Diff line number Diff line change 3636 </dependencies >
3737 </dependencyManagement >
3838 <dependencies >
39+ <dependency >
40+ <groupId >org.springframework.boot</groupId >
41+ <artifactId >spring-boot-configuration-processor</artifactId >
42+ <optional >true</optional >
43+ </dependency >
3944 <dependency >
4045 <groupId >org.springframework.boot</groupId >
4146 <artifactId >spring-boot-starter-web</artifactId >
You can’t perform that action at this time.
0 commit comments