The only things in there right now are: 1. JUnit (test) 2. Spring Test (test) 3. Log4j (all sorts of logging) 4. javax.validation (compile) 5. SLF4J (JCL binding, Log4j binding, API) 6. AspectJ 7. Servlet API
#1, #2, #4, #5 have to be where they are. #6 is useful to have where it is. You could move log4j but having it there is helpful for tests. Servlet API is probably the only one that could realistically move. Spring Core and Context aren't at the parent pom level. On Mon, Mar 15, 2010 at 3:55 PM, Marvin Addison <[email protected]>wrote: > > I've uploaded 3.4-RC2 to the Jasig Repository if anyone wants to try it > out. > > I built the test overlay against trunk as of this afternoon, which is > labeled 3.4-RC3-SNAPSHOT, and it looks good. I would still like to > see all the dependencies in the parent pom come out except those on > which all modules explicitly depend. I believe that would be the > following: > > - slf4j-api > - spring-core > - spring-context > - spring-beans > - junit (test) > - spring-test (test) > > M > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-dev > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
