]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/runtime/org.argeo.slc.client.oxm/pom.xml
Add a Rap interface to handle SLC.
[gpl/argeo-slc.git] / eclipse / plugins / 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" 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.slc.eclipse</groupId>
5 <artifactId>plugins</artifactId>
6 <version>0.13.1-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.client.oxm</artifactId>
10 <name>SLC Client OXM</name>
11 <packaging>jar</packaging>
12
13 <dependencies>
14 <!-- SLC -->
15 <dependency>
16 <groupId>org.argeo.slc.runtime</groupId>
17 <artifactId>org.argeo.slc.core</artifactId>
18 <version>${project.version}</version>
19 </dependency>
20 <!-- Eclipse -->
21 <dependency>
22 <groupId>org.eclipse.ui</groupId>
23 <artifactId>org.eclipse.ui</artifactId>
24 </dependency>
25 <dependency>
26 <groupId>org.eclipse.core</groupId>
27 <artifactId>org.eclipse.core.runtime</artifactId>
28 </dependency>
29 <!-- Oxm -->
30 <dependency>
31 <groupId>org.springframework.ws</groupId>
32 <artifactId>org.springframework.oxm</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.springframework.ws</groupId>
36 <artifactId>org.springframework.xml</artifactId>
37 </dependency>
38
39 </dependencies>
40 </project>