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 <[email protected]>
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>