You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2012/06/25 00:44:58 UTC

svn commit: r1353357 - in /incubator/chukwa/trunk: CHANGES.txt pom.xml

Author: eyang
Date: Sun Jun 24 22:44:58 2012
New Revision: 1353357

URL: http://svn.apache.org/viewvc?rev=1353357&view=rev
Log:
CHUKWA-643. Updated Jersey dependency. (Prakhar Srivastava via Eric Yang)

Modified:
    incubator/chukwa/trunk/CHANGES.txt
    incubator/chukwa/trunk/pom.xml

Modified: incubator/chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/CHANGES.txt?rev=1353357&r1=1353356&r2=1353357&view=diff
==============================================================================
--- incubator/chukwa/trunk/CHANGES.txt (original)
+++ incubator/chukwa/trunk/CHANGES.txt Sun Jun 24 22:44:58 2012
@@ -12,6 +12,8 @@ Trunk (unreleased changes)
 
   BUGS
 
+    CHUKWA-643. Updated Jersey dependency. (Prakhar Srivastava via Eric Yang)
+
     CHUKWA-641. Fix stack trace for dumpChunk command when invalid regular expression is specified. (Eric Spishak via Eric Yang)
 
     CHUKWA-640. Use timer thread to schedule adaptor registration. (Abhijit Dhar via Eric Yang)

Modified: incubator/chukwa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/pom.xml?rev=1353357&r1=1353356&r2=1353357&view=diff
==============================================================================
--- incubator/chukwa/trunk/pom.xml (original)
+++ incubator/chukwa/trunk/pom.xml Sun Jun 24 22:44:58 2012
@@ -251,6 +251,14 @@
                 <groupId>com.sun.jersey</groupId>
                 <artifactId>jersey-server</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>com.sun.jersey</groupId>
+                <artifactId>jersey-core</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>com.sun.jersey</groupId>
+                <artifactId>jersey-json</artifactId>
+              </exclusion>
             </exclusions>
           </dependency>
           <dependency>
@@ -259,6 +267,20 @@
             <classifier>tests</classifier>
             <version>0.92.1</version>
             <scope>compile</scope>
+            <exclusions>
+              <exclusion>
+                <groupId>com.sun.jersey</groupId>
+                <artifactId>jersey-server</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>com.sun.jersey</groupId>
+                <artifactId>jersey-core</artifactId>
+              </exclusion>
+              <exclusion>
+                <groupId>com.sun.jersey</groupId>
+                <artifactId>jersey-json</artifactId>
+              </exclusion>
+            </exclusions>
           </dependency>
           <dependency>
             <groupId>org.apache.hadoop</groupId>