Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master b03f77e92 -> 1337affeb


Reverting incorrect diagnosis for Parse Exception (#1060)


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

Branch: refs/heads/master
Commit: fd786359a4a2a1468ac9e981cb4a7c1d46803840
Parents: 9a9e780
Author: Mark McKenna <[email protected]>
Authored: Tue Nov 24 19:35:20 2015 +0000
Committer: Mark McKenna <[email protected]>
Committed: Tue Nov 24 19:35:20 2015 +0000

----------------------------------------------------------------------
 usage/rest-client/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/fd786359/usage/rest-client/pom.xml
----------------------------------------------------------------------
diff --git a/usage/rest-client/pom.xml b/usage/rest-client/pom.xml
index d518d43..389ffdd 100644
--- a/usage/rest-client/pom.xml
+++ b/usage/rest-client/pom.xml
@@ -101,11 +101,7 @@
             <groupId>org.jboss.resteasy</groupId>
             <artifactId>jaxrs-api</artifactId>
         </dependency-->
-        <dependency>
-            <groupId>org.codehaus.jackson</groupId>
-            <artifactId>jackson-jaxrs</artifactId>
-        </dependency>
-
+        
         <dependency>
             <groupId>org.testng</groupId>
             <artifactId>testng</artifactId>

Reply via email to