]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.sdk.rap/pom.xml
SLC RAP working with UI admin
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.sdk.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</groupId>
6 <artifactId>dep</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.dep</groupId>
11 <artifactId>org.argeo.slc.dep.sdk.rap</artifactId>
12 <name>SLC Eclipse RAP Dependencies</name>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.argeo.maven.plugins</groupId>
17 <artifactId>maven-argeo-osgi-plugin</artifactId>
18 </plugin>
19 </plugins>
20 </build>
21 <dependencies>
22 <!-- Perspectives -->
23 <dependency>
24 <groupId>org.argeo.slc.eclipse</groupId>
25 <artifactId>org.argeo.slc.client.ui</artifactId>
26 <version>${version.slc}</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.slc.eclipse</groupId>
30 <artifactId>org.argeo.slc.client.ui.dist</artifactId>
31 <version>${version.slc}</version>
32 </dependency>
33 <!-- Secure Application -->
34 <dependency>
35 <groupId>org.argeo.commons.security</groupId>
36 <artifactId>org.argeo.security.dep.node.rap</artifactId>
37 <version>${version.argeo-commons}</version>
38 <exclusions>
39 <!-- <exclusion> -->
40 <!-- <groupId>org.argeo.commons.security</groupId> -->
41 <!-- <artifactId>org.argeo.security.ui.admin</artifactId> -->
42 <!-- </exclusion> -->
43
44 <exclusion>
45 <groupId>org.mortbay.jetty</groupId>
46 <artifactId>org.mortbay.jetty.server</artifactId>
47 </exclusion>
48 <exclusion>
49 <groupId>org.mortbay.jetty</groupId>
50 <artifactId>org.mortbay.jetty.server.util</artifactId>
51 </exclusion>
52 <exclusion>
53 <groupId>org.eclipse.equinox</groupId>
54 <artifactId>org.eclipse.equinox.http.jetty</artifactId>
55 </exclusion>
56
57 <exclusion>
58 <groupId>org.argeo.slc.runtime</groupId>
59 <artifactId>org.argeo.slc.support.castor</artifactId>
60 </exclusion>
61
62 </exclusions>
63 </dependency>
64 <dependency>
65 <groupId>org.argeo.slc.eclipse</groupId>
66 <artifactId>org.argeo.slc.client.rap</artifactId>
67 <version>${version.slc}</version>
68 </dependency>
69 <!-- Back-end Dependencies -->
70 <dependency>
71 <groupId>org.argeo.slc.dep</groupId>
72 <artifactId>org.argeo.slc.dep.backend</artifactId>
73 <version>${version.slc}</version>
74 </dependency>
75
76 <!-- TEST and target platform generation -->
77 <!-- Apache Directory -->
78 <dependency>
79 <groupId>org.argeo.commons.security</groupId>
80 <artifactId>org.argeo.security.dep.ads</artifactId>
81 <type>pom</type>
82 <version>${version.argeo-commons}</version>
83 <scope>test</scope>
84 </dependency>
85 </dependencies>
86 </project>