Skip to content

Commit

Permalink
Merge pull request #181 from dmlloyd/jblt-prop
Browse files Browse the repository at this point in the history
Use single property for logging tools version
  • Loading branch information
dmlloyd authored Jul 5, 2024
2 parents fea4871 + 1bd9c6e commit b6d013c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
<jboss.threads.eqe.register-mbean>false</jboss.threads.eqe.register-mbean>

<jdk.min.version>11</jdk.min.version>

<version.jboss.logging.tools>3.0.0.Final</version.jboss.logging.tools>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -95,13 +97,13 @@
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-annotations</artifactId>
<version>2.2.1.Final</version>
<version>${version.jboss.logging.tools}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
<version>2.2.1.Final</version>
<version>${version.jboss.logging.tools}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b6d013c

Please sign in to comment.