Author: reto
Date: Wed Feb 10 19:28:35 2010
New Revision: 908642

URL: http://svn.apache.org/viewvc?rev=908642&view=rev
Log:
also excluding javax.jms:jms (not really in central repo)

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

Modified: 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.jena.tdb.storage/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.jena.tdb.storage/pom.xml?rev=908642&r1=908641&r2=908642&view=diff
==============================================================================
--- 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.jena.tdb.storage/pom.xml
 (original)
+++ 
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.jena.tdb.storage/pom.xml
 Wed Feb 10 19:28:35 2010
@@ -39,8 +39,12 @@
                        <artifactId>tdb</artifactId>
                        <exclusions>
                                <exclusion>
-                                       <artifactId>jmxri</artifactId>
                                        <groupId>com.sun.jmx</groupId>
+                                       <artifactId>jmxri</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>javax.jms</groupId>
+                                       <artifactId>jms</artifactId>
                                </exclusion>
                        </exclusions>
                </dependency>


Reply via email to