This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 2b02efc [SCB-1837]revert changes for SCB-1643, do not include
huaweicloud jar
2b02efc is described below
commit 2b02efcc412fda98a8ee2ab56d5282526c670505
Author: liubao <[email protected]>
AuthorDate: Fri Mar 27 16:45:16 2020 +0800
[SCB-1837]revert changes for SCB-1643, do not include huaweicloud jar
---
solutions/solution-basic/pom.xml | 21 ---------------------
1 file changed, 21 deletions(-)
diff --git a/solutions/solution-basic/pom.xml b/solutions/solution-basic/pom.xml
index 912dfa3..be7e4ee 100644
--- a/solutions/solution-basic/pom.xml
+++ b/solutions/solution-basic/pom.xml
@@ -29,21 +29,6 @@
<artifactId>solution-basic</artifactId>
<name>Java Chassis::Solutions::BASIC</name>
- <properties>
- <huaweicloudsdk-version>2.5.0</huaweicloudsdk-version>
- </properties>
-
- <repositories>
- <repository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>huaweicloudsdk-releases</id>
- <name>huaweicloudsdk</name>
- <url>https://repo.huaweicloud.com/repository/maven/huaweicloudsdk/</url>
- </repository>
- </repositories>
-
<dependencies>
<!-- default using log4j2 -->
<dependency>
@@ -131,12 +116,6 @@
<artifactId>inspector</artifactId>
</dependency>
- <!-- includes huawei cloud authentication filter and makes easier to
access online service -->
- <dependency>
- <groupId>com.huawei.paas.cse</groupId>
- <artifactId>foundation-auth</artifactId>
- <version>${huaweicloudsdk-version}</version>
- </dependency>
</dependencies>
</project>