From 0d5e246e7dc0505576de194b7798599995f54d04 Mon Sep 17 00:00:00 2001
From: hudson <hudson@linux-g5e1.site>
Date: Wed, 13 Jun 2012 14:07:56 +0200
Subject: [PATCH] delete jdom exclusions from pom

---
 core/pom.xml |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 566fcb3..d8d4cd7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -70,12 +70,6 @@ THE SOFTWARE.
       <groupId>org.jvnet.hudson</groupId>
       <artifactId>jtidy</artifactId>
       <version>4aug2000r7-dev-hudson-1</version>
-      <exclusions>
-        <exclusion>
-          <groupId>jdom</groupId>
-          <artifactId>jdom</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
 
     <dependency><!-- working around MCOMPILER-97 -->
@@ -309,10 +303,6 @@ THE SOFTWARE.
           <groupId>xerces</groupId>
           <artifactId>xercesImpl</artifactId>
         </exclusion>
-        <exclusion>
-          <groupId>jdom</groupId>
-          <artifactId>jdom</artifactId>
-        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
-- 
1.7.3.4