Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B4068113B0 for ; Wed, 11 Jun 2014 08:31:05 +0000 (UTC) Received: (qmail 61882 invoked by uid 500); 11 Jun 2014 08:31:05 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 61809 invoked by uid 500); 11 Jun 2014 08:31:05 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 61799 invoked by uid 99); 11 Jun 2014 08:31:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 08:31:05 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 08:31:04 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4E40F2388868; Wed, 11 Jun 2014 08:30:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1601826 - in /aries/trunk/jmx/jmx-itests: pom.xml src/test/java/org/apache/aries/jmx/test/blueprint/BlueprintMBeanTest.java Date: Wed, 11 Jun 2014 08:30:44 -0000 To: commits@aries.apache.org From: gnodet@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140611083044.4E40F2388868@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: gnodet Date: Wed Jun 11 08:30:43 2014 New Revision: 1601826 URL: http://svn.apache.org/r1601826 Log: Switch jmx itests to asm 5 Modified: aries/trunk/jmx/jmx-itests/pom.xml aries/trunk/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/blueprint/BlueprintMBeanTest.java Modified: aries/trunk/jmx/jmx-itests/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/pom.xml?rev=1601826&r1=1601825&r2=1601826&view=diff ============================================================================== --- aries/trunk/jmx/jmx-itests/pom.xml (original) +++ aries/trunk/jmx/jmx-itests/pom.xml Wed Jun 11 08:30:43 2014 @@ -124,8 +124,8 @@ org.ow2.asm - asm-all - 4.0 + asm-debug-all + 5.0.3 test Modified: aries/trunk/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/blueprint/BlueprintMBeanTest.java URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/blueprint/BlueprintMBeanTest.java?rev=1601826&r1=1601825&r2=1601826&view=diff ============================================================================== --- aries/trunk/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/blueprint/BlueprintMBeanTest.java (original) +++ aries/trunk/jmx/jmx-itests/src/test/java/org/apache/aries/jmx/test/blueprint/BlueprintMBeanTest.java Wed Jun 11 08:30:43 2014 @@ -80,7 +80,7 @@ public class BlueprintMBeanTest extends protected Option blueprint() { return composite( - mavenBundle("org.ow2.asm", "asm-all").versionAsInProject(), + mavenBundle("org.ow2.asm", "asm-debug-all").versionAsInProject(), mavenBundle("org.apache.aries.proxy", "org.apache.aries.proxy").versionAsInProject(), mavenBundle("org.apache.aries.blueprint", "org.apache.aries.blueprint").versionAsInProject(), mavenBundle("org.apache.aries.blueprint", "org.apache.aries.blueprint.jexl.evaluator").versionAsInProject(),