Skip to content

Commit

Permalink
Merge pull request ome#3943 from dgault/bf-paackage-logback
Browse files Browse the repository at this point in the history
BF package pom: Add logback as optional dependency
  • Loading branch information
dgault authored Feb 10, 2023
2 parents 590a2ba + afc04c6 commit 6a4bbea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/bundles/bioformats_package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
<version>${imagej1.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<optional>true</optional>
</dependency>
</dependencies>

<properties>
Expand Down

0 comments on commit 6a4bbea

Please sign in to comment.