Make Annotation Processor's Dependency optional. (#12112)

This commit is contained in:
Andy Cheung 2023-04-19 10:10:10 +08:00 committed by GitHub
parent 13558a8e6a
commit 2997fa6a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-annotation-processor</artifactId>
<version>${dubbo_annotation_processor_version}</version>
<optional>true</optional>
</dependency>
<!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->