]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/features/org.argeo.eclipse.dep.common/pom.xml
Add authorizations to JCR
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons.eclipse</groupId>
7 <artifactId>features</artifactId>
8 <version>0.2.3-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.eclipse.dep.common</artifactId>
12 <name>Commons Eclipse Shared Dependencies</name>
13 <dependencies>
14 <!-- Eclipse -->
15 <dependency>
16 <groupId>org.eclipse.core</groupId>
17 <artifactId>org.eclipse.core.runtime</artifactId>
18 </dependency>
19 <dependency>
20 <groupId>org.eclipse.core</groupId>
21 <artifactId>org.eclipse.core.commands</artifactId>
22 </dependency>
23 <dependency>
24 <groupId>com.ibm.icu</groupId>
25 <artifactId>com.ibm.icu</artifactId>
26 </dependency>
27 <dependency>
28 <groupId>org.eclipse.equinox</groupId>
29 <artifactId>org.eclipse.equinox.preferences</artifactId>
30 <version>3.3.0</version>
31 </dependency>
32 <dependency>
33 <groupId>org.eclipse.equinox</groupId>
34 <artifactId>org.eclipse.equinox.launcher</artifactId>
35 </dependency>
36
37 <!-- Security -->
38 <dependency>
39 <groupId>org.eclipse.equinox</groupId>
40 <artifactId>org.eclipse.equinox.security</artifactId>
41 </dependency>
42
43
44 </dependencies>
45 </project>