Revision 50647
Added by Alessia Bardi almost 7 years ago
pom.xml | ||
---|---|---|
165 | 165 |
<artifactId>commons-dbcp2</artifactId> |
166 | 166 |
<version>2.1.1</version> |
167 | 167 |
</dependency> |
168 |
|
|
169 |
<dependency> |
|
170 |
<groupId>eu.dnetlib</groupId> |
|
171 |
<artifactId>cnr-misc-utils</artifactId> |
|
172 |
<version>[1.0.5, 2.0.0)</version> |
|
173 |
</dependency> |
|
168 | 174 |
</dependencies> |
169 | 175 |
|
170 | 176 |
<properties> |
Also available in: Unified diff
merged r50646 : using misc-utils escaper instead of the one provided by velocity, which is old and does not support all XML entities.