Skip to content

Commit

Permalink
Disable matheclipse-beakerx in pom.xml
Browse files Browse the repository at this point in the history
- reset `org.slf4j-api` to version 2.0.16
  • Loading branch information
axkr committed Dec 18, 2024
1 parent 0774567 commit 9e146e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions symja_android_library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
See description of 'skipNexusStagingDeployMojo'
in
https://github.com/sonatype/nexus-maven-plugins/blob/master/staging/maven-plugin/README.md#plugin-flags-->
<module>matheclipse-beakerx</module>
<!-- https://jitpack.io repository doesn't work anymore -->
<!-- <module>matheclipse-beakerx</module> -->
<module>matheclipse-jar</module>
<module>tools</module>
<module>matheclipse-md2html</module>
Expand Down Expand Up @@ -300,12 +301,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.1.0-alpha1</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.1.0-alpha1</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.roaringbitmap</groupId>
Expand Down

0 comments on commit 9e146e5

Please sign in to comment.