Skip to content

Commit eed3452

Browse files
authored
Merge pull request ome#6418 from sbesson/jul_jcl_removal
Remove JUL over SLF4J and JCL over SLF4J as OMERO server dependencies
2 parents 1ae1bfa + 506485a commit eed3452

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

ivy.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
<dependencies>
1212
<dependency org="org.openmicroscopy" name="omero-blitz" rev="${versions.omero-blitz}"/>
1313
<dependency org="org.openmicroscopy" name="omero-gateway" rev="${versions.omero-gateway}"/>
14-
<dependency org="org.slf4j" name="jul-to-slf4j" rev="2.0.16"/>
15-
<dependency org="org.slf4j" name="jcl-over-slf4j" rev="2.0.16"/>
1614
<!-- runtime dependencies from dsl/ivy.xml -->
1715
<dependency org="janino" name="janino" rev="${versions.janino}"/>
1816
<!-- Useful for globally overriding the Bio-Formats version, empty version is ignored by default -->

lib/licenses/README

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -470,13 +470,6 @@
470470
License: Apache License, Version 2.0
471471
License File: apache-v2.0.txt
472472

473-
474-
Artifacts: jcl-over-slf4j-*.jar
475-
Project: JCL 1.1.1 implemented over SLF4J.
476-
Web Site: http://www.slf4j.org
477-
License: MIT License
478-
License File: slf4j.txt
479-
480473

481474
Artifacts: jcommander-*.jar
482475
Project: A Java framework to parse command line options with annotations.
@@ -591,13 +584,6 @@
591584
License File:
592585

593586

594-
Artifacts: jul-to-slf4j-*.jar
595-
Project: JUL to SLF4J bridge.
596-
Web Site: http://www.slf4j.org
597-
License: MIT License
598-
License File: slf4j.txt
599-
600-
601587
Artifacts: junit-*.jar
602588
Project: The JUnit Testing Framework. A framework for unit-testing. All our
603589
regression tests make use of this framework in a way or another.

0 commit comments

Comments
 (0)