This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 6289cbc fix: jackson conflict dependency version (#1947)
6289cbc is described below
commit 6289cbc9bd8a38bd02e59bd47565c169f73886f8
Author: Rajan Dhabalia <[email protected]>
AuthorDate: Mon Jun 11 10:17:57 2018 -0700
fix: jackson conflict dependency version (#1947)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5b1eb35..c99eb80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -568,7 +568,7 @@ flexible messaging model and an intuitive client
API.</description>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jsonSchema</artifactId>
- <version>2.9.0</version>
+ <version>${jackson.version}</version>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
[email protected].