We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5a636 commit 65e0a96Copy full SHA for 65e0a96
pom.xml
@@ -106,7 +106,7 @@
106
<dependency>
107
<groupId>org.apache.maven.plugin-tools</groupId>
108
<artifactId>maven-plugin-tools-generators</artifactId>
109
- <version>${maven.plugin.tools.version}</version>
+ <version>${version.maven-plugin-tools}</version>
110
<exclusions>
111
<!-- we only need one class HtmlToPlainTextConverter -->
112
<exclusion>
@@ -200,7 +200,6 @@
200
201
<groupId>org.apache.commons</groupId>
202
<artifactId>commons-lang3</artifactId>
203
- <!-- commons-lang3 > 3.14.0 requires at least Java 8 -->
204
<version>3.14.0</version>
205
</dependency>
206
0 commit comments