Skip to content

Commit

Permalink
jena-uberjar: add Log4J 2.x implementation of SLF4J APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Nov 21, 2024
1 parent b2588ef commit b19e9b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jena-uberjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jena.version>5.1.0</jena.version>

<!-- From https://github.com/apache/jena/blob/8cf11043838e312ab6ee82737de664e62d155cd1/pom.xml#L63 -->
<log4j2.version>2.23.1</log4j2.version>
</properties>

<dependencies>
Expand All @@ -34,6 +37,11 @@
<type>pom</type>
<version>${jena.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${log4j2.version}</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b19e9b3

Please sign in to comment.