Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Oct 25, 2024
1 parent 3823e7d commit 62e59f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 3-extensions/protocol/dubbo-samples-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
<artifactId>resteasy-jackson-provider</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-rpc-rest</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion 3-extensions/protocol/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<module>dubbo-samples-http</module>
<module>dubbo-samples-port-unification</module>
<module>dubbo-samples-resilience4j</module>
<!-- <module>dubbo-samples-rest</module>-->
<module>dubbo-samples-rest</module>
<module>dubbo-samples-rocketmq</module>
<module>dubbo-samples-thrift</module>
<module>dubbo-samples-triple</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
# Supported component versions of the test case

# Spring app
dubbo.version=3.2.6
dubbo.version=[>=3.3.0]
spring.version=5.*
java.version= [>= 8]

0 comments on commit 62e59f1

Please sign in to comment.