Author: reto
Date: Wed Dec 16 08:21:25 2009
New Revision: 891153

URL: http://svn.apache.org/viewvc?rev=891153&view=rev
Log:
excluding jms dependency in mulgara storage

Modified:
    
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage/pom.xml

Modified: 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage/pom.xml?rev=891153&r1=891152&r2=891153&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage/pom.xml
 (original)
+++ 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.mulgara.storage/pom.xml
 Wed Dec 16 08:21:25 2009
@@ -38,6 +38,13 @@
                        <groupId>org.mulgara</groupId>
                        <artifactId>mulgara-core</artifactId>
                        <version>2.1.1</version>
+                       <exclusions>
+                               <!-- exclusing jms as this is broken in maven 
repo -->
+                               <exclusion>
+                                       <artifactId>jms</artifactId>
+                                       <groupId>javax.jms</groupId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
                <dependency>
                        <groupId>org.wymiwyg</groupId>
@@ -52,4 +59,4 @@
                        <artifactId>org.osgi.core</artifactId>
                </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>


Reply via email to