You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ra...@apache.org on 2014/02/20 19:10:30 UTC

git commit: fixed build issues. AIRAVATA-1024

Repository: airavata
Updated Branches:
  refs/heads/master 7d603e5a6 -> ed4713158


fixed build issues. AIRAVATA-1024


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

Branch: refs/heads/master
Commit: ed4713158bb40ca98cb314be3daa6d40dc1cd442
Parents: 7d603e5
Author: raminder <ra...@apache.org>
Authored: Thu Feb 20 13:10:11 2014 -0500
Committer: raminder <ra...@apache.org>
Committed: Thu Feb 20 13:10:11 2014 -0500

----------------------------------------------------------------------
 airavata-api/airavata-api-stubs/pom.xml        | 5 +++++
 modules/gfac/gfac-core/pom.xml                 | 5 +++++
 modules/registry/airavata-jpa-registry/pom.xml | 5 +++++
 3 files changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata/blob/ed471315/airavata-api/airavata-api-stubs/pom.xml
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-api-stubs/pom.xml b/airavata-api/airavata-api-stubs/pom.xml
index f3ec60f..f27b55e 100644
--- a/airavata-api/airavata-api-stubs/pom.xml
+++ b/airavata-api/airavata-api-stubs/pom.xml
@@ -26,6 +26,11 @@
     <url>http://airavata.apache.org/</url>
 
     <dependencies>
+	 <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-data-models</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.thrift</groupId>

http://git-wip-us.apache.org/repos/asf/airavata/blob/ed471315/modules/gfac/gfac-core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/gfac/gfac-core/pom.xml b/modules/gfac/gfac-core/pom.xml
index e75cf62..90e73f5 100644
--- a/modules/gfac/gfac-core/pom.xml
+++ b/modules/gfac/gfac-core/pom.xml
@@ -83,6 +83,11 @@
             <artifactId>airavata-registry-cpi</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-api-stubs</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <!-- Workflow Tracking -->
         <dependency>
             <groupId>org.apache.airavata</groupId>

http://git-wip-us.apache.org/repos/asf/airavata/blob/ed471315/modules/registry/airavata-jpa-registry/pom.xml
----------------------------------------------------------------------
diff --git a/modules/registry/airavata-jpa-registry/pom.xml b/modules/registry/airavata-jpa-registry/pom.xml
index 761c0d7..751ba6d 100644
--- a/modules/registry/airavata-jpa-registry/pom.xml
+++ b/modules/registry/airavata-jpa-registry/pom.xml
@@ -30,6 +30,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.airavata</groupId>
+            <artifactId>airavata-data-models</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-gfac-schema-utils</artifactId>
             <version>${project.version}</version>
         </dependency>