]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/runtime/org.argeo.slc.client.oxm/pom.xml
Double-click add whole directory
[gpl/argeo-slc.git] / eclipse / runtime / org.argeo.slc.client.oxm / 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.oxm</artifactId>
11 <name>SLC Eclipse Oxm</name>
12 <packaging>jar</packaging>
13
14 <dependencies>
15 <!-- Eclipse with RCP only dependency, needed at compile time -->
16 <dependency>
17 <groupId>org.argeo.commons.eclipse</groupId>
18 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
19 <version>${version.argeo-commons}</version>
20 <scope>provided</scope>
21 </dependency>
22
23 <dependency>
24 <groupId>org.eclipse.core</groupId>
25 <artifactId>org.eclipse.core.runtime</artifactId>
26 </dependency>
27
28 <!-- SLC -->
29 <dependency>
30 <groupId>org.argeo.slc.runtime</groupId>
31 <artifactId>org.argeo.slc.core</artifactId>
32 <version>${version.slc}</version>
33 </dependency>
34
35
36 <!-- Oxm -->
37 <dependency>
38 <groupId>org.springframework.ws</groupId>
39 <artifactId>org.springframework.oxm</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>org.springframework.ws</groupId>
43 <artifactId>org.springframework.xml</artifactId>
44 </dependency>
45
46 </dependencies>
47 </project>