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