Skip to content

Commit 5ac441f

Browse files
committed
Upgrade to spring-boot 2.0.0
1 parent f6351a8 commit 5ac441f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
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

@@ -21,11 +22,9 @@
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>
@@ -57,10 +56,6 @@
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>

0 commit comments

Comments
 (0)