Author: reto
Date: Wed Feb 10 19:14:52 2010
New Revision: 908636
URL: http://svn.apache.org/viewvc?rev=908636&view=rev
Log:
putting exclusion in the right place (and using tabs)
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=908636&r1=908635&r2=908636&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:14:52 2010
@@ -21,12 +21,6 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.rdf.jena.commons</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>jmxri</artifactId>
- <groupId>com.sun.jmx</groupId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
@@ -43,6 +37,12 @@
<dependency>
<groupId>com.hp.hpl.jena</groupId>
<artifactId>tdb</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>jmxri</artifactId>
+ <groupId>com.sun.jmx</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>