We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67f467 commit 96a83d5Copy full SHA for 96a83d5
plexus-interactivity-api/pom.xml
@@ -8,4 +8,11 @@
8
<artifactId>plexus-interactivity-api</artifactId>
9
<name>Plexus Default Interactivity Handler</name>
10
<version>1.0-alpha-6-SNAPSHOT</version>
11
-</project>
+ <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