Skip to content

Commit

Permalink
Merge branch '3.3' into bugfix-13188-exclude-zookeeper-log-jars
Browse files Browse the repository at this point in the history
  • Loading branch information
oxsean authored Oct 30, 2023
2 parents d150bce + f635de7 commit ea6afcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dubbo-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<module>dubbo-qos-api</module>
<module>dubbo-plugin-cluster-mergeable</module>
<module>dubbo-native</module>
<module>dubbo-compiler</module>
<module>dubbo-plugin-mock</module>
<module>dubbo-plugin-router-script</module>
<module>dubbo-plugin-router-mesh</module>
Expand Down
3 changes: 2 additions & 1 deletion dubbo-rpc/dubbo-rpc-triple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@
<artifactId>dubbo-native</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-compiler</artifactId>
<version>${project.parent.version}</version>
<version>${project.parent.version}</version
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ea6afcc

Please sign in to comment.