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 0407d05 commit b415a36Copy full SHA for b415a36
pom.xml
@@ -49,13 +49,15 @@ limitations under the License.
49
50
<properties>
51
<project.build.outputTimestamp>2023-12-13T20:00:19Z</project.build.outputTimestamp>
52
+ <javaVersion>17</javaVersion>
53
+ <maven.compiler.release>${javaVersion}</maven.compiler.release>
54
</properties>
55
56
<dependencies>
57
<dependency>
58
<groupId>org.apache.maven</groupId>
- <artifactId>maven-xml-impl</artifactId>
- <version>4.0.0-alpha-9</version>
59
+ <artifactId>maven-xml</artifactId>
60
+ <version>4.0.0-rc-3</version>
61
<exclusions>
62
<exclusion>
63
<groupId>org.eclipse.sisu</groupId>
0 commit comments