From 949267c2415f603925b91d2c1e436e9846a5a35a Mon Sep 17 00:00:00 2001
From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0>
Date: Mon, 12 Apr 2010 19:46:43 +0000
Subject: [PATCH]

---
 README.txt              | 4 +++-
 pom.xml                 | 6 ------
 support/general/pom.xml | 4 ----
 support/spring/pom.xml  | 4 ----
 4 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/README.txt b/README.txt
index 5fb6e6ab..a41ba437 100644
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,9 @@ Support utilities for enterprise development
 ============================================
 
 * support: Base (non-Java EE) support
-* system: The parts of an IOC framwork.
+* system:  An IOC framework experiment. This should be flexible enough as a basis for 
+  a CDI implementation. It currently offers only a programmatic API and does not use
+  annotations.  
 * hibernate-jpa: Hibernate JPA dependencies
 * security: Security support utlities (user management and authorization)
 * test: Test support for JEE testing. In particular, junit testing with an inmemory or
diff --git a/pom.xml b/pom.xml
index 04c79d8d..06a60969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,12 +250,6 @@
                 <artifactId>ehcache</artifactId>
                 <version>1.2.3</version>
             </dependency>
-            <dependency>
-                <groupId>xerces</groupId>
-                <artifactId>xercesImpl</artifactId>
-                <version>2.8.1</version>
-            </dependency>
-
 
             <dependency>
                 <groupId>commons-email</groupId>
diff --git a/support/general/pom.xml b/support/general/pom.xml
index 74964413..e812bfb3 100644
--- a/support/general/pom.xml
+++ b/support/general/pom.xml
@@ -55,10 +55,6 @@
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-    </dependency>
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
diff --git a/support/spring/pom.xml b/support/spring/pom.xml
index d84af121..ca388da8 100644
--- a/support/spring/pom.xml
+++ b/support/spring/pom.xml
@@ -63,10 +63,6 @@
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.wamblee</groupId>
       <artifactId>wamblee-hibernate-jpa</artifactId>
-- 
2.31.1