]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/features/org.argeo.eclipse.dep.common/pom.xml
Add JCR MVC
[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" 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.eclipse</groupId>
6 <artifactId>features</artifactId>
7 <version>0.2.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.dep.common</artifactId>
11 <name>Commons Eclipse Dependencies</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.argeo.maven.plugins</groupId>
16 <artifactId>maven-argeo-osgi-plugin</artifactId>
17 </plugin>
18 </plugins>
19 </build>
20 <dependencies>
21 <!-- Eclipse -->
22 <dependency>
23 <groupId>org.eclipse.core</groupId>
24 <artifactId>org.eclipse.core.runtime</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.eclipse.core</groupId>
28 <artifactId>org.eclipse.core.commands</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>com.ibm.icu</groupId>
32 <artifactId>com.ibm.icu</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.eclipse.equinox</groupId>
36 <artifactId>org.eclipse.equinox.preferences</artifactId>
37 <version>3.3.0</version>
38 </dependency>
39 <dependency>
40 <groupId>org.eclipse.equinox</groupId>
41 <artifactId>org.eclipse.equinox.launcher</artifactId>
42 </dependency>
43
44 <!-- Security -->
45 <dependency>
46 <groupId>org.eclipse.equinox</groupId>
47 <artifactId>org.eclipse.equinox.security</artifactId>
48 </dependency>
49 </dependencies>
50 </project>