You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2018/12/19 22:59:02 UTC

[geode] branch develop updated: GEODE-6154: Remove optional from geode-core spring-shell dependency (#2961)

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

klund pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1813f8c  GEODE-6154: Remove optional from geode-core spring-shell dependency (#2961)
1813f8c is described below

commit 1813f8c2b73059e69075aaec95a699780d3c2982
Author: Kirk Lund <kl...@apache.org>
AuthorDate: Wed Dec 19 14:58:52 2018 -0800

    GEODE-6154: Remove optional from geode-core spring-shell dependency (#2961)
---
 geode-core/build.gradle                        | 1 -
 geode-core/src/test/resources/expected-pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/geode-core/build.gradle b/geode-core/build.gradle
index a6d14da..466bcfb 100755
--- a/geode-core/build.gradle
+++ b/geode-core/build.gradle
@@ -249,7 +249,6 @@ dependencies {
     exclude module: 'spring-aop'
     exclude module: 'spring-context-support'
     exclude module: 'spring-core'
-    ext.optional = true
   }
   compile('org.iq80.snappy:snappy') {
     ext.optional = true
diff --git a/geode-core/src/test/resources/expected-pom.xml b/geode-core/src/test/resources/expected-pom.xml
index 0dd0121..fb19cab 100644
--- a/geode-core/src/test/resources/expected-pom.xml
+++ b/geode-core/src/test/resources/expected-pom.xml
@@ -242,7 +242,6 @@
           <groupId>*</groupId>
         </exclusion>
       </exclusions>
-      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.iq80.snappy</groupId>