File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 1010 <name >bee-spring-boot</name >
1111 <description >bee-spring-boot</description >
1212
13- <parent >
14- <groupId >org.springframework.boot</groupId >
15- <artifactId >spring-boot-starter-parent</artifactId >
16- <version >1.5.16.RELEASE</version >
17- </parent >
18-
1913 <properties >
2014 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2115 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
22- <java .version>1.7</java .version>
16+ <maven .compiler.source>1.7</maven .compiler.source>
17+ <maven .compiler.target>1.7</maven .compiler.target>
2318 <bee .version>1.9-SNAPSHOT</bee .version>
2419 </properties >
20+
21+ <dependencyManagement >
22+ <dependencies >
23+ <dependency >
24+ <groupId >org.springframework.boot</groupId >
25+ <artifactId >spring-boot-dependencies</artifactId >
26+ <version >1.5.16.RELEASE</version >
27+ <type >pom</type >
28+ <scope >import</scope >
29+ </dependency >
30+ </dependencies >
31+ </dependencyManagement >
2532
2633 <dependencies >
2734
28- <dependency >
29- <groupId >org.springframework.boot</groupId >
30- <artifactId >spring-boot-starter-web</artifactId >
31- </dependency >
32-
33- <dependency >
34- <groupId >org.springframework.boot</groupId >
35- <artifactId >spring-boot-starter-test</artifactId >
36- <scope >test</scope >
37- </dependency >
38-
3935 <dependency >
4036 <groupId >org.springframework.boot</groupId >
4137 <artifactId >spring-boot-autoconfigure</artifactId >
You can’t perform that action at this time.
0 commit comments