(no commit message)
authorErik Brakkee <erik@brakkee.org>
Mon, 12 Apr 2010 19:46:43 +0000 (19:46 +0000)
committerErik Brakkee <erik@brakkee.org>
Mon, 12 Apr 2010 19:46:43 +0000 (19:46 +0000)
README.txt
pom.xml
support/general/pom.xml
support/spring/pom.xml

index 5fb6e6ab97a44b7183dbce7f006d71a90360f3d6..a41ba43712340249866fc48241f48af6da1ca00e 100644 (file)
@@ -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 04c79d8de53126395b9a1de87529746b9dd24488..06a6096918c6ba62c13004e0e9891a4542072867 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <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>
index 74964413df3c5e3d4f630748d87990475789c302..e812bfb38da5de14396a0db9f3a1e83ac0165ad3 100644 (file)
       <groupId>net.sf.ehcache</groupId>
       <artifactId>ehcache</artifactId>
     </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-    </dependency>
     <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
index d84af1217a663223fb83ea3e2fc3e8f71bf9dd68..ca388da85dd38b85737d43cd50e79c08da9a628d 100644 (file)
       <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>