You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by ey...@apache.org on 2015/08/20 05:08:07 UTC

[2/2] chukwa git commit: CHUKWA-775. Updated Jersey version. (Eric Yang)

CHUKWA-775. Updated Jersey version.  (Eric Yang)


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

Branch: refs/heads/master
Commit: dd10a5cf72bdc9b5e4960ac050761070cc62c913
Parents: 14e8233
Author: Eric Yang <ey...@apache.org>
Authored: Thu Aug 13 21:25:12 2015 -0700
Committer: Eric Yang <ey...@apache.org>
Committed: Thu Aug 13 21:25:12 2015 -0700

----------------------------------------------------------------------
 CHANGES.txt | 2 ++
 pom.xml     | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/chukwa/blob/dd10a5cf/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a8a17e8..2612a36 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -52,6 +52,8 @@ Trunk (unreleased changes)
 
   BUGS
 
+    CHUKWA-775. Updated Jersey version.  (Eric Yang)
+
     CHUKWA-774. Fixed resolution of symlinked prefix directory.  (Eric Yang)
 
     CHUKWA-771. Improved code quality issue identified by findbugs.  (Eric Yang)

http://git-wip-us.apache.org/repos/asf/chukwa/blob/dd10a5cf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fab0be..91bf6a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <TODO_DEMUX_FS_INMEMORY_SIZE_MB>64</TODO_DEMUX_FS_INMEMORY_SIZE_MB>
         <TODO_DEMUX_IO_SORT_FACTOR>10</TODO_DEMUX_IO_SORT_FACTOR>
         <CHUKWA_DIR>/chukwa</CHUKWA_DIR>
-        <JAVA_HOME>${java.home}</JAVA_HOME>
+        <!-- <JAVA_HOME>${java.home}</JAVA_HOME> -->
     </properties>
 
     <name>Apache Chukwa</name>
@@ -267,7 +267,7 @@
           <dependency>
             <groupId>com.sun.jersey</groupId>
             <artifactId>jersey-bundle</artifactId>
-            <version>1.4</version>
+            <version>1.9</version>
           </dependency>
           <dependency>
             <groupId>com.google.guava</groupId>