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 0dfe3fa  Remove dupliated gson definition in root pom file (#1341)
0dfe3fa is described below

commit 0dfe3fae6f0f39ad9f1fade389a5af8e9e141201
Author: Sijie Guo <guosi...@gmail.com>
AuthorDate: Mon Mar 5 16:45:05 2018 -0800

    Remove dupliated gson definition in root pom file (#1341)
---
 pom.xml                           | 6 ------
 pulsar-functions/instance/pom.xml | 4 ----
 2 files changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index b6ac3b1..df7b919 100644
--- a/pom.xml
+++ b/pom.xml
@@ -325,12 +325,6 @@ flexible messaging model and an intuitive client 
API.</description>
       </dependency>
 
       <dependency>
-        <groupId>com.google.code.gson</groupId>
-        <artifactId>gson</artifactId>
-        <version>2.8.0</version>
-      </dependency>
-
-      <dependency>
         <groupId>com.beust</groupId>
         <artifactId>jcommander</artifactId>
         <version>1.48</version>
diff --git a/pulsar-functions/instance/pom.xml 
b/pulsar-functions/instance/pom.xml
index aeb53ae..ba5183a 100644
--- a/pulsar-functions/instance/pom.xml
+++ b/pulsar-functions/instance/pom.xml
@@ -22,10 +22,6 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
-  <properties>
-    <gson.version>2.8.2</gson.version>
-  </properties>
-
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar-functions</artifactId>

-- 
To stop receiving notification emails like this one, please contact
mme...@apache.org.

Reply via email to