(no commit message)
[taxeditor.git] / taxeditor-store / 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
4 <parent>
5 <groupId>eu.etaxonomy</groupId>
6 <artifactId>taxeditor-parent</artifactId>
7 <version>3.0</version>
8 </parent>
9
10 <modelVersion>4.0.0</modelVersion>
11 <groupId>eu.etaxonomy</groupId>
12 <artifactId>taxeditor-store</artifactId>
13 <packaging>jar</packaging>
14 <version>3.0</version>
15 <name>DataStore Bundle</name>
16 <description>Enables access to a CDM DataStore and provides operations on the model</description>
17 <url>http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDataStoreBundle</url>
18
19 <dependencies>
20 <dependency>
21 <groupId>eu.etaxonomy</groupId>
22 <artifactId>cdmlib-services</artifactId>
23 <version>2.5</version>
24 </dependency>
25 <dependency>
26 <groupId>eu.etaxonomy</groupId>
27 <artifactId>cdmlib-io</artifactId>
28 <version>2.5</version>
29 </dependency>
30 <dependency>
31 <groupId>eu.etaxonomy</groupId>
32 <artifactId>cdmlib-ext</artifactId>
33 <version>2.5</version>
34 </dependency>
35 <dependency>
36 <groupId>eu.etaxonomy</groupId>
37 <artifactId>cdmlib-persistence</artifactId>
38 <type>test-jar</type>
39 <scope>test</scope>
40 <version>2.5</version>
41 </dependency>
42 <dependency>
43 <groupId>org.eclipse.core</groupId>
44 <artifactId>commands</artifactId>
45 <version>3.6.0</version>
46 </dependency>
47 <dependency>
48 <groupId>org.eclipse.ui</groupId>
49 <artifactId>workbench</artifactId>
50 <version>3.6.0</version>
51 </dependency>
52 <dependency>
53 <groupId>org.eclipse.ui</groupId>
54 <artifactId>navigator</artifactId>
55 <version>3.5.0</version>
56 </dependency>
57 <dependency>
58 <groupId>org.eclipse.ui</groupId>
59 <artifactId>ide</artifactId>
60 <version>3.6.0</version>
61 </dependency>
62 <dependency>
63 <groupId>org.eclipse.equinox.p2.metadata</groupId>
64 <artifactId>repository</artifactId>
65 <version>1.1.0</version>
66 </dependency>
67 <dependency>
68 <groupId>org.eclipse.ecf</groupId>
69 <artifactId>filetransfer</artifactId>
70 <version>4.0.0</version>
71 </dependency>
72 <dependency>
73 <groupId>org.eclipse.ecf.provider</groupId>
74 <artifactId>filetransfer</artifactId>
75 <version>3.1.0</version>
76 </dependency>
77 <dependency>
78 <groupId>org.eclipse</groupId>
79 <artifactId>swt</artifactId>
80 <version>3.6.0</version>
81 </dependency>
82 <dependency>
83 <groupId>org.eclipse.swt.cocoa</groupId>
84 <artifactId>macosx</artifactId>
85 <version>3.6.0</version>
86 </dependency>
87 </dependencies>
88 </project>