You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2019/03/29 20:24:31 UTC

[knox] branch master updated: KNOX-1837 - Remove jersey-common from top level pom

This is an automated email from the ASF dual-hosted git repository.

krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git


The following commit(s) were added to refs/heads/master by this push:
     new 7181eb1  KNOX-1837 - Remove jersey-common from top level pom
7181eb1 is described below

commit 7181eb130a7eafbb9615ad3e2c3e55fba986b086
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Fri Mar 29 16:01:41 2019 -0400

    KNOX-1837 - Remove jersey-common from top level pom
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6fa7e19..06ca9fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1084,11 +1084,6 @@
             </dependency>
 
             <dependency>
-                <groupId>org.glassfish.jersey.core</groupId>
-                <artifactId>jersey-common</artifactId>
-                <version>${jersey.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.glassfish.jersey.containers</groupId>
                 <artifactId>jersey-container-servlet-core</artifactId>
                 <version>${jersey.version}</version>