You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2016/08/09 21:50:43 UTC

airavata git commit: updating the distribution pom

Repository: airavata
Updated Branches:
  refs/heads/develop 8df73c9eb -> 4157065cc


updating the distribution pom


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/4157065c
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/4157065c
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/4157065c

Branch: refs/heads/develop
Commit: 4157065ccf512bd5f6a3ba3367ca1f4a9e122887
Parents: 8df73c9
Author: scnakandala <su...@gmail.com>
Authored: Tue Aug 9 17:50:40 2016 -0400
Committer: scnakandala <su...@gmail.com>
Committed: Tue Aug 9 17:50:40 2016 -0400

----------------------------------------------------------------------
 .../api/server/handler/AiravataServerHandler.java         |  2 +-
 distribution/pom.xml                                      | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/4157065c/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java b/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java
index 21e2cb8..5ed43df 100644
--- a/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java
+++ b/airavata-api/airavata-api-server/src/main/java/org/apache/airavata/api/server/handler/AiravataServerHandler.java
@@ -3661,7 +3661,7 @@ public class AiravataServerHandler implements Airavata.Iface {
         try {
             return RegistryServiceClientFactory.createRegistryClient(serverHost, serverPort);
         } catch (RegistryServiceException e) {
-            throw new TException("Unable to create credential store client...", e);
+            throw new TException("Unable to create registry client...", e);
         }
     }
 }

http://git-wip-us.apache.org/repos/asf/airavata/blob/4157065c/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 1583fd8..d3124eb 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -282,6 +282,16 @@
         </dependency>
         <dependency>
             <groupId>org.apache.airavata</groupId>
+            <artifactId>registry-api-stubs</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>registry-api-service</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-data-models</artifactId>
             <version>${project.version}</version>
         </dependency>