This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new fbb48497c3 Removed hardcoded jmh version only for drools-model-codegen
(#5525)
fbb48497c3 is described below
commit fbb48497c3f9305dce7c77c5559fb9cb97feeaad
Author: Luca Molteni <[email protected]>
AuthorDate: Fri Oct 6 10:15:43 2023 +0200
Removed hardcoded jmh version only for drools-model-codegen (#5525)
---
drools-model/drools-model-codegen/pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drools-model/drools-model-codegen/pom.xml
b/drools-model/drools-model-codegen/pom.xml
index 35579358bf..0d836c6499 100644
--- a/drools-model/drools-model-codegen/pom.xml
+++ b/drools-model/drools-model-codegen/pom.xml
@@ -37,7 +37,6 @@
<properties>
<java.module.name>org.drools.model.codegen</java.module.name>
- <version.jmh>1.19</version.jmh>
</properties>
<dependencyManagement>
@@ -45,13 +44,13 @@
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
- <version>${version.jmh}</version>
+ <version>${version.org.openjdk.jmh}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
- <version>${version.jmh}</version>
+ <version>${version.org.openjdk.jmh}</version>
<scope>test</scope>
</dependency>
</dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]