Repository: knox Updated Branches: refs/heads/master e08fc6bb8 -> f7f6a21c4
KNOX-1275 - Add json-smart explicitly to gateway-spi (Saravanan Krishnamoorthy via lmccay) Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/f7f6a21c Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/f7f6a21c Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/f7f6a21c Branch: refs/heads/master Commit: f7f6a21c47120177e9e61d37bc8cc7fb2a2ca7ae Parents: e08fc6b Author: Larry McCay <[email protected]> Authored: Wed May 9 18:17:14 2018 -0400 Committer: Larry McCay <[email protected]> Committed: Wed May 9 18:17:14 2018 -0400 ---------------------------------------------------------------------- gateway-spi/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/f7f6a21c/gateway-spi/pom.xml ---------------------------------------------------------------------- diff --git a/gateway-spi/pom.xml b/gateway-spi/pom.xml index 649a8dc..43f187b 100644 --- a/gateway-spi/pom.xml +++ b/gateway-spi/pom.xml @@ -91,6 +91,10 @@ </exclusions> </dependency> <dependency> + <groupId>net.minidev</groupId> + <artifactId>json-smart</artifactId> + </dependency> + <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/knox/blob/f7f6a21c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a32e67d..7042dac 100644 --- a/pom.xml +++ b/pom.xml @@ -775,6 +775,11 @@ </exclusions> </dependency> <dependency> + <groupId>net.minidev</groupId> + <artifactId>json-smart</artifactId> + <version>2.3</version> + </dependency> + <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${jetty-version}</version>
