Fix missing dependency on 'jakarta.servlet:jakarta.servlet-api'.
This commit is contained in:
@@ -14,6 +14,7 @@ dependencies {
|
|||||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
implementation "jakarta.servlet:jakarta.servlet-api"
|
||||||
implementation "org.springframework.data:spring-data-geode-test"
|
implementation "org.springframework.data:spring-data-geode-test"
|
||||||
implementation "org.webjars:bootstrap"
|
implementation "org.webjars:bootstrap"
|
||||||
implementation "org.webjars:webjars-locator"
|
implementation "org.webjars:webjars-locator"
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package sample.client;
|
package sample.client;
|
||||||
|
|
||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ dependencies {
|
|||||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
implementation "jakarta.servlet:jakarta.servlet-api"
|
||||||
implementation "org.springframework.data:spring-data-geode-test"
|
implementation "org.springframework.data:spring-data-geode-test"
|
||||||
implementation "org.webjars:bootstrap"
|
implementation "org.webjars:bootstrap"
|
||||||
implementation "org.webjars:webjars-locator"
|
implementation "org.webjars:webjars-locator"
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package sample.client;
|
package sample.client;
|
||||||
|
|
||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ dependencies {
|
|||||||
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
exclude group: "org.apache.logging.log4j", module: "log4j-to-slf4j"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
implementation "jakarta.servlet:jakarta.servlet-api"
|
||||||
implementation "org.springframework.data:spring-data-geode-test"
|
implementation "org.springframework.data:spring-data-geode-test"
|
||||||
implementation "org.webjars:bootstrap"
|
implementation "org.webjars:bootstrap"
|
||||||
implementation "org.webjars:webjars-locator"
|
implementation "org.webjars:webjars-locator"
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package sample.client;
|
package sample.client;
|
||||||
|
|
||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
|
|||||||
Reference in New Issue
Block a user