File tree Expand file tree Collapse file tree 2 files changed +288
-0
lines changed Expand file tree Collapse file tree 2 files changed +288
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,18 @@ under the License.
32
32
<name >Flink : Connectors : http</name >
33
33
<version >1.0-SNAPSHOT</version >
34
34
35
+ <packaging >jar</packaging >
36
+
37
+ <properties >
38
+ <flink .connector.module.config><!--
39
+ FlinkKafkaProducerBaseTest --> --add-opens=java.base/java.lang=ALL-UNNAMED <!--
40
+ FlinkKafkaProducerBaseTest --> --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED <!--
41
+ FlinkKafkaConsumerBaseTest --> --add-opens=java.base/java.util=ALL-UNNAMED <!--
42
+ KafkaProducerExactlyOnceITCase -->
43
+ --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED
44
+ </flink .connector.module.config>
45
+ </properties >
46
+
35
47
<url >https://github.com/getindata/flink-http-connector</url >
36
48
37
49
<licenses >
You can’t perform that action at this time.
0 commit comments