Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dubbo-samples-async-onerror ${dubbo.version} , ${dubbo.rpc.version} 2.7.3-SNAPSHOT not found and Dubbo-configcenter-zookeeper configuration has two #106

Merged
merged 2 commits into from Jul 23, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 2 additions & 6 deletions dubbo-samples-async/dubbo-samples-async-onerror/pom.xml
Expand Up @@ -32,8 +32,8 @@
<source.level>1.8</source.level>
<target.level>1.8</target.level>
<spring.version>4.3.16.RELEASE</spring.version>
<dubbo.version>2.7.3-SNAPSHOT</dubbo.version>
<dubbo.rpc.version>2.7.3-SNAPSHOT</dubbo.rpc.version>
<dubbo.version>2.7.3</dubbo.version>
<dubbo.rpc.version>2.7.3</dubbo.rpc.version>
ralf0131 marked this conversation as resolved.
Show resolved Hide resolved
<zookeeper.version>3.4.13</zookeeper.version>
<curator.version>4.0.1</curator.version>
<validation-api.version>1.1.0.Final</validation-api.version>
Expand Down Expand Up @@ -199,10 +199,6 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-configcenter-zookeeper</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
Expand Down