You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2023/07/25 10:18:28 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2800]remove discovery and config implementation from solution-basic (#3878)

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 c54ed6f9a [SCB-2800]remove discovery and config implementation from solution-basic (#3878)
c54ed6f9a is described below

commit c54ed6f9abb4760a2ca11134766dd4a43e8d96f7
Author: liubao68 <bi...@qq.com>
AuthorDate: Tue Jul 25 18:18:23 2023 +0800

    [SCB-2800]remove discovery and config implementation from solution-basic (#3878)
---
 solutions/solution-basic/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/solutions/solution-basic/pom.xml b/solutions/solution-basic/pom.xml
index 083e60045..d0f758df1 100644
--- a/solutions/solution-basic/pom.xml
+++ b/solutions/solution-basic/pom.xml
@@ -95,20 +95,6 @@
       <groupId>org.apache.servicecomb</groupId>
       <artifactId>metrics-core</artifactId>
     </dependency>
-
-    <!-- servicestage -->
-    <dependency>
-      <groupId>org.apache.servicecomb</groupId>
-      <artifactId>servicestage</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicecomb</groupId>
-      <artifactId>config-cc</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicecomb</groupId>
-      <artifactId>config-kie</artifactId>
-    </dependency>
   </dependencies>
 
 </project>