This is an automated email from the ASF dual-hosted git repository.

cancai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev by this push:
     new c6e79acff [Improve] Add dependency support to unit tests on 
streampark-common_2.12  (#3550)
c6e79acff is described below

commit c6e79acffbc2f5082cc082a1b8c651419a427a96
Author: zhengke zhou <[email protected]>
AuthorDate: Fri Feb 16 11:29:10 2024 +0800

    [Improve] Add dependency support to unit tests on streampark-common_2.12  
(#3550)
    
    Add dependency support to unit tests on streampark-common_2.12
---
 streampark-common/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/streampark-common/pom.xml b/streampark-common/pom.xml
index 32babf65c..48c79bf05 100644
--- a/streampark-common/pom.xml
+++ b/streampark-common/pom.xml
@@ -30,6 +30,13 @@
     <dependencies>
 
         <!-- test -->
+        <dependency>
+            <groupId>org.scalatest</groupId>
+            <artifactId>scalatest_${scala.binary.version}</artifactId>
+            <version>${scalatest.version}</version>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-engine</artifactId>

Reply via email to