qingwei91 commented on code in PR #20235:
URL: https://github.com/apache/flink/pull/20235#discussion_r922704584
##########
flink-connectors/flink-connector-jdbc/pom.xml:
##########
@@ -68,6 +68,14 @@ under the License.
<scope>provided</scope>
</dependency>
+ <!-- SQL Server -->
+ <dependency>
+ <groupId>com.microsoft.sqlserver</groupId>
+ <artifactId>mssql-jdbc</artifactId>
+ <version>10.2.0.jre8</version>
Review Comment:
Hi, @RocMarshal , are you referring to v11.x.x? From my understanding, there
are still at preview release, at 10.2.x is the latest stable release. SHould we
use v11?
https://github.com/microsoft/mssql-jdbc/releases/tag/v.11.1.0
I've bumped it to 10.2.1 though
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]