We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada2fe9 commit ca5432cCopy full SHA for ca5432c
pom.xml
@@ -63,6 +63,10 @@ under the License.
63
<log4j.version>2.17.2</log4j.version>
64
65
<flink.parent.artifactId>flink-connector-rabbitmq-parent</flink.parent.artifactId>
66
+ <flink.forkCountITCase>1</flink.forkCountITCase>
67
+ <!-- These 2 properties should be removed together with upgrade of flink-connector-parent to 1.1.x -->
68
+ <flink.surefire.baseArgLine>-XX:+UseG1GC -Xms256m -XX:+IgnoreUnrecognizedVMOptions ${surefire.module.config}</flink.surefire.baseArgLine>
69
+ <surefire.module.config/>
70
</properties>
71
72
<dependencies>
0 commit comments