This is an automated email from the ASF dual-hosted git repository.

echobravo pushed a commit to branch release/1.12.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.12.0 by this push:
     new fa8060d  GEODE-7776 - Proposed changes to remove build cycle (#4679)
fa8060d is described below

commit fa8060da4c7e5970f0ec538829c3f40de355b89f
Author: Robert Houghton <rhough...@pivotal.io>
AuthorDate: Mon Feb 10 13:18:34 2020 -0800

    GEODE-7776 - Proposed changes to remove build cycle (#4679)
    
    * Proposed changes to remove build cycle
    
    * Fix expected pom, and delete commented dependency
    
    (cherry picked from commit 7ab2713d6c9d2d09a986513aaa18b333951fe61e)
---
 geode-core/build.gradle                        |  4 ----
 geode-core/src/test/resources/expected-pom.xml | 12 ------------
 2 files changed, 16 deletions(-)

diff --git a/geode-core/build.gradle b/geode-core/build.gradle
index ed80495..47da466 100755
--- a/geode-core/build.gradle
+++ b/geode-core/build.gradle
@@ -263,10 +263,6 @@ dependencies {
   //Log4j is used everywhere
   implementation('org.apache.logging.log4j:log4j-api')
 
-  runtimeOnly(project(':geode-gfsh')) {
-    exclude module: 'geode-core'
-    ext.optional = true
-  }
 
   runtimeOnly('io.swagger:swagger-annotations') {
     ext.optional = true
diff --git a/geode-core/src/test/resources/expected-pom.xml 
b/geode-core/src/test/resources/expected-pom.xml
index e2cdd14..6cb247a 100644
--- a/geode-core/src/test/resources/expected-pom.xml
+++ b/geode-core/src/test/resources/expected-pom.xml
@@ -243,18 +243,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.geode</groupId>
-      <artifactId>geode-gfsh</artifactId>
-      <scope>runtime</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>geode-core</artifactId>
-          <groupId>*</groupId>
-        </exclusion>
-      </exclusions>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
       <groupId>io.swagger</groupId>
       <artifactId>swagger-annotations</artifactId>
       <scope>runtime</scope>

Reply via email to