You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by da...@apache.org on 2015/08/26 12:29:37 UTC

svn commit: r1697873 - /aries/trunk/jmx/jmx-itests/pom.xml

Author: davidb
Date: Wed Aug 26 10:29:37 2015
New Revision: 1697873

URL: http://svn.apache.org/r1697873
Log:
Fix failure in Aries JMX itests.

Modified:
    aries/trunk/jmx/jmx-itests/pom.xml

Modified: aries/trunk/jmx/jmx-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-itests/pom.xml?rev=1697873&r1=1697872&r2=1697873&view=diff
==============================================================================
--- aries/trunk/jmx/jmx-itests/pom.xml (original)
+++ aries/trunk/jmx/jmx-itests/pom.xml Wed Aug 26 10:29:37 2015
@@ -113,8 +113,8 @@
         </dependency>
         <dependency>
             <groupId>org.apache.aries.proxy</groupId>
-            <artifactId>org.apache.aries.proxy.impl</artifactId>
-            <version>1.0.4</version>
+            <artifactId>org.apache.aries.proxy</artifactId>
+            <version>1.0.2-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>