Revision 11:45993ab31d47 pom.xml

View differences:

pom.xml
247 247

  
248 248
	<dependencies>
249 249
		<dependency>
250
			<groupId>net.penril.commons</groupId>
251
			<artifactId>commons-hibernate-util</artifactId>
252
			<version>0.0.1-SNAPSHOT</version>
253
		</dependency>
250
 			<groupId>org.hibernate</groupId>
251
 			<artifactId>hibernate-core</artifactId>
252
 			<version>3.3.1.GA</version>
253
 			<type>jar</type>
254
 			<scope>compile</scope>
255
 		</dependency>
254 256
		<dependency>
255 257
			<groupId>junit</groupId>
256 258
			<artifactId>junit</artifactId>

Also available in: Unified diff