File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 14
14
<java .version>1.7</java .version>
15
15
<github .path>${project.artifactId} </github .path>
16
16
</properties >
17
+ <dependencyManagement >
18
+ <dependencies >
19
+ <!-- Spring Boot 2 requires Java 8, so we need to manually stick to 1.5.x version in order to compile apollo-client against Java 7 -->
20
+ <!-- This is only for apollo-client compilation use, because optional Spring dependencies are not transitive -->
21
+ <dependency >
22
+ <groupId >org.springframework.boot</groupId >
23
+ <artifactId >spring-boot-dependencies</artifactId >
24
+ <version >1.5.16.RELEASE</version >
25
+ <type >pom</type >
26
+ <scope >import</scope >
27
+ </dependency >
28
+ </dependencies >
29
+ </dependencyManagement >
17
30
<dependencies >
18
31
<!-- apollo -->
19
32
<dependency >
You can’t perform that action at this time.
0 commit comments