Skip to content

Commit

Permalink
feat(#949): add warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 26, 2024
1 parent f5467c2 commit 2c71400
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,16 @@ SOFTWARE.
<version>12.5</version>
<scope>runtime</scope>
</dependency>
<!--
Warning!
We use the 4.0.0-alpha-7 version of maven-plugin-api intentionally.
Recent versions of the dependency are incompatible with Java 8.
So, don't change this version without a necessity.
-->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>4.0.0-rc-2</version>
<version>4.0.0-alpha-7</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2c71400

Please sign in to comment.