merlimat commented on a change in pull request #9638:
URL: https://github.com/apache/pulsar/pull/9638#discussion_r579332487



##########
File path: pulsar-io/aerospike/pom.xml
##########
@@ -36,16 +36,19 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>pulsar-io-core</artifactId>
       <version>${project.version}</version>
+      <scope>provided</scope>
     </dependency>
 
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-databind</artifactId>
+      <scope>provided</scope>

Review comment:
       Why do we even need these dependencies here (other than 
`pulsar-io-core`)? 
   Is the connector making direct use of Jackson? or is this used for tests?




----------------------------------------------------------------
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