Mercurial > dive4elements > river
comparison backend/pom.xml @ 8480:3cfa0af6fa2a
Upgrade hibernate.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 27 Nov 2014 19:14:05 +0100 |
parents | f53d562d7250 |
children | 7f63ad20d4f0 |
comparison
equal
deleted
inserted
replaced
8479:efda43a6dfd2 | 8480:3cfa0af6fa2a |
---|---|
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 </properties> | 15 </properties> |
16 | 16 |
17 <build> | 17 <build> |
18 <plugins> | 18 <plugins> |
19 <plugin> | |
20 <groupId>org.codehaus.mojo</groupId> | |
21 <artifactId>hibernate3-maven-plugin</artifactId> | |
22 <version>2.2</version> | |
23 <!-- | |
24 <configuration> | |
25 <componentProperties> | |
26 <propertyfile>src/main/config/hbm.properties</propertyfile> | |
27 </componentProperties> | |
28 </configuration> | |
29 --> | |
30 </plugin> | |
31 <plugin> | 19 <plugin> |
32 <groupId>org.apache.maven.plugins</groupId> | 20 <groupId>org.apache.maven.plugins</groupId> |
33 <artifactId>maven-compiler-plugin</artifactId> | 21 <artifactId>maven-compiler-plugin</artifactId> |
34 <version>2.0.2</version> | 22 <version>2.0.2</version> |
35 <configuration> | 23 <configuration> |
83 <version>2.0</version> | 71 <version>2.0</version> |
84 </dependency> | 72 </dependency> |
85 <dependency> | 73 <dependency> |
86 <groupId>org.hibernate</groupId> | 74 <groupId>org.hibernate</groupId> |
87 <artifactId>hibernate-core</artifactId> | 75 <artifactId>hibernate-core</artifactId> |
88 <version>3.6.5.Final</version> | 76 <version>3.6.10.Final</version> |
89 </dependency> | 77 </dependency> |
90 <dependency> | 78 <dependency> |
91 <groupId>org.hibernate</groupId> | 79 <groupId>org.hibernate</groupId> |
92 <artifactId>hibernate-entitymanager</artifactId> | 80 <artifactId>hibernate-entitymanager</artifactId> |
93 <version>3.6.5.Final</version> | 81 <version>3.6.10.Final</version> |
94 </dependency> | 82 </dependency> |
95 <dependency> | 83 <dependency> |
96 <groupId>log4j</groupId> | 84 <groupId>log4j</groupId> |
97 <artifactId>log4j</artifactId> | 85 <artifactId>log4j</artifactId> |
98 <version>1.2.14</version> | 86 <version>1.2.14</version> |