Skip to content

Commit 0b7397e

Browse files
author
etobiak
committed
Stepped Spring version to 2.0.1.
1 parent 3c1a2cd commit 0b7397e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>
12-
<version>1.5.5.RELEASE</version>
12+
<version>2.0.1.RELEASE</version>
1313
<relativePath/> <!-- .. lookup parent from repository -->
1414
</parent>
1515

src/main/java/com/ericsson/ei/frontend/EIFrontendApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.springframework.boot.SpringApplication;
2626
import org.springframework.boot.autoconfigure.SpringBootApplication;
2727
import org.springframework.boot.builder.SpringApplicationBuilder;
28-
import org.springframework.boot.web.support.SpringBootServletInitializer;
28+
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
2929

3030
@SpringBootApplication
3131
public class EIFrontendApplication extends SpringBootServletInitializer {

0 commit comments

Comments
 (0)