This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new ccd4d2b GEODE-9783: remove stray line resulting from merge issue
ccd4d2b is described below
commit ccd4d2b689a99c0180d34035c849d1dbe836392a
Author: Owen Nichols <[email protected]>
AuthorDate: Wed Oct 27 20:15:02 2021 -0700
GEODE-9783: remove stray line resulting from merge issue
this will remove the extra jars that unexpectedly appeared in Geode pulse
war after backport of GEODE-9486
(not cherry-picked from anywhere as no other backports had this issue)
---
geode-pulse/build.gradle | 2 --
1 file changed, 2 deletions(-)
diff --git a/geode-pulse/build.gradle b/geode-pulse/build.gradle
index e49ea58..ac98603 100644
--- a/geode-pulse/build.gradle
+++ b/geode-pulse/build.gradle
@@ -29,8 +29,6 @@ dependencies {
compileOnly(platform(project(':boms:geode-all-bom')))
providedCompile(platform(project(':boms:geode-all-bom')))
- compile(project(':geode-serialization'))
-
compile('org.springframework.security:spring-security-core')
compile('javax.servlet:javax.servlet-api')
compile('mx4j:mx4j') {