You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2015/09/09 15:37:57 UTC

sqoop git commit: SQOOP-2557: Sqoop2: Findbugs: move findbug dependency to the root pom.xml

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 a0cf47053 -> 547a5b435


SQOOP-2557: Sqoop2: Findbugs: move findbug dependency to the root pom.xml

(Colin Ma via Jarek Jarcec Cecho)


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

Branch: refs/heads/sqoop2
Commit: 547a5b43506a09d993cdd2c9cfad321a5573a5c0
Parents: a0cf470
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Wed Sep 9 15:37:25 2015 +0200
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Wed Sep 9 15:37:25 2015 +0200

----------------------------------------------------------------------
 common-test/pom.xml                      | 5 -----
 connector/connector-generic-jdbc/pom.xml | 5 -----
 connector/connector-kite/pom.xml         | 4 ----
 connector/connector-sdk/pom.xml          | 4 ----
 core/pom.xml                             | 4 ----
 execution/mapreduce/pom.xml              | 5 -----
 pom.xml                                  | 5 ++++-
 repository/repository-common/pom.xml     | 5 -----
 repository/repository-derby/pom.xml      | 5 -----
 repository/repository-mysql/pom.xml      | 4 ----
 repository/repository-postgresql/pom.xml | 5 -----
 server/pom.xml                           | 4 ----
 shell/pom.xml                            | 4 ----
 13 files changed, 4 insertions(+), 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/common-test/pom.xml
----------------------------------------------------------------------
diff --git a/common-test/pom.xml b/common-test/pom.xml
index 1306598..d08951b 100644
--- a/common-test/pom.xml
+++ b/common-test/pom.xml
@@ -74,11 +74,6 @@ limitations under the License.
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
   </dependencies>
 
   <profiles>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/connector/connector-generic-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-generic-jdbc/pom.xml b/connector/connector-generic-jdbc/pom.xml
index 8552770..7bdeddb 100644
--- a/connector/connector-generic-jdbc/pom.xml
+++ b/connector/connector-generic-jdbc/pom.xml
@@ -58,11 +58,6 @@ limitations under the License.
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>
-
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
   </dependencies>
 
   <build>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/connector/connector-kite/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-kite/pom.xml b/connector/connector-kite/pom.xml
index ff3e0c8..41441f5 100644
--- a/connector/connector-kite/pom.xml
+++ b/connector/connector-kite/pom.xml
@@ -71,10 +71,6 @@ limitations under the License.
       <artifactId>powermock-api-mockito</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
 
     <!-- Kite required modules -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/connector/connector-sdk/pom.xml
----------------------------------------------------------------------
diff --git a/connector/connector-sdk/pom.xml b/connector/connector-sdk/pom.xml
index 5e20713..c888aa0 100644
--- a/connector/connector-sdk/pom.xml
+++ b/connector/connector-sdk/pom.xml
@@ -53,10 +53,6 @@ limitations under the License.
       <groupId>org.apache.avro</groupId>
       <artifactId>avro</artifactId>
     </dependency>
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
   </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index f749890..0a8ec09 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -57,10 +57,6 @@ limitations under the License.
       <groupId>org.apache.sqoop</groupId>
       <artifactId>connector-sdk</artifactId>
     </dependency>
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
   </dependencies>
 
   <build>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/execution/mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml
index 4fc3046..e6533c0 100644
--- a/execution/mapreduce/pom.xml
+++ b/execution/mapreduce/pom.xml
@@ -72,12 +72,7 @@ limitations under the License.
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
     </dependency>
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
     <!-- See profiles for Hadoop specific dependencies -->
-
   </dependencies>
 
   <build>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6a2d78e..6e334a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,10 @@ limitations under the License.
       <artifactId>testng</artifactId>
       <scope>test</scope>
     </dependency>
-
+    <dependency>
+      <groupId>net.sourceforge.findbugs</groupId>
+      <artifactId>annotations</artifactId>
+    </dependency>
   </dependencies>
 
   <profiles>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/repository/repository-common/pom.xml
----------------------------------------------------------------------
diff --git a/repository/repository-common/pom.xml b/repository/repository-common/pom.xml
index 97a2dc1..c740117 100644
--- a/repository/repository-common/pom.xml
+++ b/repository/repository-common/pom.xml
@@ -43,11 +43,6 @@ limitations under the License.
     </dependency>
 
     <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/repository/repository-derby/pom.xml
----------------------------------------------------------------------
diff --git a/repository/repository-derby/pom.xml b/repository/repository-derby/pom.xml
index ce82900..2a3b8fc 100644
--- a/repository/repository-derby/pom.xml
+++ b/repository/repository-derby/pom.xml
@@ -53,11 +53,6 @@ limitations under the License.
     </dependency>
 
     <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/repository/repository-mysql/pom.xml
----------------------------------------------------------------------
diff --git a/repository/repository-mysql/pom.xml b/repository/repository-mysql/pom.xml
index 586e1bc..15e909e 100644
--- a/repository/repository-mysql/pom.xml
+++ b/repository/repository-mysql/pom.xml
@@ -46,10 +46,6 @@ limitations under the License.
       <artifactId>sqoop-repository-common</artifactId>
     </dependency>
     <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/repository/repository-postgresql/pom.xml
----------------------------------------------------------------------
diff --git a/repository/repository-postgresql/pom.xml b/repository/repository-postgresql/pom.xml
index e609efe..bb3859f 100644
--- a/repository/repository-postgresql/pom.xml
+++ b/repository/repository-postgresql/pom.xml
@@ -59,11 +59,6 @@ limitations under the License.
     </dependency>
 
     <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <version>${testng.version}</version>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 53307f8..59663fa 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -132,10 +132,6 @@ limitations under the License.
       <groupId>com.googlecode.json-simple</groupId>
       <artifactId>json-simple</artifactId>
     </dependency>
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
   </dependencies>
 
   <build>

http://git-wip-us.apache.org/repos/asf/sqoop/blob/547a5b43/shell/pom.xml
----------------------------------------------------------------------
diff --git a/shell/pom.xml b/shell/pom.xml
index f54160f..a699f71 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -76,10 +76,6 @@ limitations under the License.
       <artifactId>groovy-all</artifactId>
       <version>1.8.5</version>
     </dependency>
-    <dependency>
-      <groupId>net.sourceforge.findbugs</groupId>
-      <artifactId>annotations</artifactId>
-    </dependency>
   </dependencies>
 
   <profiles>