]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.provided/pom.xml
integrate SLC RAP & RCP in secure.ui
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.provided / 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</groupId>
6 <artifactId>dep</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10
11 <groupId>org.argeo.slc.dep</groupId>
12 <artifactId>org.argeo.slc.dep.provided</artifactId>
13 <name>SLC Dependencies Provided</name>
14 <description>Dependencies which may be provided by soem OSGi runtimes</description>
15 <dependencies>
16 <dependency>
17 <groupId>org.apache.xmlcommons</groupId>
18 <artifactId>com.springsource.org.apache.xmlcommons</artifactId>
19 </dependency>
20
21 <dependency>
22 <groupId>javax.activation</groupId>
23 <artifactId>com.springsource.javax.activation</artifactId>
24 </dependency>
25 <dependency>
26 <groupId>javax.annotation</groupId>
27 <artifactId>com.springsource.javax.annotation</artifactId>
28 </dependency>
29 <dependency>
30 <groupId>javax.transaction</groupId>
31 <artifactId>com.springsource.javax.transaction</artifactId>
32 </dependency>
33 <dependency>
34 <groupId>javax.xml.stream</groupId>
35 <artifactId>com.springsource.javax.xml.stream</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>javax.xml.bind</groupId>
39 <artifactId>com.springsource.javax.xml.bind</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>javax.xml.soap</groupId>
43 <artifactId>com.springsource.javax.xml.soap</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>javax.xml.ws</groupId>
47 <artifactId>com.springsource.javax.xml.ws</artifactId>
48 </dependency>
49 </dependencies>
50 </project>