We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a00cd commit 7e2d15bCopy full SHA for 7e2d15b
pom.xml
@@ -56,7 +56,13 @@ limitations under the License.
56
<dependency>
57
<groupId>org.apache.maven</groupId>
58
<artifactId>maven-xml-impl</artifactId>
59
- <version>4.0.0-alpha-5</version>
+ <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>
66
</dependency>
67
68
<groupId>org.openjdk.jmh</groupId>
0 commit comments