Skip to content

Commit edb0b2d

Browse files
committed
Add explicit plexus-utils dependency to jetspeed-unpack-maven-plugin to avoid errors with newer maven versions (which stopped providing this dependency)
1 parent a328718 commit edb0b2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

calvalus-snap/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,11 @@
507507
<artifactId>jhdfobj</artifactId>
508508
<version>${ncsaj.version}</version>
509509
</dependency>
510+
<dependency>
511+
<groupId>org.codehaus.plexus</groupId>
512+
<artifactId>plexus-utils</artifactId>
513+
<version>4.0.2</version>
514+
</dependency>
510515
<!--
511516
<dependency>
512517
<groupId>ncsa.hdf</groupId>

0 commit comments

Comments
 (0)