Author: tchemit Date: 2010-08-12 16:24:00 +0200 (Thu, 12 Aug 2010) New Revision: 251 Url: http://nuiton.org/repositories/revision/wikitty/251 Log: once again, clean poms + svn:ignore for (safe?) none eclipse users... Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-08-12 14:08:51 UTC (rev 250) +++ trunk/pom.xml 2010-08-12 14:24:00 UTC (rev 251) @@ -246,12 +246,30 @@ <dependency> <groupId>org.springframework</groupId> + <artifactId>spring-aop</artifactId> + <version>${spring.version}</version> + </dependency> + + <dependency> + <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-orm</artifactId> + <version>${spring.version}</version> + </dependency> + + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-jdbc</artifactId> + <version>${spring.version}</version> + </dependency> + + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>3.5.1-Final</version>