Merge pull request #827 from ascrutae/fix/servicecomb-1.x-plugin-compile-failure

[Agent] fix the servicecomb-1.x-plugin build failure in local workdir
This commit is contained in:
彭勇升 pengys 2018-02-25 12:04:24 +08:00 committed by GitHub
commit 239579fda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -28,10 +28,11 @@
<repository>
<id>apache-servicecomb</id>
<url>
https://repository.apache.org/content/repositories/snapshots/org/apache/servicecomb/java-chassis-core/1.0.0-m1-SNAPSHOT/
https://repository.apache.org/content/repositories/snapshots
</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>