Skip to content

Commit

Permalink
fix(pom): Fix compilation failure in the dubbo-rpc-triple module
Browse files Browse the repository at this point in the history
  • Loading branch information
oxsean committed Oct 30, 2023
1 parent 9681515 commit a6c04cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dubbo-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<modules>
<module>dubbo-qos</module>
<module>dubbo-auth</module>
<module>dubbo-compiler</module>
<module>dubbo-reactive</module>
<module>dubbo-security</module>
<module>dubbo-spring-security</module>
Expand Down
6 changes: 6 additions & 0 deletions dubbo-rpc/dubbo-rpc-triple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@
<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>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit a6c04cd

Please sign in to comment.