Browse Source

Allow for explicit spring-websocket-4.2.xsd declarations

Issue: SPR-13804
pull/940/head
Juergen Hoeller 10 years ago
parent
commit
7344dd259c
  1. 1
      spring-websocket/src/main/resources/META-INF/spring.schemas

1
spring-websocket/src/main/resources/META-INF/spring.schemas

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
http\://www.springframework.org/schema/websocket/spring-websocket-4.0.xsd=org/springframework/web/socket/config/spring-websocket-4.0.xsd
http\://www.springframework.org/schema/websocket/spring-websocket-4.1.xsd=org/springframework/web/socket/config/spring-websocket-4.1.xsd
http\://www.springframework.org/schema/websocket/spring-websocket-4.2.xsd=org/springframework/web/socket/config/spring-websocket-4.2.xsd
http\://www.springframework.org/schema/websocket/spring-websocket.xsd=org/springframework/web/socket/config/spring-websocket-4.2.xsd

Loading…
Cancel
Save