File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >1.5.10.RELEASE</version >
13+ <version >2.0.0.RELEASE</version >
14+ <relativePath />
1415 </parent >
1516 <name >java-getting-started</name >
1617
2122 <webjars-bootstrap .version>4.0.0</webjars-bootstrap .version>
2223 <webjars-jquery-ui .version>1.12.1</webjars-jquery-ui .version>
2324 <webjars-jquery .version>3.3.1</webjars-jquery .version>
24- <thymeleaf .version>3.0.2.RELEASE</thymeleaf .version>
2525 </properties >
2626
2727 <dependencies >
28- <!-- Spring and Spring Boot dependencies -->
2928 <dependency >
3029 <groupId >org.springframework.boot</groupId >
3130 <artifactId >spring-boot-starter-actuator</artifactId >
5756 <groupId >com.zaxxer</groupId >
5857 <artifactId >HikariCP</artifactId >
5958 </dependency >
60- <dependency >
61- <groupId >org.webjars</groupId >
62- <artifactId >webjars-locator</artifactId >
63- </dependency >
6459 <dependency >
6560 <groupId >org.webjars</groupId >
6661 <artifactId >jquery</artifactId >
You can’t perform that action at this time.
0 commit comments