What you posted has org.apche.commons rather than org.apache.commons Are you missing an 'a' in apache?
On Jan 29, 2008 6:31 PM, Jacob Bergoo <[EMAIL PROTECTED]> wrote: > > Hi All, > I am new to Maven 2 but I am learning as fast as I can. My plan is to set > up > a project that is working with Spring 2.5.1, Tapestry 5, Hibernate > 3.2.5.ga, > MySQL 5.0. > This is what I have done so far: > 1) I have Created a project using Quickstart Archtype for Tapestry 5 > 2) I have added Spring dep. to my pom.xml > 3) I have added MySQL connector to my > http://www.nabble.com/file/p15166088/pom.xml pom.xml > > When I try to run the application Jetty I got an error for missing > commons-dbcp. I have tried to find this jar in the maven repositories in > http://repo1.maven.org/maven2/org/apache/commons/ and in > http://repo1.maven.org/maven2/org/apache/commons/ and there is no sign of > it > there. I want to do this "the maven way", but so far it seems a lot easier > to just drop in the jar file in the lib folder... > > Has anybody else set upp this combination or similar combination of > framework and are willing to share the pom.xml with the rest of us. > > Thanks in advance for any help > Jacob > > > -- > View this message in context: > http://www.nabble.com/Need-help-with-pom.xml-for-my-tapestry-5-project-tp15166088p15166088.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
