]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
35905a60cd2f2d6f2c16582aec26cb9bd21f2dd5
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.1.13</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.server.core</artifactId>
11 <name>Commons Server Core</name>
12 <dependencies>
13 <dependency>
14 <groupId>org.argeo.commons</groupId>
15 <artifactId>org.argeo.util</artifactId>
16 <version>2.1.13</version>
17 </dependency>
18
19 <!-- Apache Commons -->
20 <!-- <dependency>
21 <groupId>org.argeo.tp</groupId>
22 <artifactId>org.apache.commons.io</artifactId>
23 </dependency>
24 <dependency>
25 <groupId>org.argeo.tp</groupId>
26 <artifactId>org.apache.commons.vfs2</artifactId>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.tp</groupId>
30 <artifactId>org.apache.commons.exec</artifactId>
31 </dependency>
32 <dependency>
33 <groupId>org.argeo.tp</groupId>
34 <artifactId>com.jcraft.jsch</artifactId>
35 </dependency>
36
37 <dependency>
38 <groupId>org.argeo.tp</groupId>
39 <artifactId>org.joda.time</artifactId>
40 </dependency>
41 -->
42 <!-- Spring -->
43 <!-- <dependency>
44 <groupId>org.argeo.tp</groupId>
45 <artifactId>org.springframework.web</artifactId>
46 </dependency>
47 <dependency>
48 <groupId>org.argeo.tp</groupId>
49 <artifactId>org.springframework.beans</artifactId>
50 </dependency>
51 <dependency>
52 <groupId>org.argeo.tp</groupId>
53 <artifactId>org.springframework.context</artifactId>
54 </dependency>
55 <dependency>
56 <groupId>org.argeo.tp</groupId>
57 <artifactId>org.springframework.core</artifactId>
58 </dependency>
59 <dependency>
60 <groupId>org.argeo.tp</groupId>
61 <artifactId>org.springframework.web.servlet</artifactId>
62 </dependency>
63 -->
64 <!-- J2EE -->
65 <!-- <dependency> -->
66 <!-- <groupId>org.argeo.tp</groupId> -->
67 <!-- <artifactId>javax.servlet</artifactId> -->
68 <!-- </dependency> -->
69
70 <!-- Logging -->
71 <!-- <dependency> -->
72 <!-- <groupId>org.argeo.tp</groupId> -->
73 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
74 <!-- </dependency> -->
75
76 <!-- <dependency> -->
77 <!-- <groupId>org.argeo.tp</groupId> -->
78 <!-- <artifactId>org.apache.commons.fileupload</artifactId> -->
79 <!-- </dependency> -->
80 </dependencies>
81 </project>