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 1e1ae5d commit 31d5444Copy full SHA for 31d5444
pom.xml
@@ -79,7 +79,7 @@ under the License.
79
<dependency>
80
<groupId>org.codehaus.plexus</groupId>
81
<artifactId>plexus-utils</artifactId>
82
- <version>3.3.0</version>
+ <version>4.0.0</version>
83
</dependency>
84
</dependencies>
85
</dependencyManagement>
@@ -118,6 +118,11 @@ under the License.
118
<artifactId>maven-shared-utils</artifactId>
119
<version>3.3.3</version>
120
121
+ <dependency>
122
+ <groupId>org.codehaus.plexus</groupId>
123
+ <artifactId>plexus-xml</artifactId>
124
+ <version>3.0.0</version>
125
+ </dependency>
126
127
<groupId>org.sonatype.plexus</groupId>
128
<artifactId>plexus-sec-dispatcher</artifactId>
0 commit comments