Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f000159474 | ||
|
a772977a19 | ||
|
7a60a0d6fa | ||
|
25853a7fea |
8
pom.xml
8
pom.xml
@ -122,7 +122,7 @@
|
||||
<dependency>
|
||||
<groupId>it.cavallium</groupId>
|
||||
<artifactId>dbengine</artifactId>
|
||||
<version>4.3.0</version>
|
||||
<version>4.3.18</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
@ -132,14 +132,14 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.13.0</version>
|
||||
<version>3.11.0</version>
|
||||
<configuration>
|
||||
<release>22</release>
|
||||
<release>23</release>
|
||||
<annotationProcessorPaths>
|
||||
<annotationProcessorPath>
|
||||
<groupId>io.soabase.record-builder</groupId>
|
||||
<artifactId>record-builder-processor</artifactId>
|
||||
<version>33</version>
|
||||
<version>43</version>
|
||||
</annotationProcessorPath>
|
||||
</annotationProcessorPaths>
|
||||
<annotationProcessors>
|
||||
|
Loading…
Reference in New Issue
Block a user