You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/11/30 18:11:34 UTC

[geode] branch develop updated: GEODE-6113: Fix checkPom failures

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

jensdeppe 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 af51c95  GEODE-6113: Fix checkPom failures
af51c95 is described below

commit af51c9593c143efeb2fad9f9baa9fabc3089bcbd
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Fri Nov 30 10:11:17 2018 -0800

    GEODE-6113: Fix checkPom failures
---
 geode-connectors/src/test/resources/expected-pom.xml | 4 ++++
 geode-core/src/test/resources/expected-pom.xml       | 4 ++++
 geode-dunit/src/test/resources/expected-pom.xml      | 4 ++++
 3 files changed, 12 insertions(+)

diff --git a/geode-connectors/src/test/resources/expected-pom.xml b/geode-connectors/src/test/resources/expected-pom.xml
index 64656e9..53f8a64 100644
--- a/geode-connectors/src/test/resources/expected-pom.xml
+++ b/geode-connectors/src/test/resources/expected-pom.xml
@@ -89,6 +89,10 @@
           <groupId>*</groupId>
         </exclusion>
         <exclusion>
+          <artifactId>spring-core</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+        <exclusion>
           <artifactId>asm</artifactId>
           <groupId>*</groupId>
         </exclusion>
diff --git a/geode-core/src/test/resources/expected-pom.xml b/geode-core/src/test/resources/expected-pom.xml
index 9b62224..6a8c044 100644
--- a/geode-core/src/test/resources/expected-pom.xml
+++ b/geode-core/src/test/resources/expected-pom.xml
@@ -240,6 +240,10 @@
           <groupId>*</groupId>
         </exclusion>
         <exclusion>
+          <artifactId>spring-core</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+        <exclusion>
           <artifactId>asm</artifactId>
           <groupId>*</groupId>
         </exclusion>
diff --git a/geode-dunit/src/test/resources/expected-pom.xml b/geode-dunit/src/test/resources/expected-pom.xml
index 8fb703e..1260284 100644
--- a/geode-dunit/src/test/resources/expected-pom.xml
+++ b/geode-dunit/src/test/resources/expected-pom.xml
@@ -100,6 +100,10 @@
           <groupId>*</groupId>
         </exclusion>
         <exclusion>
+          <artifactId>spring-core</artifactId>
+          <groupId>*</groupId>
+        </exclusion>
+        <exclusion>
           <artifactId>asm</artifactId>
           <groupId>*</groupId>
         </exclusion>