Pull request #502: RED-4686 - storage updates - fixed compiledJson
Merge in RED/persistence-service from RED-4686 to master * commit '7ba6eb4e81303732e1325e0903fd7fd431f93e4b': RED-4686 - storage updates - fixed compiledJson
This commit is contained in:
commit
be71717e4f
@ -68,4 +68,21 @@
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<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>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<redaction-service.version>3.155.0</redaction-service.version>
|
||||
<search-service.version>2.39.0</search-service.version>
|
||||
<pdftron-redaction-service.version>3.120.0</pdftron-redaction-service.version>
|
||||
<redaction-report-service.version>3.57.0</redaction-report-service.version>
|
||||
<redaction-report-service.version>3.59.0</redaction-report-service.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user