Skip to content

Commit 6ec4590

Browse files
committed
ci: support java 21 virtual threads
Signed-off-by: Marcos Tischer Vallim <tischer@gmail.com>
1 parent c611231 commit 6ec4590

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<maven.compiler.target>${java.version}</maven.compiler.target>
2323

2424
<!-- Dependencies -->
25-
<lombok.version>1.18.24</lombok.version>
25+
<lombok.version>1.18.38</lombok.version>
2626
<logback.version>1.3.14</logback.version>
2727
<mockito.version>4.11.0</mockito.version>
2828
<junit.jupiter.version>5.10.2</junit.jupiter.version>
@@ -344,8 +344,7 @@
344344
<groupId>org.apache.maven.plugins</groupId>
345345
<artifactId>maven-surefire-plugin</artifactId>
346346
<configuration>
347-
<argLine>${jacoco.argLine} -Dfile.encoding=${project.build.sourceEncoding}
348-
-Xms1024m -Xmx1024m</argLine>
347+
<argLine>${jacoco.argLine} -Dfile.encoding=${project.build.sourceEncoding} -Xms1024m -Xmx1024m</argLine>
349348
</configuration>
350349
</plugin>
351350
<plugin>
@@ -405,11 +404,6 @@
405404
<artifactId>lombok</artifactId>
406405
<version>${lombok.version}</version>
407406
</annotationProcessorPath>
408-
<annotationProcessorPath>
409-
<groupId>org.openjdk.jmh</groupId>
410-
<artifactId>jmh-generator-annprocess</artifactId>
411-
<version>${jmh.version}</version>
412-
</annotationProcessorPath>
413407
</annotationProcessorPaths>
414408
</configuration>
415409
</plugin>

0 commit comments

Comments
 (0)