Skip to content

Commit f18d8d0

Browse files
committed
fix: pf4j annotation processing
1 parent 6c25b1b commit f18d8d0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

casa/config/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
<artifactId>jans-doc</artifactId>
3030
<version>1.0.6-SNAPSHOT</version>
3131
</dependency>
32+
<dependency>
33+
<groupId>org.pf4j</groupId>
34+
<artifactId>pf4j</artifactId>
35+
</dependency>
3236

3337
<!-- JACKSON -->
3438
<dependency>

casa/pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
<annotationProcessor>
159159
io.jans.doc.annotation.DocFeatureFlagProcessor
160160
</annotationProcessor>
161+
<annotationProcessor>
162+
org.pf4j.processor.ExtensionAnnotationProcessor
163+
</annotationProcessor>
161164
</annotationProcessors>
162165
<compilerArgument>-Amodule=Casa</compilerArgument>
163166
<forceJavacCompilerUse>true</forceJavacCompilerUse>

0 commit comments

Comments
 (0)