equal
deleted
inserted
replaced
267 </dependency--> |
267 </dependency--> |
268 <dependency> |
268 <dependency> |
269 <groupId>org.springframework</groupId> |
269 <groupId>org.springframework</groupId> |
270 <artifactId>spring-test</artifactId> |
270 <artifactId>spring-test</artifactId> |
271 <version>${spring-version}</version> |
271 <version>${spring-version}</version> |
|
272 <scope>test</scope> |
272 </dependency> |
273 </dependency> |
273 <dependency> |
274 <dependency> |
274 <groupId>org.springframework</groupId> |
275 <groupId>org.springframework</groupId> |
275 <artifactId>spring-webmvc</artifactId> |
276 <artifactId>spring-webmvc</artifactId> |
276 <version>${spring-version}</version> |
277 <version>${spring-version}</version> |
384 </dependency> |
385 </dependency> |
385 <dependency> |
386 <dependency> |
386 <groupId>joda-time</groupId> |
387 <groupId>joda-time</groupId> |
387 <artifactId>joda-time</artifactId> |
388 <artifactId>joda-time</artifactId> |
388 <version>${joda-version}</version> |
389 <version>${joda-version}</version> |
389 </dependency> |
390 </dependency> |
|
391 <dependency> |
|
392 <groupId>javax.validation</groupId> |
|
393 <artifactId>validation-api</artifactId> |
|
394 <version>1.1.0.CR2</version> |
|
395 </dependency> |
|
396 <dependency> |
|
397 <groupId>org.hibernate</groupId> |
|
398 <artifactId>hibernate-validator</artifactId> |
|
399 <version>4.2.0.Final</version> |
|
400 </dependency> |
390 </dependencies> |
401 </dependencies> |
391 <organization> |
402 <organization> |
392 <name>IRI</name> |
403 <name>IRI</name> |
393 <url>http://www.iri.centrepompidou.fr</url> |
404 <url>http://www.iri.centrepompidou.fr</url> |
394 </organization> |
405 </organization> |