Skip to content

Commit 1461e4d

Browse files
elharoslachiewicz
authored andcommitted
Revert "remove unused plexus dependency"
This reverts commit 5097cee.
1 parent 8f31df7 commit 1461e4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
<version>${mavenVersion}</version>
112112
<scope>test</scope>
113113
</dependency>
114+
<dependency>
115+
<groupId>org.codehaus.plexus</groupId>
116+
<artifactId>plexus-container-default</artifactId>
117+
<version>2.1.0</version>
118+
<scope>provided</scope>
119+
</dependency>
114120
<dependency>
115121
<groupId>org.codehaus.plexus</groupId>
116122
<artifactId>plexus-utils</artifactId>

0 commit comments

Comments
 (0)