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

Commit 3b7b36e

Browse files
author
evenisse
committed
plexus-utils is required now.
1 parent 5ebf34a commit 3b7b36e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
<artifactId>plexus-digest</artifactId>
1010
<version>1.1-SNAPSHOT</version>
1111
<name>Plexus Digest / Hashcode Components</name>
12-
<packaging>jar</packaging>
12+
13+
<dependencies>
14+
<dependency>
15+
<groupId>org.codehaus.plexus</groupId>
16+
<artifactId>plexus-utils</artifactId>
17+
<version>1.4.1</version>
18+
</dependency>
19+
</dependencies>
1320

1421
<build>
1522
<plugins>

0 commit comments

Comments
 (0)