(improvement)(build) Fix the error with com.sun.tools.javac.tree.JCTree qualid. (#1549)

This commit is contained in:
lexluo09
2024-08-09 21:29:15 +08:00
committed by GitHub
parent cc3fa0078a
commit db698ecb75

12
pom.xml
View File

@@ -36,7 +36,7 @@
<pagehelper.version>6.1.0</pagehelper.version>
<pagehelper.spring.version>2.1.0</pagehelper.spring.version>
<mybatis.version>3.5.3</mybatis.version>
<lombok.version>1.18.20</lombok.version>
<lombok.version>1.18.30</lombok.version>
<guava.version>32.0.0-jre</guava.version>
<hanlp.version>portable-1.8.3</hanlp.version>
<hadoop.version>2.7.2</hadoop.version>
@@ -305,6 +305,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<systemPropertyVariables>
<net.bytebuddy.experimental>true</net.bytebuddy.experimental>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>