comparison flys-backend/pom.xml @ 168:86a1bd9cc50e

More Hibernate/JPA stuff flys-backend/trunk@1458 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 11 Mar 2011 14:41:18 +0000
parents 15d515fe15f5
children 7929f4144d2f
comparison
equal deleted inserted replaced
167:15d515fe15f5 168:86a1bd9cc50e
26 <propertyfile>src/main/config/hbm.properties</propertyfile> 26 <propertyfile>src/main/config/hbm.properties</propertyfile>
27 </componentProperties> 27 </componentProperties>
28 </configuration> 28 </configuration>
29 --> 29 -->
30 </plugin> 30 </plugin>
31 <plugin>
32 <groupId>org.apache.maven.plugins</groupId>
33 <artifactId>maven-compiler-plugin</artifactId>
34 <version>2.0.2</version>
35 <configuration>
36 <source>1.5</source>
37 <target>1.5</target>
38 </configuration>
39 </plugin>
31 </plugins> 40 </plugins>
32 </build> 41 </build>
33 42
34 <dependencies> 43 <dependencies>
35 <dependency> 44 <dependency>
39 <scope>test</scope> 48 <scope>test</scope>
40 </dependency> 49 </dependency>
41 <dependency> 50 <dependency>
42 <groupId>org.hibernate</groupId> 51 <groupId>org.hibernate</groupId>
43 <artifactId>hibernate-core</artifactId> 52 <artifactId>hibernate-core</artifactId>
44 <version>3.6.1.Final</version> 53 <version>3.6.2.Final</version>
54 </dependency>
55 <dependency>
56 <groupId>org.hibernate</groupId>
57 <artifactId>hibernate-entitymanager</artifactId>
58 <version>3.6.2.Final</version>
59 </dependency>
60 <dependency>
61 <groupId>log4j</groupId>
62 <artifactId>log4j</artifactId>
63 <version>1.2.14</version>
64 </dependency>
65 <dependency>
66 <groupId>commons-dbcp</groupId>
67 <artifactId>commons-dbcp</artifactId>
68 <version>1.2.2</version>
45 </dependency> 69 </dependency>
46 </dependencies> 70 </dependencies>
47 71
48 <repositories> 72 <repositories>
49 <repository> 73 <repository>

http://dive4elements.wald.intevation.org