This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new c496aeb ATLAS-3688: updated dependencies to remove unnecessary
references to hdfs-model, hbase-common and hbase-server
c496aeb is described below
commit c496aeb0fe51f12baeb5d8c5c5175b46ddc1419f
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Wed Mar 25 10:32:56 2020 -0700
ATLAS-3688: updated dependencies to remove unnecessary references to
hdfs-model, hbase-common and hbase-server
(cherry picked from commit 0d0a3899443f7e701aa4c5c152ad601e9f913e52)
---
addons/falcon-bridge/pom.xml | 5 -----
addons/hbase-bridge/pom.xml | 10 ----------
addons/hive-bridge/pom.xml | 20 --------------------
addons/impala-bridge/pom.xml | 20 --------------------
addons/sqoop-bridge/pom.xml | 5 -----
addons/storm-bridge/pom.xml | 10 ----------
pom.xml | 6 ------
tools/classification-updater/pom.xml | 5 -----
8 files changed, 81 deletions(-)
diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml
index 18c9c03..5f91744 100644
--- a/addons/falcon-bridge/pom.xml
+++ b/addons/falcon-bridge/pom.xml
@@ -159,11 +159,6 @@
<version>${project.version}</version>
</artifactItem>
<artifactItem>
-
<groupId>${project.groupId}</groupId>
- <artifactId>hdfs-model</artifactId>
-
<version>${project.version}</version>
- </artifactItem>
- <artifactItem>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_${kafka.scala.binary.version}</artifactId>
<version>${kafka.version}</version>
diff --git a/addons/hbase-bridge/pom.xml b/addons/hbase-bridge/pom.xml
index 37d14f1..3261f3d 100644
--- a/addons/hbase-bridge/pom.xml
+++ b/addons/hbase-bridge/pom.xml
@@ -62,11 +62,6 @@
<artifactId>atlas-notification</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.atlas</groupId>
- <artifactId>hdfs-model</artifactId>
- </dependency>
-
<!-- to bring up atlas server for integration tests -->
<dependency>
<groupId>com.sun.jersey</groupId>
@@ -295,11 +290,6 @@
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
- <artifactId>hdfs-model</artifactId>
-
<version>${project.version}</version>
- </artifactItem>
- <artifactItem>
-
<groupId>${project.groupId}</groupId>
<artifactId>atlas-common</artifactId>
<version>${project.version}</version>
</artifactItem>
diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml
index fa848b6..dc33ab7 100755
--- a/addons/hive-bridge/pom.xml
+++ b/addons/hive-bridge/pom.xml
@@ -128,11 +128,6 @@
<artifactId>atlas-notification</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.atlas</groupId>
- <artifactId>hdfs-model</artifactId>
- </dependency>
-
<!-- to bring up atlas server for integration tests -->
<dependency>
<groupId>org.apache.atlas</groupId>
@@ -258,11 +253,6 @@
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
- <artifactId>hdfs-model</artifactId>
-
<version>${project.version}</version>
- </artifactItem>
- <artifactItem>
-
<groupId>${project.groupId}</groupId>
<artifactId>atlas-common</artifactId>
<version>${project.version}</version>
</artifactItem>
@@ -302,16 +292,6 @@
<version>${commons-conf.version}</version>
</artifactItem>
<artifactItem>
- <groupId>org.apache.hbase</groupId>
-
<artifactId>hbase-common</artifactId>
- <version>${hbase.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>org.apache.hbase</groupId>
-
<artifactId>hbase-server</artifactId>
- <version>${hbase.version}</version>
- </artifactItem>
- <artifactItem>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>${jersey.version}</version>
diff --git a/addons/impala-bridge/pom.xml b/addons/impala-bridge/pom.xml
index 39ae740..5c78202 100644
--- a/addons/impala-bridge/pom.xml
+++ b/addons/impala-bridge/pom.xml
@@ -66,11 +66,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.atlas</groupId>
- <artifactId>hdfs-model</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
@@ -289,11 +284,6 @@
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
- <artifactId>hdfs-model</artifactId>
- <version>${project.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>${project.groupId}</groupId>
<artifactId>atlas-common</artifactId>
<version>${project.version}</version>
</artifactItem>
@@ -333,16 +323,6 @@
<version>${commons-conf.version}</version>
</artifactItem>
<artifactItem>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-common</artifactId>
- <version>${hbase.version}</version>
- </artifactItem>
- <artifactItem>
- <groupId>org.apache.hbase</groupId>
- <artifactId>hbase-server</artifactId>
- <version>${hbase.version}</version>
- </artifactItem>
- <artifactItem>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>${jersey.version}</version>
diff --git a/addons/sqoop-bridge/pom.xml b/addons/sqoop-bridge/pom.xml
index 50b46f5..8969ab3 100644
--- a/addons/sqoop-bridge/pom.xml
+++ b/addons/sqoop-bridge/pom.xml
@@ -193,11 +193,6 @@
</artifactItem>
<artifactItem>
<groupId>${project.groupId}</groupId>
- <artifactId>hdfs-model</artifactId>
-
<version>${project.version}</version>
- </artifactItem>
- <artifactItem>
-
<groupId>${project.groupId}</groupId>
<artifactId>hive-bridge</artifactId>
<version>${project.version}</version>
</artifactItem>
diff --git a/addons/storm-bridge/pom.xml b/addons/storm-bridge/pom.xml
index 32c055d..d7844c6 100644
--- a/addons/storm-bridge/pom.xml
+++ b/addons/storm-bridge/pom.xml
@@ -48,11 +48,6 @@
<dependency>
<groupId>org.apache.atlas</groupId>
- <artifactId>hdfs-model</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.atlas</groupId>
<artifactId>hive-bridge</artifactId>
</dependency>
@@ -234,11 +229,6 @@
<version>${project.version}</version>
</artifactItem>
<artifactItem>
-
<groupId>${project.groupId}</groupId>
- <artifactId>hdfs-model</artifactId>
-
<version>${project.version}</version>
- </artifactItem>
- <artifactItem>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_${kafka.scala.binary.version}</artifactId>
<version>${kafka.version}</version>
diff --git a/pom.xml b/pom.xml
index efe830d..c7b4702 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1492,12 +1492,6 @@
<dependency>
<groupId>org.apache.atlas</groupId>
- <artifactId>hdfs-model</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.atlas</groupId>
<artifactId>falcon-bridge</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/tools/classification-updater/pom.xml
b/tools/classification-updater/pom.xml
index 40dc2ec..c1b1d10 100644
--- a/tools/classification-updater/pom.xml
+++ b/tools/classification-updater/pom.xml
@@ -62,11 +62,6 @@
<artifactId>atlas-notification</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.atlas</groupId>
- <artifactId>hdfs-model</artifactId>
- </dependency>
-
<!-- to bring up atlas server for integration tests -->
<dependency>