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/09/07 02:14:02 UTC

[GitHub] [incubator-seatunnel] liugddx commented on a diff in pull request #2662: [hotfix][e2e] refactor jupiter,add junit-jupiter-api

liugddx commented on code in PR #2662:
URL: https://github.com/apache/incubator-seatunnel/pull/2662#discussion_r964318429


##########
pom.xml:
##########
@@ -256,13 +256,20 @@
                 <artifactId>commons-collections4</artifactId>
                 <version>${commons-collections4.version}</version>
             </dependency>
-            
+
             <dependency>
                 <groupId>com.beust</groupId>
                 <artifactId>jcommander</artifactId>
                 <version>${jcommander.version}</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.junit.jupiter</groupId>
+                <artifactId>junit-jupiter-api</artifactId>
+                <version>${junit.version}</version>
+                <scope>test</scope>
+            </dependency>

Review Comment:
   It's probably because I switched branches,but strong dependence is not better?



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