|
@@ -5,7 +5,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
- <version>2.3.2.RELEASE</version>
|
|
|
|
|
|
+ <version>2.4.2</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
</parent>
|
|
<groupId>com.example</groupId>
|
|
<groupId>com.example</groupId>
|
|
@@ -13,11 +13,9 @@
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<name>messaging-stomp-websocket</name>
|
|
<name>messaging-stomp-websocket</name>
|
|
<description>Demo project for Spring Boot</description>
|
|
<description>Demo project for Spring Boot</description>
|
|
-
|
|
|
|
<properties>
|
|
<properties>
|
|
- <java.version>1.8</java.version>
|
|
|
|
|
|
+ <java.version>11</java.version>
|
|
</properties>
|
|
</properties>
|
|
-
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -52,12 +50,6 @@
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.junit.vintage</groupId>
|
|
|
|
- <artifactId>junit-vintage-engine</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|