This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
commit 697b78690e50cd9b3c814dd6abf3cb7814b36a4d Author: ken.lj <[email protected]> AuthorDate: Tue Jul 23 11:22:17 2019 +0800 add repository for grpc module --- dubbo-samples-grpc/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dubbo-samples-grpc/pom.xml b/dubbo-samples-grpc/pom.xml index 8a4dfb6..999c840 100644 --- a/dubbo-samples-grpc/pom.xml +++ b/dubbo-samples-grpc/pom.xml @@ -262,5 +262,17 @@ <updatePolicy>daily</updatePolicy> </snapshots> </repository> + <repository> + <id>sonatype-nexus-snapshots</id> + <name>Sonatype Nexus Snapshots</name> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + <updatePolicy>daily</updatePolicy> + </snapshots> + </repository> </repositories> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
