From 75bda8ad678b1e18ef8efdd92f5630b8842f6d02 Mon Sep 17 00:00:00 2001 From: PEDSF Date: Sat, 7 Nov 2020 11:52:25 +0100 Subject: [PATCH] end websocket feature to send public messages --- pom.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4c64e0911..48a6bc795 100644 --- a/pom.xml +++ b/pom.xml @@ -27,9 +27,16 @@ 3.3.6 1.11.4 2.2.4 + 2.3.3-1 + 1.1.2 + 0.40 + 0.46 1.8.0 8.32 + 2.10.2 + 2.10.2 + 0.8.5 4.13 1.0.0 @@ -120,12 +127,13 @@ org.webjars webjars-locator - 0.40 + ${webjars-webjars-locator.version} org.webjars webjars-locator-core + ${webjars-webjars-locator-core.version} org.webjars @@ -145,13 +153,13 @@ org.webjars stomp-websocket - 2.3.3-1 + ${webjars-stomp-websocket.version} org.webjars sockjs-client - 1.1.2 + ${webjars-sockjs-client.version} @@ -160,13 +168,13 @@ com.fasterxml.jackson.core jackson-core - 2.10.2 + ${fasterxml-jackson-core.version} com.fasterxml.jackson.core jackson-databind - 2.10.2 + ${fasterxml-jackson-databind.version}