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 2018/09/28 14:17:37 UTC

knox git commit: KNOX-1471 - Remove unused genson dependency

Repository: knox
Updated Branches:
  refs/heads/master e29c1c1b0 -> aceb26a9f


KNOX-1471 - Remove unused genson dependency

Signed-off-by: Kevin Risden <kr...@apache.org>


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

Branch: refs/heads/master
Commit: aceb26a9fd31fcec2458401343bb127a81c4d33f
Parents: e29c1c1
Author: Kevin Risden <kr...@apache.org>
Authored: Fri Sep 28 09:21:35 2018 -0400
Committer: Kevin Risden <kr...@apache.org>
Committed: Fri Sep 28 10:17:26 2018 -0400

----------------------------------------------------------------------
 gateway-service-vault/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/aceb26a9/gateway-service-vault/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-service-vault/pom.xml b/gateway-service-vault/pom.xml
index fb60045..055d7ba 100644
--- a/gateway-service-vault/pom.xml
+++ b/gateway-service-vault/pom.xml
@@ -42,11 +42,6 @@
             <artifactId>gateway-provider-jersey</artifactId>
         </dependency>
         <dependency>
-            <groupId>com.owlike</groupId>
-            <artifactId>genson</artifactId>
-            <version>0.99</version>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>