]> git.argeo.org Git - gpl/argeo-slc.git/blob - sandbox/argeo.slc.springtest/pom.xml
Introduce doItAgain skip until error
[gpl/argeo-slc.git] / sandbox / argeo.slc.springtest / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?><project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>org.argeo.slc.test</groupId>
4 <artifactId>argeo-slc-springtest</artifactId>
5 <name>Test Spring</name>
6 <version>0.0.1-SNAPSHOT</version>
7 <description>Dummy project to test Spring</description>
8 <dependencies>
9 <dependency>
10 <groupId>log4j</groupId>
11 <artifactId>log4j</artifactId>
12 <version>1.2.14</version>
13 </dependency>
14 <dependency>
15 <groupId>commons-logging</groupId>
16 <artifactId>commons-logging</artifactId>
17 <version>1.1.1</version>
18 </dependency>
19 <dependency>
20 <groupId>org.apache.commons</groupId>
21 <artifactId>commons-io</artifactId>
22 <version>1.3.2</version>
23 </dependency>
24 <dependency>
25 <groupId>org.springframework</groupId>
26 <artifactId>spring-context</artifactId>
27 <version>2.5.2</version>
28 </dependency>
29 <dependency>
30 <groupId>junit</groupId>
31 <artifactId>junit</artifactId>
32 <version>3.8.2</version>
33 </dependency>
34 </dependencies>
35 <repositories>
36 <repository>
37 <id>central</id>
38 <url>http://www.argeo.org/maven/proxy</url>
39 <releases>
40 <enabled>true</enabled>
41 <updatePolicy>daily</updatePolicy>
42 <checksumPolicy>warn</checksumPolicy>
43 </releases>
44 </repository>
45 </repositories>
46 </project>