Fix RecordBuilder dependency

This commit is contained in:
Andrea Cavalli 2023-04-13 17:06:04 +02:00
parent 21e6d22087
commit 9c4465e5a1
1 changed files with 3 additions and 13 deletions

16
pom.xml
View File

@ -64,7 +64,7 @@
</dependency>
<dependency>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<artifactId>record-builder-processor</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
@ -100,8 +100,8 @@
</dependency>
<dependency>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-core</artifactId>
<version>34</version>
<artifactId>record-builder-processor</artifactId>
<version>36</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
@ -136,16 +136,6 @@
<configuration>
<source>17</source>
<target>17</target>
<annotationProcessorPaths>
<annotationProcessorPath>
<groupId>io.soabase.record-builder</groupId>
<artifactId>record-builder-processor</artifactId>
<version>33</version>
</annotationProcessorPath>
</annotationProcessorPaths>
<annotationProcessors>
<annotationProcessor>io.soabase.recordbuilder.processor.RecordBuilderProcessor</annotationProcessor>
</annotationProcessors>
</configuration>
</plugin>
</plugins>