Skip to content

Commit

Permalink
fix(pom): Fix compilation failure in the dubbo-rpc-triple module or j…
Browse files Browse the repository at this point in the history
…dk21
  • Loading branch information
oxsean committed Oct 30, 2023
1 parent 9681515 commit 3432cbb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dubbo-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<profile>
<id>jdk-version-ge-17</id>
<activation>
<jdk>17</jdk>
<jdk>[17,)</jdk>
</activation>
<modules>
<module>dubbo-config-spring6</module>
Expand Down
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 3432cbb

Please sign in to comment.