]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/dep/org.argeo.eclipse.dep.common/pom.xml
[maven-release-plugin] copy for tag argeo-commons-1.1.1
[lgpl/argeo-commons.git] / eclipse / dep / org.argeo.eclipse.dep.common / 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.commons.eclipse</groupId>
5 <artifactId>dep</artifactId>
6 <version>1.1.1-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.eclipse.dep.common</artifactId>
10 <name>Commons Eclipse Shared Dependencies</name>
11 <dependencies>
12 <!-- Eclipse -->
13 <dependency>
14 <groupId>org.argeo.tp</groupId>
15 <artifactId>org.eclipse.core.runtime</artifactId>
16 </dependency>
17 <dependency>
18 <groupId>org.argeo.tp</groupId>
19 <artifactId>org.eclipse.core.commands</artifactId>
20 </dependency>
21 <dependency>
22 <groupId>org.argeo.tp</groupId>
23 <artifactId>com.ibm.icu</artifactId>
24 </dependency>
25 <dependency>
26 <groupId>org.argeo.tp</groupId>
27 <artifactId>org.eclipse.equinox.preferences</artifactId>
28 <version>3.3.0</version>
29 </dependency>
30 <dependency>
31 <groupId>org.argeo.tp</groupId>
32 <artifactId>org.eclipse.equinox.launcher</artifactId>
33 </dependency>
34
35 <!-- Security -->
36 <dependency>
37 <groupId>org.argeo.tp</groupId>
38 <artifactId>org.eclipse.equinox.security</artifactId>
39 </dependency>
40
41
42 </dependencies>
43 </project>