]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.rap/pom.xml
Authenticate SLC execution threads
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rap / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.slc.eclipse</groupId>
6 <artifactId>plugins</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.client.rap</artifactId>
11 <name>SLC Client RAP</name>
12 <packaging>jar</packaging>
13 <dependencies>
14
15 <!-- SLC -->
16 <dependency>
17 <groupId>org.argeo.slc.eclipse</groupId>
18 <artifactId>org.argeo.slc.client.ui</artifactId>
19 <version>0.13.1-SNAPSHOT</version>
20 </dependency>
21
22 <!-- Argeo common distribution for RAP projects -->
23 <dependency>
24 <groupId>org.argeo.commons.eclipse</groupId>
25 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
26 <version>${version.argeo-commons}</version>
27 <exclusions>
28 <exclusion>
29 <groupId>org.mortbay.jetty</groupId>
30 <artifactId>org.mortbay.jetty.server</artifactId>
31 </exclusion>
32 <exclusion>
33 <groupId>org.mortbay.jetty</groupId>
34 <artifactId>org.mortbay.jetty.server.util</artifactId>
35 </exclusion>
36 <exclusion>
37 <groupId>org.eclipse.equinox</groupId>
38 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
39 </exclusion>
40 </exclusions>
41 </dependency>
42
43 <!-- Argeo common distribution for Secured UI -->
44 <dependency>
45 <groupId>org.argeo.commons.security</groupId>
46 <artifactId>org.argeo.security.ui.rap</artifactId>
47 <version>${version.argeo-commons}</version>
48 </dependency>
49 </dependencies>
50 </project>