Skip to content

Commit

Permalink
[SCB-2814]remove servicestage-environment module (#3991)
Browse files Browse the repository at this point in the history
  • Loading branch information
liubao68 authored Oct 23, 2023
1 parent c1ddf4a commit 9c67f66
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 127 deletions.
4 changes: 0 additions & 4 deletions coverage-reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@
</dependency>

<!-- ServiceComb ServiceStage extension -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage-environment</artifactId>
</dependency>
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions demo/demo-cse-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
<groupId>org.apache.servicecomb</groupId>
<artifactId>config-cc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage-environment</artifactId>
</dependency>
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions demo/demo-cse-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
<groupId>org.apache.servicecomb</groupId>
<artifactId>registry-service-center</artifactId>
</dependency>
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage-environment</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions dependencies/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,6 @@
<version>${project.version}</version>
</dependency>
<!-- ServiceComb ServiceStage extension -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage-environment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,11 +240,6 @@
</dependency>

<!-- ServiceComb ServiceStage extension -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage-environment</artifactId>
</dependency>

<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>servicestage</artifactId>
Expand Down
20 changes: 0 additions & 20 deletions huawei-cloud/environment/README.md

This file was deleted.

41 changes: 0 additions & 41 deletions huawei-cloud/environment/pom.xml

This file was deleted.

43 changes: 0 additions & 43 deletions huawei-cloud/environment/src/main/resources/mapping.yaml

This file was deleted.

1 change: 0 additions & 1 deletion huawei-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

<modules>
<module>servicestage</module>
<module>environment</module>
<module>dashboard</module>
<module>darklaunch</module>
</modules>
Expand Down

0 comments on commit 9c67f66

Please sign in to comment.