You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2019/04/02 01:20:31 UTC

[geode] branch feature/GEODE-6574-cms-list-members updated: fix checkPom

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

jinmeiliao pushed a commit to branch feature/GEODE-6574-cms-list-members
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-6574-cms-list-members by this push:
     new 255210c  fix checkPom
255210c is described below

commit 255210cbd60de350e1d9580fb9e761b0293a9146
Author: Jinmei Liao <ji...@pivotal.io>
AuthorDate: Mon Apr 1 15:59:20 2019 -0700

    fix checkPom
---
 geode-common/src/test/resources/expected-pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/geode-common/src/test/resources/expected-pom.xml b/geode-common/src/test/resources/expected-pom.xml
index 0012117..259eb66 100644
--- a/geode-common/src/test/resources/expected-pom.xml
+++ b/geode-common/src/test/resources/expected-pom.xml
@@ -45,4 +45,11 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+  <dependencies>
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>