]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
54d2e07a98305c383bd03f1e553b344f67aaf630
[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 <version>2.1.13</version>
7 <artifactId>argeo-commons</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.security.ui</artifactId>
11 <name>Commons Security UI</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <!-- Argeo Security -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.security.core</artifactId>
18 <version>2.1.13</version>
19 </dependency>
20
21 <!-- Generic Eclipse Utilities -->
22 <dependency>
23 <groupId>org.argeo.commons</groupId>
24 <artifactId>org.argeo.eclipse.ui.workbench</artifactId>
25 <version>2.1.13</version>
26 </dependency>
27
28 <!-- We build against RAP -->
29 <!-- <dependency>
30 <groupId>org.argeo.commons</groupId>
31 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
32 <type>pom</type>
33 <version>2.1.12-SNAPSHOT</version>
34 <scope>provided</scope>
35 </dependency> -->
36
37 <!-- Others: Commons utils, Spring, Logging -->
38 <dependency>
39 <groupId>org.argeo.commons</groupId>
40 <artifactId>org.argeo.util</artifactId>
41 <version>2.1.13</version>
42 </dependency>
43 <!-- <dependency> -->
44 <!-- <groupId>org.argeo.tp</groupId> -->
45 <!-- <artifactId>org.springframework.security.core</artifactId> -->
46 <!-- </dependency> -->
47 <!-- <dependency> -->
48 <!-- <groupId>org.argeo.tp</groupId> -->
49 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
50 <!-- </dependency> -->
51 </dependencies>
52 </project>