Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 2ee4fff

Browse files
committed
Add scijava-grab dependency
This allows use of #@dependency and #@repository directives.
1 parent 5c4cd93 commit 2ee4fff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
<artifactId>scijava-common</artifactId>
104104
</dependency>
105105

106+
<dependency>
107+
<groupId>org.scijava</groupId>
108+
<artifactId>scijava-grab</artifactId>
109+
</dependency>
110+
106111
<dependency>
107112
<groupId>org.apache.commons</groupId>
108113
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)