Skip to content

Commit 51929a3

Browse files
committed
Move plexus-utils to scope test
1 parent 7e2d15b commit 51929a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ limitations under the License.
8888
<version>2.2</version>
8989
<scope>test</scope>
9090
</dependency>
91+
<dependency>
92+
<groupId>org.codehaus.plexus</groupId>
93+
<artifactId>plexus-utils</artifactId>
94+
<version>4.0.0</version>
95+
<scope>test</scope>
96+
</dependency>
9197
</dependencies>
9298

9399
<build>

0 commit comments

Comments
 (0)