|
@@ -23,6 +23,9 @@ repositories {
|
|
mavenCentral()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+sourceCompatibility = 1.7
|
|
|
|
+targetCompatibility = 1.7
|
|
|
|
+
|
|
dependencies {
|
|
dependencies {
|
|
compile("org.springframework.boot:spring-boot-starter-websocket")
|
|
compile("org.springframework.boot:spring-boot-starter-websocket")
|
|
compile("org.springframework:spring-messaging")
|
|
compile("org.springframework:spring-messaging")
|