Skip to content

Commit

Permalink
Fix dubbo-compiler import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Jan 3, 2025
1 parent 190b417 commit 577a415
Showing 1 changed file with 6 additions and 0 deletions.
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 @@ -123,6 +123,12 @@
<artifactId>spock-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-compiler</artifactId>
<version>${project.parent.version}</version>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 577a415

Please sign in to comment.