Skip to content

Commit 86bb1e5

Browse files
fix: use annotationProcessorPath for jboss-logging-processor
1 parent 51ece6e commit 86bb1e5

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

bom/application/pom.xml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4766,11 +4766,6 @@
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>
@@ -6620,6 +6615,18 @@
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>

0 commit comments

Comments
 (0)