Skip to content

Commit

Permalink
[Feature][Connector-V2] add sqlserver dependency for spark e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
liugddx committed Sep 6, 2022
1 parent 787a4c2 commit edb858d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions seatunnel-e2e/seatunnel-spark-connector-v2-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mssqlserver</artifactId>
<version>1.17.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
Expand Down

0 comments on commit edb858d

Please sign in to comment.