Skip to content

Commit

Permalink
#124 Add websocket to admin and athena gradle build script
Browse files Browse the repository at this point in the history
  • Loading branch information
tktong committed Jan 13, 2016
1 parent 32d0a93 commit d052b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
dependencies {
compile "joda-time:joda-time:$jodaTimeVersion"
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
compile "org.springframework:spring-messaging:$springVersion"
compile "org.springframework:spring-websocket:$springVersion"
compile "org.springframework:spring-webmvc:$springVersion"
compile "org.thymeleaf:thymeleaf-spring4:$thymeleafVersion"

Expand Down
2 changes: 2 additions & 0 deletions athena/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dependencies {
compile "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
compile "org.springframework:spring-messaging:$springVersion"
compile "org.springframework:spring-websocket:$springVersion"
compile "org.springframework:spring-webmvc:$springVersion"

compile project(":core")
Expand Down

0 comments on commit d052b9c

Please sign in to comment.