Skip to content

Commit a8197e1

Browse files
committed
[pom] Add patch to support java 9 builds
1 parent 5b3c2eb commit a8197e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,12 @@
346346
</excludes>
347347
</configuration>
348348
</plugin>
349+
<!-- Patch until mybatis-parent 30 (jdk9 build support) -->
350+
<plugin>
351+
<groupId>org.codehaus.mojo</groupId>
352+
<artifactId>animal-sniffer-maven-plugin</artifactId>
353+
<version>1.16</version>
354+
</plugin>
349355
</plugins>
350356

351357
<resources>

0 commit comments

Comments
 (0)