Arrowx7 wrote:
Hello, I'm new to maven
I wanted to include the hibernate jar so I can import classes like:
import org.springframework.orm.hibernate3.HibernateCallback;

I know I have to add something to the pom.xml files, but I'm not sure what. Is it the hibernate plugin for maven?
Can someone point me in the right direction?

You need to add a dependency on hibernate in your pom.xml.

More info available here:

http://maven.apache.org/guides/getting-started/index.html#How_do_I_use_external_dependencies

--
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to