You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ja...@apache.org on 2013/03/29 20:30:29 UTC

svn commit: r1462619 - /servicemix/smx5/trunk/pom.xml

Author: janstey
Date: Fri Mar 29 19:30:28 2013
New Revision: 1462619

URL: http://svn.apache.org/r1462619
Log:
remove unused jruby property and dep to avoid confusion

Modified:
    servicemix/smx5/trunk/pom.xml

Modified: servicemix/smx5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx5/trunk/pom.xml?rev=1462619&r1=1462618&r2=1462619&view=diff
==============================================================================
--- servicemix/smx5/trunk/pom.xml (original)
+++ servicemix/smx5/trunk/pom.xml Fri Mar 29 19:30:28 2013
@@ -172,7 +172,6 @@
         <jaxb-impl.bundle.version>2.2.1.1_1</jaxb-impl.bundle.version>
         <jdt-core.bundle.version>3.2.3_4</jdt-core.bundle.version>
         <jdom.bundle.version>1.1_4</jdom.bundle.version>
-        <jruby.bundle.version>1.1.2_3</jruby.bundle.version>
         <josql.bundle.version>1.5_4</josql.bundle.version>
         <jsmpp.bundle.version>2.1.0_2</jsmpp.bundle.version>
         <opensaml.bundle.version>2.4.1_1</opensaml.bundle.version>
@@ -415,11 +414,6 @@
            </dependency>
            <dependency>
                <groupId>org.apache.servicemix.bundles</groupId>
-               <artifactId>org.apache.servicemix.bundles.jruby</artifactId>
-               <version>${jruby.bundle.version}</version>
-           </dependency>
-           <dependency>
-               <groupId>org.apache.servicemix.bundles</groupId>
                <artifactId>org.apache.servicemix.bundles.jsmpp</artifactId>
                <version>${jsmpp.bundle.version}</version>
            </dependency>