Author: gnodet
Date: Tue Jun 10 11:40:41 2014
New Revision: 1601609
URL: http://svn.apache.org/r1601609
Log:
Use asm-debug-all for easier debugging
Modified:
aries/trunk/proxy/proxy-bundle/pom.xml
aries/trunk/proxy/proxy-impl/pom.xml
aries/trunk/proxy/proxy-itests/pom.xml
aries/trunk/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/AbstractProxyTest.java
Modified: aries/trunk/proxy/proxy-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-bundle/pom.xml?rev=1601609&r1=1601608&r2=1601609&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ aries/trunk/proxy/proxy-bundle/pom.xml Tue Jun 10 11:40:41 2014
@@ -93,9 +93,9 @@
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
- <artifactId>asm-all</artifactId>
+ <artifactId>asm-debug-all</artifactId>
<optional>true</optional>
- <version>5.0.2</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Modified: aries/trunk/proxy/proxy-impl/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-impl/pom.xml?rev=1601609&r1=1601608&r2=1601609&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-impl/pom.xml (original)
+++ aries/trunk/proxy/proxy-impl/pom.xml Tue Jun 10 11:40:41 2014
@@ -73,9 +73,9 @@
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
- <artifactId>asm-all</artifactId>
+ <artifactId>asm-debug-all</artifactId>
<optional>true</optional>
- <version>5.0.2</version>
+ <version>5.0.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Modified: aries/trunk/proxy/proxy-itests/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-itests/pom.xml?rev=1601609&r1=1601608&r2=1601609&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-itests/pom.xml (original)
+++ aries/trunk/proxy/proxy-itests/pom.xml Tue Jun 10 11:40:41 2014
@@ -145,8 +145,8 @@
<dependency>
<groupId>org.ow2.asm</groupId>
- <artifactId>asm-all</artifactId>
- <version>5.0.2</version>
+ <artifactId>asm-debug-all</artifactId>
+ <version>5.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
Modified:
aries/trunk/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/AbstractProxyTest.java
URL:
http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/AbstractProxyTest.java?rev=1601609&r1=1601608&r2=1601609&view=diff
==============================================================================
---
aries/trunk/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/AbstractProxyTest.java
(original)
+++
aries/trunk/proxy/proxy-itests/src/test/java/org/apache/aries/proxy/itests/AbstractProxyTest.java
Tue Jun 10 11:40:41 2014
@@ -297,7 +297,7 @@ public abstract class AbstractProxyTest
systemProperty("org.ops4j.pax.logging.DefaultServiceLog.level").value("INFO"),
when(localRepo !=
null).useOptions(CoreOptions.vmOption("-Dorg.ops4j.pax.url.mvn.localRepository="
+ localRepo)),
mavenBundle("org.apache.aries",
"org.apache.aries.util").versionAsInProject(),
- mavenBundle("org.ow2.asm", "asm-all").versionAsInProject(),
+ mavenBundle("org.ow2.asm",
"asm-debug-all").versionAsInProject(),
mavenBundle("org.apache.aries.testsupport",
"org.apache.aries.testsupport.unit").versionAsInProject(),
mavenBundle("org.ops4j.pax.logging",
"pax-logging-api").versionAsInProject(),
mavenBundle("org.ops4j.pax.logging",
"pax-logging-service").versionAsInProject()