|
@@ -14,10 +14,6 @@
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
|
@@ -26,14 +22,11 @@
|
|
<groupId>org.springframework</groupId>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-messaging</artifactId>
|
|
<artifactId>spring-messaging</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- <dependency>
|
|
|
|
- <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
- <artifactId>jackson-databind</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
<start-class>hello.Application</start-class>
|
|
<start-class>hello.Application</start-class>
|
|
|
|
+ <java.version>1.7</java.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<build>
|
|
<build>
|