Repository: hbase
Updated Branches:
  refs/heads/master e2cef8aa8 -> 6302dfaf2


HBASE-18973 Clean up warnings about pom well-formedness from mvn validate.

Signed-off-by: Michael Stack <[email protected]>
Signed-off-by: Mike Drob <[email protected]>


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

Branch: refs/heads/master
Commit: 6302dfaf2b7921604c7a75d7f113333de53009ad
Parents: e2cef8a
Author: Sean Busbey <[email protected]>
Authored: Sat Oct 7 21:46:20 2017 -0500
Committer: Sean Busbey <[email protected]>
Committed: Mon Oct 9 11:28:34 2017 -0500

----------------------------------------------------------------------
 hbase-it/pom.xml   | 6 ------
 hbase-rest/pom.xml | 5 -----
 pom.xml            | 5 +++++
 3 files changed, 5 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6302dfaf/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 6df0b59..111c4cf 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -276,7 +276,6 @@
     <dependency>
       <groupId>org.glassfish.jersey.core</groupId>
       <artifactId>jersey-client</artifactId>
-      <version>${jersey.version}</version>
     </dependency>
     <!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
     <dependency>
@@ -295,11 +294,6 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.glassfish.jersey.core</groupId>
-      <artifactId>jersey-client</artifactId>
-      <version>2.25.1</version>
-    </dependency>
   </dependencies>
 
   <profiles>

http://git-wip-us.apache.org/repos/asf/hbase/blob/6302dfaf/hbase-rest/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index 0b18809..0a12573 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -338,11 +338,6 @@
        <artifactId>findbugs-annotations</artifactId>
        <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>javax.servlet-api</artifactId>
-      <version>${servlet.api.version}</version>
-    </dependency>
   </dependencies>
   <profiles>
     <!-- Skip the tests in this module -->

http://git-wip-us.apache.org/repos/asf/hbase/blob/6302dfaf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 272e4d4..26366ff 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1978,6 +1978,11 @@
         <version>${jersey.version}</version>
       </dependency>
       <dependency>
+        <groupId>org.glassfish.jersey.core</groupId>
+        <artifactId>jersey-client</artifactId>
+        <version>${jersey.version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.glassfish.jersey.media</groupId>
         <artifactId>jersey-media-json-jackson1</artifactId>
         <version>${jackson.version}</version>

Reply via email to