source: contrib/funambol/v71ga/funambol/ds/ds-server/pom.xml @ 1345

Revision 1345, 8.3 KB checked in by emersonfaria, 15 years ago (diff)

Ticket #626 - Feito check-in da versão inicial do módulo LdapUserProvisioningOfficer?.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<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">
3    <modelVersion>4.0.0</modelVersion>
4    <artifactId>ds-server</artifactId>
5    <groupId>funambol</groupId>
6    <version>7.1.0</version>
7    <name>Funambol DS Server jar</name>
8
9    <parent>
10        <artifactId>funambol</artifactId>
11        <groupId>funambol</groupId>
12        <version>7.1.0</version>
13    </parent>
14
15
16    <dependencies>
17
18        <!--
19            Internal dependencies
20        -->
21        <dependency>
22            <groupId>funambol</groupId>
23            <artifactId>core-framework</artifactId>
24            <version>7.0.1</version>
25        </dependency>
26
27        <dependency>
28            <groupId>funambol</groupId>
29            <artifactId>server-framework</artifactId>
30            <version>7.1.0</version>
31        </dependency>
32
33        <dependency>
34            <groupId>funambol</groupId>
35            <artifactId>ext</artifactId>
36            <version>6.5.3</version>
37        </dependency>
38
39        <dependency>
40            <groupId>funambol</groupId>
41            <artifactId>testing-tool</artifactId>
42            <version>1.0.9</version>
43        </dependency>
44
45        <dependency>
46            <groupId>org.jibx</groupId>
47            <artifactId>jibx-bind</artifactId>
48            <version>1.1.2fun</version>
49        </dependency>
50
51        <dependency>
52            <groupId>funambol</groupId>
53            <artifactId>email-core</artifactId>
54            <version>7.0.6</version>
55        </dependency>
56
57        <!--
58            External dependencies
59        -->
60
61        <dependency>
62            <groupId>junit-addons</groupId>
63            <artifactId>junit-addons</artifactId>
64            <version>1.4</version>
65            <scope>test</scope>
66        </dependency>
67
68        <dependency>
69            <artifactId>commons-lang</artifactId>
70            <groupId>commons-lang</groupId>
71            <version>2.3</version>
72        </dependency>
73
74        <dependency>
75            <artifactId>commons-collections</artifactId>
76            <groupId>commons-collections</groupId>
77            <version>3.2</version>
78        </dependency>
79
80        <dependency>
81            <artifactId>commons-logging</artifactId>
82            <groupId>commons-logging</groupId>
83            <version>1.1</version>
84        </dependency>
85
86        <dependency>
87            <groupId>commons-discovery</groupId>
88            <artifactId>commons-discovery</artifactId>
89            <version>0.4</version>
90        </dependency>
91
92        <dependency>
93            <artifactId>commons-codec</artifactId>
94            <groupId>commons-codec</groupId>
95            <version>1.3</version>
96        </dependency>
97
98        <dependency>
99            <artifactId>commons-httpclient</artifactId>
100            <groupId>commons-httpclient</groupId>
101            <version>3.0</version>
102        </dependency>
103
104        <dependency>
105            <groupId>hsqldb</groupId>
106            <artifactId>hsqldb</artifactId>
107            <version>1.8.0.1</version>
108            <scope>test</scope>
109        </dependency>
110
111        <dependency>
112            <groupId>directory-naming</groupId>
113            <artifactId>naming-core</artifactId>
114            <version>0.8</version>
115            <scope>test</scope>
116        </dependency>
117
118        <dependency>
119            <groupId>directory-naming</groupId>
120            <artifactId>naming-java</artifactId>
121            <version>0.8</version>
122            <scope>test</scope>
123        </dependency>
124
125        <dependency>
126            <groupId>commons-dbcp</groupId>
127            <artifactId>commons-dbcp</artifactId>
128            <version>1.2.2</version>
129            <scope>test</scope>
130        </dependency>
131
132        <dependency>
133            <groupId>commons-modeler</groupId>
134            <artifactId>commons-modeler</artifactId>
135            <version>2.0.1</version>
136            <scope>test</scope>
137        </dependency>
138
139        <dependency>
140            <groupId>org.dbunit</groupId>
141            <artifactId>dbunit</artifactId>
142            <version>2.2</version>
143            <scope>test</scope>
144        </dependency>
145
146        <dependency>
147            <groupId>commons-io</groupId>
148            <artifactId>commons-io</artifactId>
149            <version>1.4</version>
150            <scope>test</scope>
151        </dependency>
152
153        <dependency>
154            <artifactId>log4j</artifactId>
155            <groupId>log4j</groupId>
156            <version>1.2.14</version>
157        </dependency>
158
159        <dependency>
160            <artifactId>p6spy</artifactId>
161            <groupId>p6spy</groupId>
162            <version>1.3</version>
163        </dependency>
164
165        <dependency>
166            <artifactId>ant</artifactId>
167            <groupId>ant</groupId>
168            <version>1.6.5</version>
169        </dependency>
170
171        <dependency>
172            <artifactId>jdom</artifactId>
173            <groupId>jdom</groupId>
174            <version>0.7</version>
175        </dependency>
176
177        <dependency>
178            <artifactId>vmtools</artifactId>
179            <groupId>org.vmguys</groupId>
180            <version>0.5</version>
181        </dependency>
182
183        <dependency>
184            <artifactId>joda-time</artifactId>
185            <groupId>joda-time</groupId>
186            <version>1.4</version>
187        </dependency>
188
189        <dependency>
190            <groupId>org.beanshell</groupId>
191            <artifactId>bsh</artifactId>
192            <version>2.0b4</version>
193        </dependency>
194
195        <dependency>
196            <groupId>xerces</groupId>
197            <artifactId>xercesImpl</artifactId>
198            <version>2.6.2</version>
199        </dependency>
200
201        <dependency>
202            <groupId>bcel</groupId>
203            <artifactId>bcel</artifactId>
204            <version>5.1</version>
205        </dependency>
206
207        <dependency>
208            <groupId>jgroups</groupId>
209            <artifactId>jgroups</artifactId>
210            <version>2.5.0-GA</version>
211        </dependency>
212
213        <dependency>
214            <groupId>jline</groupId>
215            <artifactId>jline</artifactId>
216            <version>0.9.93</version>
217        </dependency>
218
219        <dependency>
220            <groupId>org.apache.axis</groupId>
221            <artifactId>axis</artifactId>
222            <version>1.4</version>
223            <scope>provided</scope>
224        </dependency>
225
226        <dependency>
227            <groupId>org.apache.axis</groupId>
228            <artifactId>axis-jaxrpc</artifactId>
229            <version>1.4</version>
230            <scope>provided</scope>
231        </dependency>
232
233        <dependency>
234            <groupId>org.apache.axis</groupId>
235            <artifactId>axis-saaj</artifactId>
236            <version>1.4</version>
237            <scope>provided</scope>
238        </dependency>
239
240        <dependency>
241            <groupId>axis</groupId>
242            <artifactId>axis-wsdl4j</artifactId>
243            <version>1.5.1</version>
244            <scope>provided</scope>
245        </dependency>
246
247    </dependencies>
248
249    <!--
250        Build plug-ins
251    -->
252    <build>
253        <plugins>
254            <plugin>
255                <groupId>org.apache.maven.plugins</groupId>
256                <artifactId>maven-surefire-plugin</artifactId>
257                <configuration>
258                    <!--
259                        Since the Configuration is a singleton we need to force
260                        always the fork mode.
261                    -->
262                    <forkMode>pertest</forkMode>
263                    <systemProperties>
264                        <property>
265                            <name>funambol.home</name>
266                            <value>./src/test/data</value>
267                        </property>
268                        <property>
269                            <name>funambol.configuration.quiet-initialization</name>
270                            <value>true</value>
271                        </property>
272                    </systemProperties>
273                </configuration>
274            </plugin>
275        </plugins>
276    </build>
277
278    <scm>
279        <connection>scm:svn:https://guest@core.forge.funambol.org/svn/core/tags/ds-server-7.1.0</connection>
280        <developerConnection>scm:svn:https://developername@core.forge.funambol.org/svn/core/tags/ds-server-7.1.0</developerConnection>
281        <url>https://core.forge.funambol.org/svn/core/tags/ds-server-7.1.0</url>
282    </scm>
283
284</project>
Note: See TracBrowser for help on using the repository browser.