Skip to content

Commit

Permalink
continued reversion to mixed jdk 8 and 9 requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jan 2, 2024
1 parent c63a840 commit 6aa9a6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jul-to-slf4j-blackbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</licenses>

<properties>

<jdk.version>${jdk9.version}</jdk.version>
</properties>

<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<module>jcl-over-slf4j-blackbox</module>
<module>log4j-over-slf4j</module>
<module>log4j-over-slf4j-blackbox</module>
<!-- <module>jul-to-slf4j</module>-->
<!-- <module>jul-to-slf4j-blackbox</module>-->
<!-- <module>osgi-over-slf4j</module>-->
<!-- <module>integration</module>-->
<!-- <module>slf4j-migrator</module>-->
<module>jul-to-slf4j</module>
<module>jul-to-slf4j-blackbox</module>
<module>osgi-over-slf4j</module>
<module>integration</module>
<module>slf4j-migrator</module>
</modules>

<dependencyManagement>
Expand Down

0 comments on commit 6aa9a6e

Please sign in to comment.