============================================
* 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
<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>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
</dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<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>