Skip to content

Commit

Permalink
chore: Remove explicit log4 config
Browse files Browse the repository at this point in the history
  • Loading branch information
s-gelazevicius committed Jun 29, 2022
1 parent 8fcb5ea commit 97b602a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions flink-connector-vitess-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,30 +161,6 @@ under the License.
<scope>test</scope>
</dependency>

<!-- tests will have log4j as the default logging framework available -->

<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>${log4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Enforce single fork execution due to heavy mini cluster use in the tests -->
<forkCount>1</forkCount>
<argLine>-Xms256m -Xmx2048m -Dlog4j.configurationFile=${log4j.configuration}
-Dmvn.forkNumber=${surefire.forkNumber} -XX:-UseGCOverheadLimit
</argLine>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 97b602a

Please sign in to comment.