]> git.argeo.org Git - gpl/argeo-slc.git/blob - pom.xml
0dbb3304674b935b29f86f170f0311c7c18db704
[gpl/argeo-slc.git] / 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>argeo-slc</artifactId>
7 <version>0.11.2-SNAPSHOT</version>
8 <relativePath>../../org.argeo.slc</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.runtime</groupId>
11 <artifactId>org.argeo.slc.support.castor</artifactId>
12 <name>Argeo SLC Support Castor</name>
13 <description>Implementations of SLC Specs using Castor</description>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.apache.maven.plugins</groupId>
18 <artifactId>maven-compiler-plugin</artifactId>
19 </plugin>
20 <plugin>
21 <groupId>org.apache.maven.plugins</groupId>
22 <artifactId>maven-source-plugin</artifactId>
23 </plugin>
24 <plugin>
25 <groupId>org.apache.maven.plugins</groupId>
26 <artifactId>maven-surefire-plugin</artifactId>
27 </plugin>
28 <plugin>
29 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-jar-plugin</artifactId>
31 </plugin>
32 <plugin>
33 <groupId>org.apache.felix</groupId>
34 <artifactId>maven-bundle-plugin</artifactId>
35 <configuration>
36 <instructions>
37 <Export-Package>
38 org.argeo.slc.*
39 </Export-Package>
40 <Import-Package>*,org.apache.commons.logging;version="1.1"</Import-Package>
41 </instructions>
42 </configuration>
43 </plugin>
44
45 </plugins>
46 </build>
47 <dependencies>
48
49 <dependency>
50 <groupId>org.argeo.slc.runtime</groupId>
51 <artifactId>org.argeo.slc.support.simple</artifactId>
52 <version>${project.version}</version>
53 </dependency>
54
55 <dependency>
56 <groupId>org.apache.commons</groupId>
57 <artifactId>com.springsource.org.apache.commons.logging</artifactId>
58 </dependency>
59 <dependency>
60 <groupId>org.apache.log4j</groupId>
61 <artifactId>
62 com.springsource.org.apache.log4j
63 </artifactId>
64 </dependency>
65 <!--
66 <dependency> <groupId>org.slf4j</groupId>
67 <artifactId>com.springsource.slf4j.log4j</artifactId>
68 <version>1.5.3</version> </dependency> <dependency>
69 <groupId>org.slf4j</groupId>
70 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
71 <version>1.5.3</version> </dependency>
72 -->
73
74 <dependency>
75 <groupId>org.springframework</groupId>
76 <artifactId>org.springframework.context</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.springframework.ws</groupId>
80 <artifactId>org.springframework.oxm</artifactId>
81 </dependency>
82
83 <dependency>
84 <groupId>org.codehaus.castor</groupId>
85 <artifactId>com.springsource.org.castor</artifactId>
86 </dependency>
87
88 <dependency>
89 <groupId>org.apache.xerces</groupId>
90 <artifactId>com.springsource.org.apache.xerces</artifactId>
91 </dependency>
92 <!--
93 <dependency> <groupId>org.apache.xalan</groupId>
94 <artifactId>com.springsource.org.apache.xalan</artifactId>
95 </dependency>
96 -->
97 <dependency>
98 <groupId>edu.emory.mathcs.backport</groupId>
99 <artifactId>
100 com.springsource.edu.emory.mathcs.backport
101 </artifactId>
102 </dependency>
103 <dependency>
104 <groupId>javax.xml.stream</groupId>
105 <artifactId>com.springsource.javax.xml.stream</artifactId>
106 </dependency>
107 <!--
108 <dependency> <groupId>javax.xml.stream</groupId>
109 <artifactId>stax-api</artifactId> </dependency>
110 -->
111 <dependency>
112 <groupId>org.apache.commons</groupId>
113 <artifactId>
114 com.springsource.org.apache.commons.io
115 </artifactId>
116 </dependency>
117 <dependency>
118 <groupId>org.dbunit</groupId>
119 <artifactId>com.springsource.org.dbunit</artifactId>
120 </dependency>
121 <dependency>
122 <groupId>org.junit</groupId>
123 <artifactId>com.springsource.junit</artifactId>
124 </dependency>
125 </dependencies>
126 </project>