Skip to content

Commit

Permalink
Merge pull request #1033 from CrazyHZM/fix/metrics_samples
Browse files Browse the repository at this point in the history
Fix metrics dependency
  • Loading branch information
CrazyHZM authored Dec 14, 2023
2 parents 7da60fd + 9c6e818 commit f9769f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 4-governance/dubbo-samples-metrics/case-versions.conf
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=2.7*, 3.*
dubbo.version=2.7*, 3.3.*
spring.version=4.*, 5.*
java.version= [>= 8]
2 changes: 1 addition & 1 deletion 4-governance/dubbo-samples-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@

<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-monitor-default</artifactId>
<artifactId>dubbo-metrics-default</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit f9769f5

Please sign in to comment.