Refactor all Spring Session, Apache Geode Web Samples to use Glassfish Web Jarkarta Servlet JSP JTL implementation.
Remove use of WebJars.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
plugins {
|
||||
id "org.gretty" version "4.0.0"
|
||||
id "io.spring.convention.spring-sample-war"
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
apply plugin: "gemfire-server"
|
||||
apply plugin: "application"
|
||||
|
||||
@@ -11,8 +11,6 @@ dependencies {
|
||||
implementation project(':spring-session-data-geode')
|
||||
implementation "org.springframework:spring-web"
|
||||
implementation "org.springframework.data:spring-data-geode-test"
|
||||
implementation "org.webjars:bootstrap"
|
||||
implementation "org.webjars:webjars-taglib"
|
||||
implementation jstlDependencies
|
||||
implementation slf4jDependencies
|
||||
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
plugins {
|
||||
id "org.gretty" version "4.0.0"
|
||||
id "io.spring.convention.spring-sample-war"
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation project(':spring-session-data-geode')
|
||||
implementation "org.springframework:spring-web"
|
||||
implementation "org.webjars:bootstrap"
|
||||
implementation "org.webjars:webjars-taglib"
|
||||
implementation jstlDependencies
|
||||
implementation slf4jDependencies
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
plugins {
|
||||
id "org.gretty" version "4.0.0"
|
||||
id "io.spring.convention.spring-sample-war"
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
apply plugin: "gemfire-server"
|
||||
apply plugin: "application"
|
||||
|
||||
@@ -11,8 +11,6 @@ dependencies {
|
||||
implementation project(':spring-session-data-geode')
|
||||
implementation "org.springframework:spring-web"
|
||||
implementation "org.springframework.data:spring-data-geode-test"
|
||||
implementation "org.webjars:bootstrap"
|
||||
implementation "org.webjars:webjars-taglib"
|
||||
implementation jstlDependencies
|
||||
implementation slf4jDependencies
|
||||
|
||||
|
||||
@@ -1,15 +1,12 @@
|
||||
plugins {
|
||||
id "org.gretty" version "4.0.0"
|
||||
id "io.spring.convention.spring-sample-war"
|
||||
}
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation project(':spring-session-data-geode')
|
||||
implementation "org.springframework:spring-web"
|
||||
implementation "org.webjars:bootstrap"
|
||||
implementation "org.webjars:webjars-taglib"
|
||||
implementation jstlDependencies
|
||||
implementation slf4jDependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user