Remove unnecessary code from samples

Remove code that is not necessary to demonstrate Spring Session functionality and is not compatible with the Java 17 / Jakarta EE 9 upgrades.

Issue gh-1949
This commit is contained in:
Eleftheria Stein
2021-11-12 10:35:35 +01:00
parent fc5f875036
commit cc1fd826ac
18 changed files with 1 additions and 75 deletions

View File

@@ -18,6 +18,5 @@ dependencyManagement {
dependency 'org.webjars:knockout:3.5.1'
dependency 'org.webjars:sockjs-client:1.5.1'
dependency 'org.webjars:stomp-websocket:2.3.4'
dependency 'org.webjars:webjars-taglib:0.3'
}
}