equal
deleted
inserted
replaced
93 <include>main.js</include> |
93 <include>main.js</include> |
94 </includes> |
94 </includes> |
95 <targetPath>static/js</targetPath> |
95 <targetPath>static/js</targetPath> |
96 </resource> |
96 </resource> |
97 <resource> |
97 <resource> |
|
98 <directory>../client/lib</directory> |
|
99 <targetPath>static/lib</targetPath> |
|
100 </resource> |
|
101 <resource> |
98 <directory>../client/css</directory> |
102 <directory>../client/css</directory> |
99 <includes> |
103 <includes> |
100 <include>*.css</include> |
104 <include>*.css</include> |
101 </includes> |
105 </includes> |
102 <targetPath>static/css</targetPath> |
106 <targetPath>static/css</targetPath> |
267 </dependency--> |
271 </dependency--> |
268 <dependency> |
272 <dependency> |
269 <groupId>org.springframework</groupId> |
273 <groupId>org.springframework</groupId> |
270 <artifactId>spring-test</artifactId> |
274 <artifactId>spring-test</artifactId> |
271 <version>${spring-version}</version> |
275 <version>${spring-version}</version> |
|
276 <scope>test</scope> |
272 </dependency> |
277 </dependency> |
273 <dependency> |
278 <dependency> |
274 <groupId>org.springframework</groupId> |
279 <groupId>org.springframework</groupId> |
275 <artifactId>spring-webmvc</artifactId> |
280 <artifactId>spring-webmvc</artifactId> |
276 <version>${spring-version}</version> |
281 <version>${spring-version}</version> |
384 </dependency> |
389 </dependency> |
385 <dependency> |
390 <dependency> |
386 <groupId>joda-time</groupId> |
391 <groupId>joda-time</groupId> |
387 <artifactId>joda-time</artifactId> |
392 <artifactId>joda-time</artifactId> |
388 <version>${joda-version}</version> |
393 <version>${joda-version}</version> |
389 </dependency> |
394 </dependency> |
|
395 <dependency> |
|
396 <groupId>javax.validation</groupId> |
|
397 <artifactId>validation-api</artifactId> |
|
398 <version>1.1.0.CR2</version> |
|
399 </dependency> |
|
400 <dependency> |
|
401 <groupId>org.hibernate</groupId> |
|
402 <artifactId>hibernate-validator</artifactId> |
|
403 <version>4.2.0.Final</version> |
|
404 </dependency> |
|
405 <dependency> |
|
406 <groupId>com.fasterxml.uuid</groupId> |
|
407 <artifactId>java-uuid-generator</artifactId> |
|
408 <version>3.1.3</version> |
|
409 </dependency> |
390 </dependencies> |
410 </dependencies> |
391 <organization> |
411 <organization> |
392 <name>IRI</name> |
412 <name>IRI</name> |
393 <url>http://www.iri.centrepompidou.fr</url> |
413 <url>http://www.iri.centrepompidou.fr</url> |
394 </organization> |
414 </organization> |