Skip to content

Commit b0b075e

Browse files
committed
Clean up pom.xml
- fix imagej-common dependency - remove commons-io version, as it is now managed in parent pom - bump to pom-scijava 19.1.1
1 parent 12b3439 commit b0b075e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>19.0.0</version>
8+
<version>19.1.1</version>
99
<relativePath />
1010
</parent>
1111

@@ -99,7 +99,7 @@
9999
<dependency>
100100
<!-- TODO: remove this dependency when table support moved to SciJava -->
101101
<groupId>net.imagej</groupId>
102-
<artifactId>imagej</artifactId>
102+
<artifactId>imagej-common</artifactId>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.scijava</groupId>
@@ -112,7 +112,6 @@
112112
<dependency>
113113
<groupId>commons-io</groupId>
114114
<artifactId>commons-io</artifactId>
115-
<version>2.4</version>
116115
</dependency>
117116
<dependency>
118117
<groupId>junit</groupId>

0 commit comments

Comments
 (0)