eolivelli commented on a change in pull request #10513:
URL: https://github.com/apache/pulsar/pull/10513#discussion_r630968940



##########
File path: pulsar-client-admin-api/pom.xml
##########
@@ -33,16 +33,16 @@
     <name>Pulsar Client Admin :: API</name>
 
     <dependencies>
+
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>pulsar-common</artifactId>
             <version>${project.parent.version}</version>
         </dependency>
 
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>pulsar-client-original</artifactId>
-            <version>${project.parent.version}</version>
+            <groupId>com.google.code.gson</groupId>
+            <artifactId>gson</artifactId>

Review comment:
       My problem was about "adding" gson, if it was not already there, so to 
me this is not a problem.
   
   thanks for your clarification




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to