Fix build issues.

Upgraded the Maven version.
Added module name for the support jar.
Changed javax to jakarta.
This commit is contained in:
Jens Schauder
2024-03-15 15:15:22 +01:00
parent 069c49b57f
commit 4932d62b8b
10 changed files with 351 additions and 432 deletions

View File

@@ -13,6 +13,9 @@
<artifactId>spring-data-benchmark-support</artifactId>
<name>Spring Data Benchmarks - Support</name>
<properties>
<java-module-name>SpringDataBenchmarkSupport</java-module-name>
</properties>
<dependencies>