After few tests, I think that I will upload all the ditribution of hibernate on my server.
Alexandre A. Shneyderman wrote:
Here is what I have:
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>full-2.0</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>2.1</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency> <dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.1</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.2</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency> <dependency>
<groupId>ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>0.7</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency> <dependency>
<groupId>hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>2.1.6</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency> <dependency>
<groupId>odmg</groupId>
<artifactId>odmg</artifactId>
<version>3.0</version> <properties>
<war.bundle>true</war.bundle>
</properties> </dependency> <dependency>
<groupId>j2ee</groupId>
<artifactId>jta</artifactId>
<version>unknown</version>
<properties>
<war.bundle>true</war.bundle>
</properties> </dependency>
JTA you will need to park somewhere on your own server. And I am not sure
anymore if it is required. Also, note that depending on your environment you
might need to add more deps.
-----Original Message-----
From: Alexandre Touret [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 8:00 AM
To: Maven Users List
Subject: Hibernate dependencies
Hi, I am trying to parameter hibernate with maven. Could you send me a sample of project configuration file where the dependencies of hibernate are initialized?
Thanks in advance
Alexandre
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
