This is an automated email from the ASF dual-hosted git repository. kbowers pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-benchmarks.git
commit 4cc660269a162d9f9c81a20d3480607db6df1f21 Author: Marián Macik <[email protected]> AuthorDate: Tue Jun 1 23:49:03 2021 +0200 Remove log4j references and don't skip benchmarks by default --- kogito-benchmarks-framework/pom.xml | 13 +------------ kogito-benchmarks-tests/pom.xml | 2 -- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/kogito-benchmarks-framework/pom.xml b/kogito-benchmarks-framework/pom.xml index dd5404f..d9e01a1 100644 --- a/kogito-benchmarks-framework/pom.xml +++ b/kogito-benchmarks-framework/pom.xml @@ -16,7 +16,7 @@ <description>Framework for starting, measuring and stopping Kogito apps</description> <properties> - <log4j.version>2.13.2</log4j.version> + </properties> <dependencyManagement> @@ -58,17 +58,6 @@ <version>${version.org.junit.platform}</version> <scope>compile</scope> </dependency> - -<!-- <dependency>--> -<!-- <groupId>org.apache.logging.log4j</groupId>--> -<!-- <artifactId>log4j-api</artifactId>--> -<!-- <version>${log4j.version}</version>--> -<!-- </dependency>--> -<!-- <dependency>--> -<!-- <groupId>org.apache.logging.log4j</groupId>--> -<!-- <artifactId>log4j-core</artifactId>--> -<!-- <version>${log4j.version}</version>--> -<!-- </dependency>--> </dependencies> </dependencyManagement> diff --git a/kogito-benchmarks-tests/pom.xml b/kogito-benchmarks-tests/pom.xml index abd6d17..0b19972 100644 --- a/kogito-benchmarks-tests/pom.xml +++ b/kogito-benchmarks-tests/pom.xml @@ -16,8 +16,6 @@ <description>Benchmarks of sample Kogito apps themselves</description> <properties> - <!-- Skip benchmarks by default --> - <skipTests>true</skipTests> <appsDir>${project.parent.basedir}/</appsDir> <version.org.apache.httpcomponents>4.5.13</version.org.apache.httpcomponents> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
