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/12 08:21:24 UTC

[servicecomb-saga-actuator] branch master updated: SCB-976 Update the release distribution of saga-actuator

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-saga-actuator.git


The following commit(s) were added to refs/heads/master by this push:
     new 43d3582  SCB-976 Update the release distribution of saga-actuator
43d3582 is described below

commit 43d3582ed3141fff09db091180cf1230b217da79
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Wed Dec 12 16:21:08 2018 +0800

    SCB-976 Update the release distribution of saga-actuator
---
 saga-distribution/pom.xml              | 43 ++++++++++++----------------------
 saga-distribution/src/assembly/bin.xml | 12 ++++------
 2 files changed, 20 insertions(+), 35 deletions(-)

diff --git a/saga-distribution/pom.xml b/saga-distribution/pom.xml
index aeab76a..5bfb7a1 100644
--- a/saga-distribution/pom.xml
+++ b/saga-distribution/pom.xml
@@ -29,52 +29,39 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-context</artifactId>
+            <artifactId>saga-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-transaction</artifactId>
+            <artifactId>saga-core-akka</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-spring-tx</artifactId>
+            <artifactId>saga-format</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-transport-resttemplate</artifactId>
+            <artifactId>saga-persistence-jpa</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-transport-dubbo</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-transport-feign</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-connector-grpc</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-spring-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>omega-format</artifactId>
+            <groupId>org.apache.servicecomb.saga.transports</groupId>
+            <artifactId>transport-httpclient</artifactId>
         </dependency>
+        <!-- below transports and ServiceCenter are optional -->
+        <!--
         <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>alpha-core</artifactId>
+            <groupId>org.apache.servicecomb.saga.discovery</groupId>
+            <artifactId>saga-discovery-servicecenter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>pack-contract-grpc</artifactId>
+            <groupId>org.apache.servicecomb.saga.transports</groupId>
+            <artifactId>transport-httpclient-spring</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.servicecomb.saga</groupId>
-            <artifactId>pack-common</artifactId>
+            <groupId>org.apache.servicecomb.saga.transports</groupId>
+            <artifactId>transport-resttemplate</artifactId>
         </dependency>
+      -->
     </dependencies>
 
     <profiles>
diff --git a/saga-distribution/src/assembly/bin.xml b/saga-distribution/src/assembly/bin.xml
index d51514a..7e7bba5 100644
--- a/saga-distribution/src/assembly/bin.xml
+++ b/saga-distribution/src/assembly/bin.xml
@@ -46,10 +46,8 @@
             <directory>../</directory>
             <outputDirectory>/</outputDirectory>
             <includes>
-
                 <include>DISCLAIMER</include>
                 <include>README.md</include>
-                <include>README_ZH.md</include>
             </includes>
         </fileSet>
         <!-- include the NOTICE and LICENSE file from release directory -->
@@ -62,15 +60,15 @@
                 <include>licenses/**</include>
             </includes>
         </fileSet>
-        <!-- include alpha server exec into bin directory -->
-        <fileSet>
-            <directory>../alpha/alpha-server/target/saga/</directory>
+        <!-- include saga-spring server exec into bin directory but now is optional -->
+        <!--fileSet>
+            <directory>../saga-spring/target/saga/</directory>
             <outputDirectory>/</outputDirectory>
             <includes>
-                <include>alpha-server-${project.version}-exec.jar</include>
+                <include>saga-spring-${project.version}-exec.jar</include>
             </includes>
             <fileMode>0755</fileMode>
-        </fileSet>
+        </fileSet-->
     </fileSets>
     <dependencySets>
         <dependencySet>