Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Added web socket dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Takanori Takase committed Jan 2, 2018
1 parent c0c7a46 commit 09c8204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
compile 'org.apache.httpcomponents:httpclient:4.5.3'
compile 'org.jboss.resteasy:resteasy-jaxrs:3.1.4.Final'
compile 'org.jboss.resteasy:resteasy-guice:3.1.4.Final'
compile 'javax.websocket:javax.websocket-api:1.1'
runtime 'ch.qos.logback:logback-classic:1.2.3'
runtime fileTree(dir: 'libs', include: '*.jar')
compileOnly "org.projectlombok:lombok:1.16.16"
Expand Down

0 comments on commit 09c8204

Please sign in to comment.