You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ju...@apache.org on 2013/02/21 10:18:00 UTC

svn commit: r1448559 - /jackrabbit/oak/trunk/oak-solr-core/pom.xml

Author: jukka
Date: Thu Feb 21 09:18:00 2013
New Revision: 1448559

URL: http://svn.apache.org/r1448559
Log:
OAK-646: Commit Oak Solr modules to Oak trunk

Exclude the jms dependency not found on the central Maven repository

Modified:
    jackrabbit/oak/trunk/oak-solr-core/pom.xml

Modified: jackrabbit/oak/trunk/oak-solr-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-solr-core/pom.xml?rev=1448559&r1=1448558&r2=1448559&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-solr-core/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-solr-core/pom.xml Thu Feb 21 09:18:00 2013
@@ -140,6 +140,10 @@
       <optional>true</optional>
       <exclusions>
         <exclusion>
+          <groupId>javax.jms</groupId>
+          <artifactId>jms</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>com.sun.jdmk</groupId>
           <artifactId>jmxtools</artifactId>
         </exclusion>



Re: svn commit: r1448559 - /jackrabbit/oak/trunk/oak-solr-core/pom.xml

Posted by Tommaso Teofili <to...@gmail.com>.
thanks Jukka, you beat me on this :-)
Tommaso


2013/2/21 <ju...@apache.org>

> Author: jukka
> Date: Thu Feb 21 09:18:00 2013
> New Revision: 1448559
>
> URL: http://svn.apache.org/r1448559
> Log:
> OAK-646: Commit Oak Solr modules to Oak trunk
>
> Exclude the jms dependency not found on the central Maven repository
>
> Modified:
>     jackrabbit/oak/trunk/oak-solr-core/pom.xml
>
> Modified: jackrabbit/oak/trunk/oak-solr-core/pom.xml
> URL:
> http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-solr-core/pom.xml?rev=1448559&r1=1448558&r2=1448559&view=diff
>
> ==============================================================================
> --- jackrabbit/oak/trunk/oak-solr-core/pom.xml (original)
> +++ jackrabbit/oak/trunk/oak-solr-core/pom.xml Thu Feb 21 09:18:00 2013
> @@ -140,6 +140,10 @@
>        <optional>true</optional>
>        <exclusions>
>          <exclusion>
> +          <groupId>javax.jms</groupId>
> +          <artifactId>jms</artifactId>
> +        </exclusion>
> +        <exclusion>
>            <groupId>com.sun.jdmk</groupId>
>            <artifactId>jmxtools</artifactId>
>          </exclusion>
>
>
>