We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c25b1b commit f18d8d0Copy full SHA for f18d8d0
casa/config/pom.xml
@@ -29,6 +29,10 @@
29
<artifactId>jans-doc</artifactId>
30
<version>1.0.6-SNAPSHOT</version>
31
</dependency>
32
+ <dependency>
33
+ <groupId>org.pf4j</groupId>
34
+ <artifactId>pf4j</artifactId>
35
+ </dependency>
36
37
<!-- JACKSON -->
38
<dependency>
casa/pom.xml
@@ -158,6 +158,9 @@
158
<annotationProcessor>
159
io.jans.doc.annotation.DocFeatureFlagProcessor
160
</annotationProcessor>
161
+ <annotationProcessor>
162
+ org.pf4j.processor.ExtensionAnnotationProcessor
163
+ </annotationProcessor>
164
</annotationProcessors>
165
<compilerArgument>-Amodule=Casa</compilerArgument>
166
<forceJavacCompilerUse>true</forceJavacCompilerUse>
0 commit comments