Skip to content

Commit bfb764c

Browse files
committed
[refactor] Annotation processors need to be announced in near future
1 parent 6a2445a commit bfb764c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exist-parent/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,12 @@
698698
<version>3.14.0</version>
699699
<configuration>
700700
<encoding>${project.build.sourceEncoding}</encoding>
701+
<annotationProcessorPaths>
702+
<path>
703+
<groupId>com.google.code.findbugs</groupId>
704+
<artifactId>jsr305</artifactId>
705+
</path>
706+
</annotationProcessorPaths>
701707
</configuration>
702708
</plugin>
703709
<plugin>

0 commit comments

Comments
 (0)