You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/12/14 05:59:56 UTC

[servicecomb-pack] 02/05: SCB-976 Updated the pom file for removing modules

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch SCB-976
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 825046bb49ac7856181aeef23f8d051763f3c103
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Dec 14 10:43:06 2018 +0800

    SCB-976 Updated the pom file for removing modules
---
 integration-tests/coverage-aggregate/pom.xml | 22 ++++++-------------
 pom.xml                                      | 33 +---------------------------
 saga-demo/pom.xml                            |  2 --
 3 files changed, 8 insertions(+), 49 deletions(-)

diff --git a/integration-tests/coverage-aggregate/pom.xml b/integration-tests/coverage-aggregate/pom.xml
index ef4df2e..7169e95 100644
--- a/integration-tests/coverage-aggregate/pom.xml
+++ b/integration-tests/coverage-aggregate/pom.xml
@@ -31,39 +31,31 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
-      <artifactId>saga-core</artifactId>
+      <artifactId>omega-context</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
-      <artifactId>saga-format</artifactId>
+      <artifactId>omega-transaction</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
-      <artifactId>saga-spring</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicecomb.saga.transports</groupId>
-      <artifactId>transport-httpclient</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicecomb.saga.discovery</groupId>
-      <artifactId>saga-discovery-servicecenter</artifactId>
+      <artifactId>omega-spring-tx</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
-      <artifactId>omega-context</artifactId>
+      <artifactId>omega-transport-resttemplate</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
-      <artifactId>omega-transaction</artifactId>
+      <artifactId>omega-transport-dubbo</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
-      <artifactId>omega-spring-tx</artifactId>
+      <artifactId>omega-transport-feign</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
-      <artifactId>omega-transport-resttemplate</artifactId>
+      <artifactId>omega-transport-servicecomb</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.saga</groupId>
diff --git a/pom.xml b/pom.xml
index f1eef13..d5b59bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,13 +31,7 @@
   <version>0.3.0-SNAPSHOT</version>
 
   <modules>
-    <module>saga-core</module>
-    <module>saga-core-akka</module>
-    <module>transports</module>
-    <module>saga-spring</module>
     <module>docker-build-config</module>
-    <module>saga-format</module>
-    <module>saga-discovery</module>
     <module>saga-web</module>
     <module>omega</module>
     <module>alpha</module>
@@ -247,32 +241,6 @@
         <version>0.3.0-SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicecomb.saga</groupId>
-        <artifactId>saga-core</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.servicecomb.saga</groupId>
-        <artifactId>saga-core-akka</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.servicecomb.saga</groupId>
-        <artifactId>saga-core</artifactId>
-        <type>test-jar</type>
-        <version>0.3.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.servicecomb.saga</groupId>
-        <artifactId>saga-format</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.servicecomb.saga</groupId>
-        <artifactId>saga-spring</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.servicecomb.saga.transports</groupId>
         <artifactId>transport-httpclient</artifactId>
         <version>0.3.0-SNAPSHOT</version>
@@ -357,6 +325,7 @@
         <artifactId>pack-common</artifactId>
         <version>0.3.0-SNAPSHOT</version>
       </dependency>
+      <!-- TODO rename this artifact -->
       <dependency>
        <groupId>org.apache.servicecomb.saga</groupId>
        <artifactId>saga-persistence-jpa</artifactId>
diff --git a/saga-demo/pom.xml b/saga-demo/pom.xml
index 614dfa6..d2c0db3 100644
--- a/saga-demo/pom.xml
+++ b/saga-demo/pom.xml
@@ -33,8 +33,6 @@
     <module>saga-dubbo-demo</module>
     <module>saga-spring-demo</module>
     <module>saga-servicecomb-demo</module>
-    <module>dependency-free-transaction-demo</module>
-    <module>conditional-transaction-demo</module>
     <module>tcc-spring-demo</module>
   </modules>