snuyanzin commented on code in PR #79:
URL: 
https://github.com/apache/flink-connector-jdbc/pull/79#discussion_r1434090595


##########
flink-connector-jdbc/pom.xml:
##########
@@ -42,6 +42,10 @@ under the License.
                <oracle.version>21.8.0.0</oracle.version>
                <trino.version>418</trino.version>
                <byte-buddy.version>1.12.10</byte-buddy.version>
+               <surefire.module.config> <!-- required by
+               Db2ExactlyOnceSinkE2eTest --> 
--add-opens=java.base/java.util=ALL-UNNAMED <!--
+               
SimpleJdbcConnectionProviderDriverClassConcurrentLoadingITCase--> 
--add-opens=java.base/java.lang=ALL-UNNAMED
+               </surefire.module.config>

Review Comment:
   Why is  this a part of the PR?
   It is already in main
   
   I guess you need to rebase



-- 
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: issues-unsubscr...@flink.apache.org

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

Reply via email to