RED-6019: Remove hidden text when processing OCR

*moved to release version of platform-dependencies
*restored annotationProcessors
This commit is contained in:
Kilian Schuettler 2023-02-02 10:53:19 +01:00
parent 99a0cb51d0
commit 12fbdbee50
2 changed files with 11 additions and 1 deletions

View File

@ -104,6 +104,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessors>
<annotationProcessor>lombok.launch.AnnotationProcessorHider$AnnotationProcessor</annotationProcessor>
<annotationProcessor>com.dslplatform.json.processor.CompiledJsonAnnotationProcessor</annotationProcessor>
</annotationProcessors>
</configuration>
</plugin>
<plugin>
<!-- repackages the generated jar into a runnable fat-jar and makes it
executable -->

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.iqser.red</groupId>
<artifactId>platform-dependency</artifactId>
<version>RED-6114-1</version>
<version>1.16.0</version>
<relativePath/>
</parent>