[jboss-svn-commits] JBL Code SVN: r38154 - labs/jbossesb/branches/JBESB_4_11_CP/product/rosetta/deployer-as6.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 30 16:19:10 EDT 2012


Author: tcunning
Date: 2012-07-30 16:19:09 -0400 (Mon, 30 Jul 2012)
New Revision: 38154

Modified:
   labs/jbossesb/branches/JBESB_4_11_CP/product/rosetta/deployer-as6/ivysettings.xml
Log:
JBESB-3837
Spell out the resolver specifically for javax.jms.


Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/rosetta/deployer-as6/ivysettings.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_11_CP/product/rosetta/deployer-as6/ivysettings.xml	2012-07-27 11:47:39 UTC (rev 38153)
+++ labs/jbossesb/branches/JBESB_4_11_CP/product/rosetta/deployer-as6/ivysettings.xml	2012-07-30 20:19:09 UTC (rev 38154)
@@ -11,7 +11,13 @@
             </url>
             <ibiblio name="ibiblio" m2compatible="true"/> 
         </chain>
+
+        <url name="jms" m2compatible="true">
+            <artifact pattern="https://repository.jboss.org/nexus/content/groups/public/[organisation]/[artifact]/[revision]/[artifact]-[revision].[ext]"/> 
+        </url>
+
     </resolvers>
     <modules>
+        <module organisation="javax.jms" name="*" resolver="jms"/>
     </modules>
 </ivysettings>



More information about the jboss-svn-commits mailing list