You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ap...@apache.org on 2017/09/27 16:14:21 UTC

atlas git commit: ATLAS-2179: Split Atlas client library to avoid unnecessary dependencies (#2)

Repository: atlas
Updated Branches:
  refs/heads/master 187730dd7 -> 5746ec9d0


ATLAS-2179: Split Atlas client library to avoid unnecessary dependencies (#2)


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

Branch: refs/heads/master
Commit: 5746ec9d0b91287328b349ad675092b52a125629
Parents: 187730d
Author: apoorvnaik <ap...@apache.org>
Authored: Wed Sep 27 09:10:58 2017 -0700
Committer: apoorvnaik <ap...@apache.org>
Committed: Wed Sep 27 09:13:27 2017 -0700

----------------------------------------------------------------------
 addons/falcon-bridge/pom.xml | 10 ++++++++++
 addons/hive-bridge/pom.xml   | 10 ++++++++++
 addons/sqoop-bridge/pom.xml  | 10 ++++++++++
 addons/storm-bridge/pom.xml  | 15 +++++++++++++++
 4 files changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/atlas/blob/5746ec9d/addons/falcon-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 442be48..a732e5d 100644
--- a/addons/falcon-bridge/pom.xml
+++ b/addons/falcon-bridge/pom.xml
@@ -157,11 +157,21 @@
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-common</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-client-v1</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-v2</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-typesystem</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>

http://git-wip-us.apache.org/repos/asf/atlas/blob/5746ec9d/addons/hive-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index 0909dc2..faf14d3 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -205,11 +205,21 @@
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-common</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-client-v1</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-v2</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-typesystem</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>

http://git-wip-us.apache.org/repos/asf/atlas/blob/5746ec9d/addons/sqoop-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index 7afc806..d46d8a9 100644
--- a/addons/sqoop-bridge/pom.xml
+++ b/addons/sqoop-bridge/pom.xml
@@ -222,11 +222,21 @@
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-common</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-client-v1</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-v2</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-typesystem</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>

http://git-wip-us.apache.org/repos/asf/atlas/blob/5746ec9d/addons/storm-bridge/pom.xml
----------------------------------------------------------------------
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 279dd6e..fe1fd5d 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -48,6 +48,11 @@
 
         <dependency>
             <groupId>org.apache.atlas</groupId>
+            <artifactId>atlas-client-v2</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.atlas</groupId>
             <artifactId>atlas-notification</artifactId>
         </dependency>
 
@@ -171,11 +176,21 @@
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-common</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-client-v1</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>
                                         <artifactItem>
                                             <groupId>${project.groupId}</groupId>
+                                            <artifactId>atlas-client-v2</artifactId>
+                                            <version>${project.version}</version>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>${project.groupId}</groupId>
                                             <artifactId>atlas-typesystem</artifactId>
                                             <version>${project.version}</version>
                                         </artifactItem>