Skip to content

Commit

Permalink
add slf4j-simple 2.0.9 to avoid sl4j warning for missing binding
Browse files Browse the repository at this point in the history
  • Loading branch information
axkr committed Nov 2, 2023
1 parent c8d322e commit dfe38ba
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
14 changes: 11 additions & 3 deletions symja_android_library/matheclipse-logging/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.matheclipse</groupId>
<artifactId>matheclipse</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>matheclipse-logging</artifactId>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -17,7 +19,8 @@
<name>GNU Lesser General Public License, Version 3</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
<distribution>repo</distribution>
<comments>A free, copyleft license for software and other kinds of works</comments>
<comments>A free, copyleft license for software and other kinds of
works</comments>
</license>
</licenses>

Expand All @@ -32,6 +35,11 @@
<artifactId>log4j-slf4j-impl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>

</project>
5 changes: 5 additions & 0 deletions symja_android_library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>org.roaringbitmap</groupId>
<artifactId>RoaringBitmap</artifactId>
Expand Down

0 comments on commit dfe38ba

Please sign in to comment.