From: Erik Brakkee Date: Mon, 12 Apr 2010 19:46:43 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.7~620 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=54903ea538a09fdb1e2ee6dc37e89bb85aebfec4;p=utils --- 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 @@ ehcache 1.2.3 - - xerces - xercesImpl - 2.8.1 - - commons-email 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 @@ net.sf.ehcache ehcache - - xerces - xercesImpl - jaxen jaxen 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 @@ net.sf.ehcache ehcache - - xerces - xercesImpl - org.wamblee wamblee-hibernate-jpa