Skip to content

Commit

Permalink
maven-plugin: Document JDK 1.8 compatibility hack (#1605)
Browse files Browse the repository at this point in the history
Signed-off-by: Filipp Krylov <[email protected]>
  • Loading branch information
tuffnatty authored Oct 9, 2023
1 parent 40a312c commit 5e93199
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tools/maven-plugin/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ Add this to your pom.xml:
</goals>
</execution>
</executions>
<!-- Uncomment the dependency overrides for JDK 1.8 compatibility: -->
<!--
<dependencies>
<dependency>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config</artifactId>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.4.3.Final</version>
</dependency>
</dependencies>
-->
</plugin>
----

Expand Down

0 comments on commit 5e93199

Please sign in to comment.