Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
e20665e8
Commit
e20665e8
authored
Jan 27, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to fix noisy slf4j
parent
26a19621
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
12 deletions
+30
-12
pom.xml
pom.xml
+30
-12
No files found.
pom.xml
View file @
e20665e8
...
@@ -123,6 +123,33 @@
...
@@ -123,6 +123,33 @@
<artifactId>
pom-bio-formats
</artifactId>
<artifactId>
pom-bio-formats
</artifactId>
<version>
6.13.0
</version>
<version>
6.13.0
</version>
<type>
pom
</type>
<type>
pom
</type>
<exclusions>
<!-- codex 2026-01-25: enforce single SLF4J binding -->
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-log4j12
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-simple
</artifactId>
</exclusion>
<exclusion>
<groupId>
org.slf4j
</groupId>
<artifactId>
slf4j-jdk14
</artifactId>
</exclusion>
<exclusion>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
</exclusion>
<exclusion>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-core
</artifactId>
</exclusion>
<exclusion>
<groupId>
log4j
</groupId>
<artifactId>
log4j
</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependency>
<!--
<!--
...
@@ -151,12 +178,7 @@
...
@@ -151,12 +178,7 @@
<artifactId>
jcl-over-slf4j
</artifactId>
<artifactId>
jcl-over-slf4j
</artifactId>
<version>
1.7.5
</version>
<version>
1.7.5
</version>
</dependency>
</dependency>
<!-- SLF4J backend (single binding) -->
<!-- SLF4J backend (prefer loci_tools shaded binding to avoid multiple binders) -->
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
<version>
1.1.1
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-numbers-quaternion -->
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-numbers-quaternion -->
<!--
<!--
...
@@ -406,13 +428,9 @@
...
@@ -406,13 +428,9 @@
<!---->
<!---->
<repository>
<repository>
<id>
elphel.imagej-elphel
</id>
<id>
elphel.imagej-elphel
</id>
<url>
https://git.elphel.com/Elphel/imagej-elphel
</url>
<url>
https://mirror.elphel.com/maven-dependencies
</url>
<!-- codex 2026-01-25 -->
</repository>
<!---->
<repository>
<id>
other
</id>
<url>
https://mirror.elphel.com/maven-dependencies
</url>
</repository>
</repository>
<!---->
<repository>
<repository>
<id>
ome.loci_tools.public
</id>
<id>
ome.loci_tools.public
</id>
<url>
https://mvnrepository.com/artifact/ome/loci_tools
</url>
<url>
https://mvnrepository.com/artifact/ome/loci_tools
</url>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment