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