]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
a10df67b9c95efa543fc3b164e899925c7c686f5
[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.security.core</artifactId>
11 <name>Commons Security 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 <dependency>
19 <groupId>org.argeo.commons</groupId>
20 <artifactId>org.argeo.server.jcr</artifactId>
21 <version>2.1.13</version>
22 </dependency>
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.server.jackrabbit</artifactId>
26 <version>2.1.13</version>
27 </dependency>
28
29 <!-- SDK -->
30 <!-- <dependency> -->
31 <!-- <groupId>org.argeo.tp</groupId> -->
32 <!-- <artifactId>argeo-tp</artifactId> -->
33 <!-- <version>${version.argeo-distribution}</version> -->
34 <!-- <scope>provided</scope> -->
35 <!-- </dependency> -->
36
37 <!-- Crypto -->
38 <!-- <dependency> -->
39 <!-- <groupId>org.argeo.tp</groupId> -->
40 <!-- <artifactId>bcprov</artifactId> -->
41 <!-- <optional>true</optional> -->
42 <!-- </dependency> -->
43 <!-- <dependency> -->
44 <!-- <groupId>org.argeo.tp</groupId> -->
45 <!-- <artifactId>org.apache.commons.codec</artifactId> -->
46 <!-- </dependency> -->
47
48 <!-- Spring -->
49 <!-- <dependency> -->
50 <!-- <groupId>org.argeo.tp</groupId> -->
51 <!-- <artifactId>org.springframework.core</artifactId> -->
52 <!-- </dependency> -->
53 <!-- <dependency> -->
54 <!-- <groupId>org.argeo.tp</groupId> -->
55 <!-- <artifactId>org.springframework.beans</artifactId> -->
56 <!-- </dependency> -->
57 <!-- <dependency> -->
58 <!-- <groupId>org.argeo.tp</groupId> -->
59 <!-- <artifactId>org.springframework.context</artifactId> -->
60 <!-- </dependency> -->
61 <!-- <dependency> -->
62 <!-- <groupId>org.argeo.tp</groupId> -->
63 <!-- <artifactId>org.springframework.security.core</artifactId> -->
64 <!-- </dependency> -->
65 <!-- <dependency> -->
66 <!-- <groupId>org.argeo.tp</groupId> -->
67 <!-- <artifactId>org.springframework.transaction</artifactId> -->
68 <!-- </dependency> -->
69
70 <!-- OSGi -->
71 <!-- <dependency> -->
72 <!-- <groupId>org.argeo.tp</groupId> -->
73 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
74 <!-- <scope>provided</scope> -->
75 <!-- </dependency> -->
76
77 <!-- Logging -->
78 <!-- <dependency> -->
79 <!-- <groupId>org.argeo.tp</groupId> -->
80 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
81 <!-- </dependency> -->
82
83 <!-- <dependency> -->
84 <!-- <groupId>org.argeo.tp</groupId> -->
85 <!-- <artifactId>org.apache.log4j</artifactId> -->
86 <!-- <optional>true</optional> -->
87 <!-- </dependency> -->
88
89 <!-- TEST -->
90 <!-- <dependency> -->
91 <!-- <groupId>org.argeo.tp</groupId> -->
92 <!-- <artifactId>junit</artifactId> -->
93 <!-- <scope>test</scope> -->
94 <!-- </dependency> -->
95 <!-- <dependency> -->
96 <!-- <groupId>org.argeo.commons</groupId> -->
97 <!-- <artifactId>org.argeo.dep.log4j</artifactId> -->
98 <!-- <version>2.1.12-SNAPSHOT</version> -->
99 <!-- <type>pom</type> -->
100 <!-- <scope>test</scope> -->
101 <!-- </dependency> -->
102 <!-- <dependency> -->
103 <!-- <groupId>org.argeo.commons</groupId> -->
104 <!-- <artifactId>org.argeo.server.json</artifactId> -->
105 <!-- <version>2.1.12-SNAPSHOT</version> -->
106 <!-- <scope>test</scope> -->
107 <!-- </dependency> -->
108 <!-- <dependency> -->
109 <!-- <groupId>org.argeo.tp</groupId> -->
110 <!-- <artifactId>com.springsource.json</artifactId> -->
111 <!-- <scope>test</scope> -->
112 <!-- </dependency> -->
113
114 </dependencies>
115 </project>