Skip to content

Commit

Permalink
Fix dubbo-rpc-triple module compile failed
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
  • Loading branch information
CrazyHZM committed Oct 30, 2023
1 parent 33bff41 commit b6b86d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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,13 @@
<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>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit b6b86d3

Please sign in to comment.