Skip to content

Commit 8b61185

Browse files
committed
Merge branch 'plexus-utils' into 'main'
OWLS-113091: Use updated plexus-utils See merge request weblogic-cloud/weblogic-monitoring-exporter!301
2 parents 1632e6d + f3ebbc5 commit 8b61185

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build-helper-mojo/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
<groupId>com.google.guava</groupId>
7777
<artifactId>guava</artifactId>
7878
</dependency>
79+
<dependency>
80+
<groupId>org.codehaus.plexus</groupId>
81+
<artifactId>plexus-utils</artifactId>
82+
<version>4.0.2</version>
83+
</dependency>
7984
</dependencies>
8085

8186
<build>

0 commit comments

Comments
 (0)