murong00 commented on a change in pull request #4210: #4209: Pulsar IO Source 
Connector for Couchbase
URL: https://github.com/apache/pulsar/pull/4210#discussion_r282768683
 
 

 ##########
 File path: pulsar-io/couchbase/pom.xml
 ##########
 @@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  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>
+  <parent>
+    <groupId>org.apache.pulsar</groupId>
+    <artifactId>pulsar-io</artifactId>
+    <version>2.4.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>pulsar-io-couchbase</artifactId>
+  <name>Pulsar IO :: Couchbase</name>
+
+  <properties>
+    <java-client.version>2.7.4</java-client.version>
+    <dcp-client.version>0.22.0</dcp-client.version>
+    <junit-platform.version>1.4.2</junit-platform.version>
+    <junit-jupiter.version>5.4.2</junit-jupiter.version>
 
 Review comment:
   The `junit` dependencies here seem redundant.

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


With regards,
Apache Git Services

Reply via email to