File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -470,13 +470,13 @@ project("spring-websocket") {
470
470
compile(project(" :spring-context" ))
471
471
compile(project(" :spring-web" ))
472
472
optional(" javax.servlet:javax.servlet-api:3.1-b09" )
473
- optional(" javax.websocket:javax.websocket-api:1.0-rc5 " )
473
+ optional(" javax.websocket:javax.websocket-api:1.0" )
474
474
optional(" org.apache.tomcat:tomcat-websocket:8.0-SNAPSHOT" ) {
475
475
exclude group : " org.apache.tomcat" , module : " tomcat-websocket-api"
476
476
exclude group : " org.apache.tomcat" , module : " tomcat-servlet-api"
477
477
}
478
- optional(" org.glassfish.tyrus:tyrus-websocket-core:1.0-SNAPSHOT " )
479
- optional(" org.glassfish.tyrus:tyrus-container-servlet:1.0-SNAPSHOT " )
478
+ optional(" org.glassfish.tyrus:tyrus-websocket-core:1.0" )
479
+ optional(" org.glassfish.tyrus:tyrus-container-servlet:1.0" )
480
480
optional(" org.eclipse.jetty:jetty-webapp:9.0.3.v20130506" ) {
481
481
exclude group : " org.eclipse.jetty.orbit" , module : " javax.servlet"
482
482
}
@@ -486,9 +486,8 @@ project("spring-websocket") {
486
486
}
487
487
488
488
repositories {
489
- maven { url " https://maven.java.net/content/groups/public/" } // javax.websocket-*
490
489
maven { url " https://repository.apache.org/content/repositories/snapshots" } // tomcat-websocket-* snapshots
491
- maven { url " https://maven.java.net/content/repositories/snapshots " } // tyrus snapshots
490
+ maven { url " https://maven.java.net/content/repositories/releases " } // javax.websocket, tyrus
492
491
}
493
492
}
494
493
You can’t perform that action at this time.
0 commit comments