Hi, I am beginner with maven and now I am trying to create a project that uses Tapestry 5, Spring 2.5.1, Hibernate 3, MySQL
I have created a archtype for tapestry5 and added : <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>2.5.1</version> </dependency> this works fine and downloads spring-beans, spring-core,spring-context and spring-web to my local repository, but I want to use hibernate 3 with spring (I need the spring-dao, spring-hibernate3, spring-jdbc, spring-aop also) when I try to add this to my pom.xml It didn't find anything more to download <dependency> <groupId>org.springframework</groupId> <artifactId>spring-dao</artifactId> <version>2.5.1</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-hibernate3</artifactId> <version>2.5.1</version> </dependency> Am I doing something wrong here? Thanks for any help Jacob -- View this message in context: http://www.nabble.com/Using-Spring-2.5.1-for-Spring-dao-and-Spring-hibernate3-tp15149196s177p15149196.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]