Skip to content

Commit

Permalink
fix: pf4j annotation processing
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval committed Feb 10, 2023
1 parent 6c25b1b commit f18d8d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions casa/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<artifactId>jans-doc</artifactId>
<version>1.0.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.pf4j</groupId>
<artifactId>pf4j</artifactId>
</dependency>

<!-- JACKSON -->
<dependency>
Expand Down
3 changes: 3 additions & 0 deletions casa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
<annotationProcessor>
io.jans.doc.annotation.DocFeatureFlagProcessor
</annotationProcessor>
<annotationProcessor>
org.pf4j.processor.ExtensionAnnotationProcessor
</annotationProcessor>
</annotationProcessors>
<compilerArgument>-Amodule=Casa</compilerArgument>
<forceJavacCompilerUse>true</forceJavacCompilerUse>
Expand Down

0 comments on commit f18d8d0

Please sign in to comment.