]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/runtime/org.argeo.slc.client.core/pom.xml
Clean and add some comments to the content providers
[gpl/argeo-slc.git] / eclipse / runtime / org.argeo.slc.client.core / 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 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.slc.eclipse</groupId>
6 <artifactId>runtime</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.client.core</artifactId>
11 <name>SLC Eclipse Core</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <!-- Commons For Eclipse -->
15 <dependency>
16 <groupId>org.argeo.commons.eclipse</groupId>
17 <artifactId>org.argeo.eclipse.ui</artifactId>
18 <version>${version.argeo-commons}</version>
19 </dependency>
20
21 <!-- Eclipse with RCP only dependency, needed at compile time -->
22 <dependency>
23 <groupId>org.argeo.commons.eclipse</groupId>
24 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
25 <version>${version.argeo-commons}</version>
26 <scope>provided</scope>
27 </dependency>
28
29 <!-- SLC -->
30 <dependency>
31 <groupId>org.argeo.slc.runtime</groupId>
32 <artifactId>org.argeo.slc.core</artifactId>
33 <version>${version.slc}</version>
34 </dependency>
35 <!-- Spring -->
36 <dependency>
37 <groupId>org.springframework</groupId>
38 <artifactId>org.springframework.context</artifactId>
39 </dependency>
40 <dependency>
41 <groupId>org.springframework</groupId>
42 <artifactId>org.springframework.transaction</artifactId>
43 </dependency>
44 <dependency>
45 <groupId>org.springframework</groupId>
46 <artifactId>org.springframework.orm</artifactId>
47 </dependency>
48
49 <!-- To be deleted <dependency> <groupId>org.eclipse.ui</groupId> <artifactId>org.eclipse.ui</artifactId>
50 </dependency> <dependency> <groupId>org.eclipse.core</groupId> <artifactId>org.eclipse.core.runtime</artifactId>
51 </dependency> <dependency> <groupId>org.eclipse.swt</groupId> <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
52 </dependency> -->
53 <!-- hibernate -->
54 <dependency>
55 <groupId>org.hibernate</groupId>
56 <artifactId>com.springsource.org.hibernate</artifactId>
57 </dependency>
58 <!-- AspectJ -->
59 <dependency>
60 <groupId>org.aspectj</groupId>
61 <artifactId>com.springsource.org.aspectj.runtime</artifactId>
62 </dependency>
63 </dependencies>
64 </project>