Skip to content

Commit b099b4a

Browse files
asashourlukeis
authored andcommitted
Fix eclipse project classpath (#2138)
1 parent e506776 commit b099b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/client/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-api-1.6.6.jar"/>
4040
<classpathentry kind="lib" path="/third-party/java/slf4j/slf4j-jdk14-1.6.6.jar"/>
4141
<classpathentry kind="lib" path="/third-party/java/gson/gson-2.3.1.jar"/>
42-
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-api-9.2.13.v20150730.jar"/>
43-
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-client-9.2.13.v20150730.jar"/>
44-
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-common-9.2.13.v20150730.jar"/>
42+
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-api-9.2.15.v20160210.jar"/>
43+
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-client-9.2.15.v20160210.jar"/>
44+
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-common-9.2.15.v20160210.jar"/>
4545
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-io-9.2.13.v20150730.jar"/>
4646
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-util-9.2.13.v20150730.jar"/>
4747
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.9.9.jar" sourcepath="/third-party/java/testng/testng-6.9.9-sources.jar"/>

0 commit comments

Comments
 (0)