You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/10 01:55:52 UTC

[GitHub] [incubator-seatunnel] TyrantLucifer commented on a diff in pull request #2392: [Feature][Connector-V2] Support user-defined schema for source connectors

TyrantLucifer commented on code in PR #2392:
URL: https://github.com/apache/incubator-seatunnel/pull/2392#discussion_r941939212


##########
seatunnel-connectors-v2/connector-common/pom.xml:
##########
@@ -38,5 +38,10 @@
             <artifactId>seatunnel-api</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-engine</artifactId>
+            <scope>test</scope>

Review Comment:
   Fixed.



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

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org