Skip to content

Commit b3dee7b

Browse files
committed
Fallback to p-u 3.5.1
1 parent ef22a77 commit b3dee7b

File tree

1 file changed

+1
-9
lines changed
  • maven-plugin-testing-harness

1 file changed

+1
-9
lines changed

maven-plugin-testing-harness/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,18 +113,10 @@ under the License.
113113
</exclusions>
114114
</dependency>
115115

116-
<!-- plexus -->
117116
<dependency>
118117
<groupId>org.codehaus.plexus</groupId>
119118
<artifactId>plexus-utils</artifactId>
120-
<version>4.0.1</version>
121-
</dependency>
122-
<dependency>
123-
<!-- correct version must be provided by project depends on Maven version -->
124-
<groupId>org.codehaus.plexus</groupId>
125-
<artifactId>plexus-xml</artifactId>
126-
<version>4.0.3</version>
127-
<optional>true</optional>
119+
<version>3.5.1</version>
128120
</dependency>
129121
<dependency>
130122
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)