File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 36
36
<groupId >org.springframework.boot</groupId >
37
37
<artifactId >spring-boot-actuator</artifactId >
38
38
</dependency >
39
+ <dependency >
40
+ <groupId >io.dropwizard.metrics</groupId >
41
+ <artifactId >metrics-core</artifactId >
42
+ </dependency >
39
43
<dependency >
40
44
<groupId >org.springframework.boot</groupId >
41
45
<artifactId >spring-boot-devtools</artifactId >
66
70
<dependency >
67
71
<groupId >io.spring.platform</groupId >
68
72
<artifactId >platform-bom</artifactId >
69
- <version >1.1.4 .RELEASE</version >
73
+ <version >2.0.0 .RELEASE</version >
70
74
<type >pom</type >
71
75
<scope >import</scope >
72
76
</dependency >
75
79
76
80
<build >
77
81
<plugins >
82
+ <plugin >
83
+ <artifactId >maven-compiler-plugin</artifactId >
84
+ <version >3.3</version >
85
+ <configuration >
86
+ <source >1.8</source >
87
+ <target >1.8</target >
88
+ </configuration >
89
+ </plugin >
78
90
<plugin >
79
91
<groupId >org.springframework.boot</groupId >
80
92
<artifactId >spring-boot-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments