Skip to content

Commit 96a83d5

Browse files
author
handyande
committed
and add a plexus-utils dep, this was removed from the parent earlier I beleive
1 parent d67f467 commit 96a83d5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

plexus-interactivity-api/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@
88
<artifactId>plexus-interactivity-api</artifactId>
99
<name>Plexus Default Interactivity Handler</name>
1010
<version>1.0-alpha-6-SNAPSHOT</version>
11-
</project>
11+
<dependencies>
12+
<dependency>
13+
<groupId>org.codehaus.plexus</groupId>
14+
<artifactId>plexus-utils</artifactId>
15+
<version>1.4</version>
16+
</dependency>
17+
</dependencies>
18+
</project>

0 commit comments

Comments
 (0)