Skip to content

Commit

Permalink
Merge pull request #66 from jamezp/upgrade-module-info
Browse files Browse the repository at this point in the history
Upgrade the module-info plugin to 2.0.
  • Loading branch information
jamezp committed Jun 29, 2023
2 parents ac0842b + d3e1bfe commit 4c1908f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -55,7 +55,7 @@
<properties>
<!-- Dependency versions -->
<version.ch.qos.logback>1.4.8</version.ch.qos.logback>
<version.module-info>1.2</version.module-info>
<version.module-info>2.0</version.module-info>
<version.org.apache.log4j>1.2.17</version.org.apache.log4j>
<version.org.apache.logging.log4j>2.20.0</version.org.apache.logging.log4j>
<version.org.jboss.logmanager>2.1.19.Final</version.org.jboss.logmanager>
Expand Down
3 changes: 0 additions & 3 deletions src/main/java/module-info.yml
Expand Up @@ -9,6 +9,3 @@ requires:
static: true
- module: java.logging
static: true

uses:
- org.jboss.logging.LoggerProvider

0 comments on commit 4c1908f

Please sign in to comment.