Issue #4225 - Fix JPMS transitivity.

Integrated Jetty WebSocket API 1.1.2.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2019-12-20 16:59:47 +01:00
parent 99eae6b3ce
commit 7247639694
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
<spring-version>5.1.1.RELEASE</spring-version>
<jetty-test-policy.version>1.2</jetty-test-policy.version>
<servlet.api.version>4.0.3</servlet.api.version>
<websocket.api.version>1.1.2</websocket.api.version>
<jsp.version>9.0.19</jsp.version>
<infinispan.version>9.4.8.Final</infinispan.version>
<!-- default values are unsupported, but required to be defined for reactor sanity reasons -->
@ -956,7 +957,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-javax-websocket-api</artifactId>
<version>1.1.1</version>
<version>${websocket.api.version}</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>