This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 2997fa6a2e Make Annotation Processor's Dependency optional. (#12112)
2997fa6a2e is described below
commit 2997fa6a2ed68a48f55f6ed994da9a459bbf3a09
Author: Andy Cheung <[email protected]>
AuthorDate: Wed Apr 19 10:10:10 2023 +0800
Make Annotation Processor's Dependency optional. (#12112)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 0239e1827d..dd51149073 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->