This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/master by this push:
new 0d0a389 ATLAS-3688: updated dependencies to remove unnecessary
references to hdfs-model, hbase-common and hbase-server
0d0a389 is described below
commit 0d0a3899443f7e701aa4c5c152ad601e9f913e52
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
---
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 c53d0ef..7f98b4f 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 ff88c8b..c1d18c2 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 13384cb..662fdd4 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 a684dd0..14150dd 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 0d89e98..629eda1 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 c282625..df23605 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 7e9c7e0..2a3adcd 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 4adfb3d..596cc19 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>