File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 13
13
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14
14
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15
15
<version .vaadin>7.7.3</version .vaadin>
16
- <vaadin .plugin.version>${version.vaadin} </vaadin .plugin.version>
17
16
<start-class >crud.Application</start-class >
18
17
</properties >
19
18
85
84
<scope >runtime</scope >
86
85
</dependency >
87
86
87
+ <dependency >
88
+ <groupId >org.springframework.boot</groupId >
89
+ <artifactId >spring-boot-devtools</artifactId >
90
+ <optional >true</optional >
91
+ </dependency >
92
+
88
93
<dependency >
89
94
<groupId >org.springframework.boot</groupId >
90
95
<artifactId >spring-boot-starter-test</artifactId >
114
119
<plugin >
115
120
<groupId >com.vaadin</groupId >
116
121
<artifactId >vaadin-maven-plugin</artifactId >
117
- <version >7.7.0 </version >
122
+ <version >${version.vaadin} </version >
118
123
<executions >
119
124
<execution >
120
125
<goals >
You can’t perform that action at this time.
0 commit comments