Revision 42970
Added by Claudio Atzori over 8 years ago
pom.xml | ||
---|---|---|
33 | 33 |
<groupId>org.apache.velocity</groupId> |
34 | 34 |
<artifactId>velocity</artifactId> |
35 | 35 |
<version>1.7</version> |
36 |
<exclusions> |
|
37 |
<exclusion> |
|
38 |
<artifactId>antlr</artifactId> |
|
39 |
<groupId>antlr</groupId> |
|
40 |
</exclusion> |
|
41 |
<exclusion> |
|
42 |
<artifactId>commons-lang</artifactId> |
|
43 |
<groupId>commons-lang</groupId> |
|
44 |
</exclusion> |
|
45 |
</exclusions> |
|
36 | 46 |
</dependency> |
37 | 47 |
<dependency> |
38 | 48 |
<groupId>org.postgresql</groupId> |
... | ... | |
42 | 52 |
<dependency> |
43 | 53 |
<groupId>org.hibernate</groupId> |
44 | 54 |
<artifactId>hibernate-core</artifactId> |
45 |
<version>4.3.2.Final</version> |
|
55 |
<!--<version>4.3.2.Final</version> --> |
|
56 |
<version>5.0.8.Final</version> |
|
57 |
<exclusions> |
|
58 |
<exclusion> |
|
59 |
<artifactId>antlr</artifactId> |
|
60 |
<groupId>antlr</groupId> |
|
61 |
</exclusion> |
|
62 |
</exclusions> |
|
46 | 63 |
</dependency> |
47 | 64 |
|
48 | 65 |
<dependency> |
Also available in: Unified diff
excluding antlr:antlr and commons-lang:commons-lang, updated hibernate-core to 5.0.8.Final