David Syer
2bad74c238
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2579 50f2f4bb-b051-0410-bef5-90022cba6387
2009-12-04 18:25:31 +00:00
Sam Brannen
015a4ebcc2
[SPR-6222] Updating PetClinic Ivy dependencies so that the web-app runs.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2086 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-11 18:24:36 +00:00
Sam Brannen
a3f60f587a
Pet Clinic tests now run against JUnit 4.7.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2080 50f2f4bb-b051-0410-bef5-90022cba6387
2009-10-11 15:03:18 +00:00
Mark Fisher
d7b321e413
updated aspectj weaver version in .classpath files to match ivy.xml configuration
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1609 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-24 20:09:01 +00:00
Sam Brannen
887f8b3c10
[SPR-5887] Upgraded to JUnit 4.6.0.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1461 50f2f4bb-b051-0410-bef5-90022cba6387
2009-07-02 18:07:55 +00:00
Sam Brannen
5705ad0305
Repairing Eclipse classpaths and Ivy config:
...
- org.apache.openjpa -> 1.1.0
- com.sun.syndication -> 1.0.0
- javax.el -> 1.0.0
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1395 50f2f4bb-b051-0410-bef5-90022cba6387
2009-06-18 11:36:04 +00:00
Colin Sampaleanu
ff430c1a95
allow petclinic unit tests to work. slf4j impl was needed
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@983 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-13 05:23:44 +00:00
Chris Beams
7f82764cb2
+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
...
+ Finished support for @Import, including detection of circular imports
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@775 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-21 19:00:57 +00:00
Colin Sampaleanu
2d4710bf68
update hibernate and openjpa dependencies to match the orm module
...
variants. Note that tests are still broken
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@772 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-15 03:07:05 +00:00
Chris Beams
59047a8c89
Removed JSTL-related errors from petclinic search and show JSPs
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@718 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-03 02:31:45 +00:00
Arjen Poutsma
c0aa6c9330
Added content negotiation and MarshallingView to petclinic
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@603 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-06 15:54:57 +00:00
Arjen Poutsma
eac264dbf4
SPR-5460: Add AtomView sample to PetClinic
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@601 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-06 09:12:08 +00:00
Scott Andrews
bb06b47f90
adding missing test time dependencies
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@587 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-26 15:35:17 +00:00
Chris Beams
059906452e
+ refactoring .testsuite .aop.aspectj tests in preparation for migration to .context
...
+ updated all ivy.xml files to depend on AspectJ 1.6.2
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@480 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-19 14:56:09 +00:00
Chris Beams
410e80fe3c
+ updated petclinic dependency metadata from junit 4.4->4.5; servlet 2.4->2.5
...
+ deprecated AssertThrows (slated for complete removal by 3.0 GA)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@466 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-18 18:32:05 +00:00
Chris Beams
49f0189671
+ Added necessary JPA dependencies to make Petclinic JUnit tests pass
...
+ Removed unused imports for @RequestParam
Note: While unit tests pass in eclipse, NoClassDefFound errors are still being thrown when tests are run from the command line.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@330 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-24 22:16:21 +00:00
Arjen Poutsma
057f5f6880
Petclinic is RESTful.
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@321 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-20 23:42:20 +00:00
Arjen Poutsma
7b12e5f570
Petclinic seems to work
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@310 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-20 15:08:30 +00:00
Arjen Poutsma
3eebe162b2
Added petclinic sample
...
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@308 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-20 13:50:01 +00:00