Skip to content

Commit 9d15bd6

Browse files
committed
Add missing dependency to 'jython-scijava-logging' to POM
1 parent 5a05dd7 commit 9d15bd6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,10 @@
131131
<artifactId>ij</artifactId>
132132
<scope>provided</scope>
133133
</dependency>
134+
<dependency>
135+
<groupId>ch.unibas.biozentrum.imcf</groupId>
136+
<artifactId>jython-scijava-logging</artifactId>
137+
<version>0.5.1</version>
138+
</dependency>
134139
</dependencies>
135140
</project>

0 commit comments

Comments
 (0)