Skip to content

Commit 7e2d15b

Browse files
committed
Upgrade to 4.0.0-alpha-7 and exclude dependency to sisu (fixes codehaus-plexus#17)
1 parent 25a00cd commit 7e2d15b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ limitations under the License.
5656
<dependency>
5757
<groupId>org.apache.maven</groupId>
5858
<artifactId>maven-xml-impl</artifactId>
59-
<version>4.0.0-alpha-5</version>
59+
<version>4.0.0-alpha-7</version>
60+
<exclusions>
61+
<exclusion>
62+
<groupId>org.eclipse.sisu</groupId>
63+
<artifactId>org.eclipse.sisu.plexus</artifactId>
64+
</exclusion>
65+
</exclusions>
6066
</dependency>
6167
<dependency>
6268
<groupId>org.openjdk.jmh</groupId>

0 commit comments

Comments
 (0)