This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-samples.git
The following commit(s) were added to refs/heads/main by this push:
new b098aa7 fix static errors (#16)
b098aa7 is described below
commit b098aa779ab548d65abe654f0534177f5e4bb0a5
Author: 王聪洋 <[email protected]>
AuthorDate: Fri Sep 6 10:38:08 2024 +0800
fix static errors (#16)
---
.../samples-spi-loadbalance/samples-spi-loadbalance-peakewma/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/7-dubbo-spi-loadbalance-samples/samples-spi-loadbalance/samples-spi-loadbalance-peakewma/pom.xml
b/7-dubbo-spi-loadbalance-samples/samples-spi-loadbalance/samples-spi-loadbalance-peakewma/pom.xml
index 5f39a1c..a68daa0 100644
---
a/7-dubbo-spi-loadbalance-samples/samples-spi-loadbalance/samples-spi-loadbalance-peakewma/pom.xml
+++
b/7-dubbo-spi-loadbalance-samples/samples-spi-loadbalance/samples-spi-loadbalance-peakewma/pom.xml
@@ -30,8 +30,8 @@
<version>1.0-SNAPSHOT</version>
<properties>
- <maven.compiler.source>1.8</maven.compiler.source>
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
<zookeeper.version>3.8.4</zookeeper.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -97,6 +97,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
+ <version>${spring.version}</version>
</dependency>