File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 47664766 <version >${jboss-logging-annotations.version} </version >
47674767 <scope >provided</scope >
47684768 </dependency >
4769- <dependency >
4770- <groupId >org.jboss.logging</groupId >
4771- <artifactId >jboss-logging-processor</artifactId >
4772- <version >${jboss-logging-annotations.version} </version >
4773- </dependency >
47744769 <dependency >
47754770 <groupId >org.jboss.metadata</groupId >
47764771 <artifactId >jboss-metadata-web</artifactId >
66206615 </execution >
66216616 </executions >
66226617 </plugin >
6618+ <plugin >
6619+ <artifactId >maven-compiler-plugin</artifactId >
6620+ <configuration >
6621+ <annotationProcessorPaths >
6622+ <annotationProcessorPath >
6623+ <groupId >org.jboss.logging</groupId >
6624+ <artifactId >jboss-logging-processor</artifactId >
6625+ <version >${jboss-logging-annotations.version} </version >
6626+ </annotationProcessorPath >
6627+ </annotationProcessorPaths >
6628+ </configuration >
6629+ </plugin >
66236630 </plugins >
66246631 </build >
66256632</project >
You can’t perform that action at this time.
0 commit comments