]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.ui.dist/pom.xml
Exclude some Argeo customers
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.ui.dist / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?><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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc.eclipse</groupId>
5 <artifactId>plugins</artifactId>
6 <version>1.1.2-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.client.ui.dist</artifactId>
10 <name>SLC Client UI Distribution</name>
11 <packaging>jar</packaging>
12
13
14 <dependencies>
15 <!-- Commons UI -->
16 <dependency>
17 <groupId>org.argeo.commons.eclipse</groupId>
18 <artifactId>org.argeo.eclipse.ui</artifactId>
19 <version>${version.argeo-commons}</version>
20 </dependency>
21 <dependency>
22 <groupId>org.argeo.commons.eclipse</groupId>
23 <artifactId>org.argeo.eclipse.ui.jcr</artifactId>
24 <version>${version.argeo-commons}</version>
25 </dependency>
26 <dependency>
27 <groupId>org.argeo.commons.eclipse</groupId>
28 <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
29 <version>${version.argeo-commons}</version>
30 <scope>provided</scope>
31 </dependency>
32
33
34 <!-- SLC repo -->
35 <dependency>
36 <groupId>org.argeo.slc.runtime</groupId>
37 <artifactId>org.argeo.slc.repo</artifactId>
38 <version>1.1.2-SNAPSHOT</version>
39 </dependency>
40 <dependency>
41 <groupId>org.argeo.slc.modules</groupId>
42 <artifactId>org.argeo.slc.server.repo</artifactId>
43 <version>1.1.2-SNAPSHOT</version>
44 </dependency>
45
46 <dependency>
47 <groupId>org.argeo.tp</groupId>
48 <artifactId>biz.aQute.bndlib</artifactId>
49 </dependency>
50 </dependencies>
51 </project>