From c961c19b7b4077a6308d4564e4d182933bc38b6d Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Thu, 15 Aug 2013 18:23:01 -0700 Subject: Use the JSON formatter from Scala library and removed dependency on lift-json. It made the JSON creation slightly more complicated, but reduces one external dependency. The scala library also properly escape "/" (which lift-json doesn't). --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 7e6d38df9f..1811c62b55 100644 --- a/pom.xml +++ b/pom.xml @@ -254,11 +254,6 @@ 10.4.2.0 test - - net.liftweb - lift-json_2.9.2 - 2.5 - com.codahale.metrics metrics-core -- cgit v1.2.3