blob: b8948f83765d18452ed39af58f485cad53fc84ab [file] [log] [blame]
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Shawn O. Pearcea1d41872009-03-27 20:08:14 -07003Copyright (C) 2008 The Android Open Source Project
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -08004
5Licensed under the Apache License, Version 2.0 (the "License");
6you may not use this file except in compliance with the License.
7You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<project xmlns="http://maven.apache.org/POM/4.0.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
20 <modelVersion>4.0.0</modelVersion>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080021
22 <groupId>com.google.gerrit</groupId>
23 <artifactId>gerrit-parent</artifactId>
24 <packaging>pom</packaging>
Shawn O. Pearce4e677002011-05-31 10:30:53 -070025 <version>2.2-SNAPSHOT</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080026
27 <name>Gerrit Code Review - Parent</name>
28 <url>http://code.google.com/p/gerrit/</url>
29
30 <description>
31 Gerrit - Web Based Code Review
32 </description>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -080033
34 <mailingLists>
35 <mailingList>
36 <name>repo-discuss mailing list</name>
37 <post>repo-discuss@googlegroups.com</post>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080038 <archive>http://groups.google.com/group/repo-discuss</archive>
39 <subscribe>http://groups.google.com/group/repo-discuss/subscribe</subscribe>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -080040 </mailingList>
41 </mailingLists>
42
Shawn O. Pearce44671f52009-11-07 12:55:26 -080043 <issueManagement>
44 <url>http://code.google.com/p/gerrit/issues/list</url>
45 <system>Google Code</system>
46 </issueManagement>
47
48 <properties>
Shawn O. Pearce6fd52ba2011-06-24 15:16:59 -070049 <jgitVersion>1.0.0.201106090707-r.19-g8d88a84</jgitVersion>
Shawn O. Pearce17ca55f2011-06-20 08:07:46 -070050 <gwtormVersion>1.1.5</gwtormVersion>
Nasser Grainawi32a5a342011-05-19 10:47:22 -070051 <gwtjsonrpcVersion>1.2.5</gwtjsonrpcVersion>
Shawn O. Pearcece4dbb52011-06-20 08:36:52 -070052 <gwtexpuiVersion>1.2.4</gwtexpuiVersion>
Nasser Grainawi32a5a342011-05-19 10:47:22 -070053 <gwtVersion>2.3.0</gwtVersion>
Anatol Pomazaud4c502f2010-07-16 22:36:19 -070054 <slf4jVersion>1.6.1</slf4jVersion>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080055 <guiceVersion>2.0</guiceVersion>
Shawn O. Pearceadfe2692011-05-13 20:14:49 -070056 <jettyVersion>7.2.1.v20101111</jettyVersion>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080057
Anatol Pomozov76de00d2011-01-05 13:15:57 -080058 <gwt.compileReport>false</gwt.compileReport>
Shawn O. Pearceba608972009-12-19 18:55:03 -080059
Shawn O. Pearce44671f52009-11-07 12:55:26 -080060 <project.build.sourceEncoding>
61 UTF-8
62 </project.build.sourceEncoding>
63 <project.reporting.outputEncoding>
64 UTF-8
65 </project.reporting.outputEncoding>
66 </properties>
67
68 <modules>
69 <module>gerrit-patch-commonsnet</module>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080070 <module>gerrit-patch-jgit</module>
71
72 <module>gerrit-util-cli</module>
73 <module>gerrit-util-ssl</module>
74
Shawn O. Pearceb1901c02011-05-19 09:06:34 -070075 <module>gerrit-antlr</module>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080076 <module>gerrit-common</module>
77 <module>gerrit-httpd</module>
Shawn O. Pearce6ee05542009-12-18 15:33:35 -080078 <module>gerrit-launcher</module>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080079 <module>gerrit-main</module>
80 <module>gerrit-pgm</module>
Shawn O. Pearce8db22c82010-01-30 16:12:29 -080081 <module>gerrit-prettify</module>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080082 <module>gerrit-reviewdb</module>
83 <module>gerrit-server</module>
84 <module>gerrit-sshd</module>
Anatol Pomazaucce4dae2010-07-08 21:06:04 -070085 <module>gerrit-gwtdebug</module>
Shawn O. Pearce44671f52009-11-07 12:55:26 -080086 <module>gerrit-war</module>
87
88 <module>gerrit-gwtui</module>
89 </modules>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -080090
91 <licenses>
92 <license>
93 <name>Apache License, 2.0</name>
94 <comments>
95 Apache License
96 Version 2.0, January 2004
97 http://www.apache.org/licenses/
98
99 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
100
101 1. Definitions.
102
103 "License" shall mean the terms and conditions for use, reproduction,
104 and distribution as defined by Sections 1 through 9 of this document.
105
106 "Licensor" shall mean the copyright owner or entity authorized by
107 the copyright owner that is granting the License.
108
109 "Legal Entity" shall mean the union of the acting entity and all
110 other entities that control, are controlled by, or are under common
111 control with that entity. For the purposes of this definition,
112 "control" means (i) the power, direct or indirect, to cause the
113 direction or management of such entity, whether by contract or
114 otherwise, or (ii) ownership of fifty percent (50%) or more of the
115 outstanding shares, or (iii) beneficial ownership of such entity.
116
117 "You" (or "Your") shall mean an individual or Legal Entity
118 exercising permissions granted by this License.
119
120 "Source" form shall mean the preferred form for making modifications,
121 including but not limited to software source code, documentation
122 source, and configuration files.
123
124 "Object" form shall mean any form resulting from mechanical
125 transformation or translation of a Source form, including but
126 not limited to compiled object code, generated documentation,
127 and conversions to other media types.
128
129 "Work" shall mean the work of authorship, whether in Source or
130 Object form, made available under the License, as indicated by a
131 copyright notice that is included in or attached to the work
132 (an example is provided in the Appendix below).
133
134 "Derivative Works" shall mean any work, whether in Source or Object
135 form, that is based on (or derived from) the Work and for which the
136 editorial revisions, annotations, elaborations, or other modifications
137 represent, as a whole, an original work of authorship. For the purposes
138 of this License, Derivative Works shall not include works that remain
139 separable from, or merely link (or bind by name) to the interfaces of,
140 the Work and Derivative Works thereof.
141
142 "Contribution" shall mean any work of authorship, including
143 the original version of the Work and any modifications or additions
144 to that Work or Derivative Works thereof, that is intentionally
145 submitted to Licensor for inclusion in the Work by the copyright owner
146 or by an individual or Legal Entity authorized to submit on behalf of
147 the copyright owner. For the purposes of this definition, "submitted"
148 means any form of electronic, verbal, or written communication sent
149 to the Licensor or its representatives, including but not limited to
150 communication on electronic mailing lists, source code control systems,
151 and issue tracking systems that are managed by, or on behalf of, the
152 Licensor for the purpose of discussing and improving the Work, but
153 excluding communication that is conspicuously marked or otherwise
154 designated in writing by the copyright owner as "Not a Contribution."
155
156 "Contributor" shall mean Licensor and any individual or Legal Entity
157 on behalf of whom a Contribution has been received by Licensor and
158 subsequently incorporated within the Work.
159
160 2. Grant of Copyright License. Subject to the terms and conditions of
161 this License, each Contributor hereby grants to You a perpetual,
162 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
163 copyright license to reproduce, prepare Derivative Works of,
164 publicly display, publicly perform, sublicense, and distribute the
165 Work and such Derivative Works in Source or Object form.
166
167 3. Grant of Patent License. Subject to the terms and conditions of
168 this License, each Contributor hereby grants to You a perpetual,
169 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
170 (except as stated in this section) patent license to make, have made,
171 use, offer to sell, sell, import, and otherwise transfer the Work,
172 where such license applies only to those patent claims licensable
173 by such Contributor that are necessarily infringed by their
174 Contribution(s) alone or by combination of their Contribution(s)
175 with the Work to which such Contribution(s) was submitted. If You
176 institute patent litigation against any entity (including a
177 cross-claim or counterclaim in a lawsuit) alleging that the Work
178 or a Contribution incorporated within the Work constitutes direct
179 or contributory patent infringement, then any patent licenses
180 granted to You under this License for that Work shall terminate
181 as of the date such litigation is filed.
182
183 4. Redistribution. You may reproduce and distribute copies of the
184 Work or Derivative Works thereof in any medium, with or without
185 modifications, and in Source or Object form, provided that You
186 meet the following conditions:
187
188 (a) You must give any other recipients of the Work or
189 Derivative Works a copy of this License; and
190
191 (b) You must cause any modified files to carry prominent notices
192 stating that You changed the files; and
193
194 (c) You must retain, in the Source form of any Derivative Works
195 that You distribute, all copyright, patent, trademark, and
196 attribution notices from the Source form of the Work,
197 excluding those notices that do not pertain to any part of
198 the Derivative Works; and
199
200 (d) If the Work includes a "NOTICE" text file as part of its
201 distribution, then any Derivative Works that You distribute must
202 include a readable copy of the attribution notices contained
203 within such NOTICE file, excluding those notices that do not
204 pertain to any part of the Derivative Works, in at least one
205 of the following places: within a NOTICE text file distributed
206 as part of the Derivative Works; within the Source form or
207 documentation, if provided along with the Derivative Works; or,
208 within a display generated by the Derivative Works, if and
209 wherever such third-party notices normally appear. The contents
210 of the NOTICE file are for informational purposes only and
211 do not modify the License. You may add Your own attribution
212 notices within Derivative Works that You distribute, alongside
213 or as an addendum to the NOTICE text from the Work, provided
214 that such additional attribution notices cannot be construed
215 as modifying the License.
216
217 You may add Your own copyright statement to Your modifications and
218 may provide additional or different license terms and conditions
219 for use, reproduction, or distribution of Your modifications, or
220 for any such Derivative Works as a whole, provided Your use,
221 reproduction, and distribution of the Work otherwise complies with
222 the conditions stated in this License.
223
224 5. Submission of Contributions. Unless You explicitly state otherwise,
225 any Contribution intentionally submitted for inclusion in the Work
226 by You to the Licensor shall be under the terms and conditions of
227 this License, without any additional terms or conditions.
228 Notwithstanding the above, nothing herein shall supersede or modify
229 the terms of any separate license agreement you may have executed
230 with Licensor regarding such Contributions.
231
232 6. Trademarks. This License does not grant permission to use the trade
233 names, trademarks, service marks, or product names of the Licensor,
234 except as required for reasonable and customary use in describing the
235 origin of the Work and reproducing the content of the NOTICE file.
236
237 7. Disclaimer of Warranty. Unless required by applicable law or
238 agreed to in writing, Licensor provides the Work (and each
239 Contributor provides its Contributions) on an "AS IS" BASIS,
240 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
241 implied, including, without limitation, any warranties or conditions
242 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
243 PARTICULAR PURPOSE. You are solely responsible for determining the
244 appropriateness of using or redistributing the Work and assume any
245 risks associated with Your exercise of permissions under this License.
246
247 8. Limitation of Liability. In no event and under no legal theory,
248 whether in tort (including negligence), contract, or otherwise,
249 unless required by applicable law (such as deliberate and grossly
250 negligent acts) or agreed to in writing, shall any Contributor be
251 liable to You for damages, including any direct, indirect, special,
252 incidental, or consequential damages of any character arising as a
253 result of this License or out of the use or inability to use the
254 Work (including but not limited to damages for loss of goodwill,
255 work stoppage, computer failure or malfunction, or any and all
256 other commercial damages or losses), even if such Contributor
257 has been advised of the possibility of such damages.
258
259 9. Accepting Warranty or Additional Liability. While redistributing
260 the Work or Derivative Works thereof, You may choose to offer,
261 and charge a fee for, acceptance of support, warranty, indemnity,
262 or other liability obligations and/or rights consistent with this
263 License. However, in accepting such obligations, You may act only
264 on Your own behalf and on Your sole responsibility, not on behalf
265 of any other Contributor, and only if You agree to indemnify,
266 defend, and hold each Contributor harmless for any liability
267 incurred by, or claims asserted against, such Contributor by reason
268 of your accepting any such warranty or additional liability.
269
270 END OF TERMS AND CONDITIONS
271
272 APPENDIX: How to apply the Apache License to your work.
273
274 To apply the Apache License to your work, attach the following
275 boilerplate notice, with the fields enclosed by brackets "[]"
276 replaced with your own identifying information. (Don't include
277 the brackets!) The text should be enclosed in the appropriate
278 comment syntax for the file format. We also recommend that a
279 file or class name and description of purpose be included on the
280 same "printed page" as the copyright notice for easier
281 identification within third-party archives.
282
283 Copyright [yyyy] [name of copyright owner]
284
285 Licensed under the Apache License, Version 2.0 (the "License");
286 you may not use this file except in compliance with the License.
287 You may obtain a copy of the License at
288
289 http://www.apache.org/licenses/LICENSE-2.0
290
291 Unless required by applicable law or agreed to in writing, software
292 distributed under the License is distributed on an "AS IS" BASIS,
293 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
294 See the License for the specific language governing permissions and
295 limitations under the License.
296 </comments>
297 </license>
298 </licenses>
299
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800300 <build>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800301 <pluginManagement>
302 <plugins>
303 <plugin>
304 <groupId>org.apache.maven.plugins</groupId>
305 <artifactId>maven-jar-plugin</artifactId>
306 <configuration>
307 <archive>
308 <manifestEntries>
309 <Implementation-Title>Gerrit Code Review - ${project.artifactId}</Implementation-Title>
310 <Implementation-Version>${project.version}</Implementation-Version>
311 <Implementation-Vendor>Gerrit Code Review</Implementation-Vendor>
312 <Implementation-Vendor-Id>com.google.gerrit</Implementation-Vendor-Id>
313 <Implementation-Vendor-URL>http://code.google.com/p/gerrit/</Implementation-Vendor-URL>
314 </manifestEntries>
315 </archive>
316 </configuration>
317 </plugin>
318
319 <plugin>
Shawn O. Pearceb150f252009-12-30 10:14:58 -0800320 <groupId>org.apache.maven.plugins</groupId>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800321 <artifactId>maven-compiler-plugin</artifactId>
Anatol Pomozov0de57552010-11-09 15:56:47 -0800322 <version>2.3.2</version>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800323 </plugin>
324
325 <plugin>
326 <groupId>org.apache.maven.plugins</groupId>
Shawn O. Pearcea52f8cd2011-06-02 09:59:54 -0700327 <artifactId>maven-source-plugin</artifactId>
328 <version>2.1.2</version>
329 </plugin>
330
331 <plugin>
332 <groupId>org.apache.maven.plugins</groupId>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800333 <artifactId>maven-shade-plugin</artifactId>
Anatol Pomozov0de57552010-11-09 15:56:47 -0800334 <version>1.4</version>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800335 </plugin>
336
337 <plugin>
338 <groupId>org.apache.maven.plugins</groupId>
339 <artifactId>maven-antrun-plugin</artifactId>
Anatol Pomozov0de57552010-11-09 15:56:47 -0800340 <version>1.6</version>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800341 </plugin>
342
343 <plugin>
344 <groupId>org.apache.maven.plugins</groupId>
345 <artifactId>maven-war-plugin</artifactId>
Anatol Pomozov0de57552010-11-09 15:56:47 -0800346 <version>2.1.1</version>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800347 </plugin>
348
349 <plugin>
350 <groupId>org.apache.maven.plugins</groupId>
351 <artifactId>maven-dependency-plugin</artifactId>
352 <version>2.1</version>
353 </plugin>
354
355 <plugin>
356 <groupId>org.antlr</groupId>
357 <artifactId>antlr3-maven-plugin</artifactId>
Anatol Pomozovd66716a2010-11-09 16:21:52 -0800358 <version>3.2</version>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800359 </plugin>
360
361 <plugin>
362 <groupId>org.codehaus.mojo</groupId>
363 <artifactId>gwt-maven-plugin</artifactId>
Nasser Grainawi32a5a342011-05-19 10:47:22 -0700364 <version>2.3.0</version>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800365 </plugin>
366
367 <plugin>
368 <groupId>org.codehaus.mojo</groupId>
369 <artifactId>build-helper-maven-plugin</artifactId>
Shawn O. Pearce9f253522011-06-06 13:49:06 -0700370 <version>1.5</version>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800371 </plugin>
372 </plugins>
373 </pluginManagement>
374
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800375 <plugins>
376 <plugin>
Shawn O. Pearceb150f252009-12-30 10:14:58 -0800377 <groupId>org.apache.maven.plugins</groupId>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800378 <artifactId>maven-compiler-plugin</artifactId>
379 <configuration>
Shawn O. Pearce0da2b722009-05-12 17:21:02 -0700380 <source>1.6</source>
381 <target>1.6</target>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800382 <encoding>UTF-8</encoding>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800383 </configuration>
384 </plugin>
385 </plugins>
386 </build>
387
388 <dependencies>
389 <dependency>
Shawn O. Pearce54c91ec2009-08-12 19:00:42 -0700390 <groupId>junit</groupId>
391 <artifactId>junit</artifactId>
Shawn O. Pearcef81dd8d2009-11-05 12:33:37 -0800392 <scope>test</scope>
393 </dependency>
394
395 <dependency>
Shawn O. Pearce3f4b1d02009-09-10 16:04:43 -0700396 <groupId>org.easymock</groupId>
397 <artifactId>easymock</artifactId>
Shawn O. Pearce3f4b1d02009-09-10 16:04:43 -0700398 <scope>test</scope>
399 </dependency>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800400 </dependencies>
401
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800402 <dependencyManagement>
403 <dependencies>
404 <dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800405 <groupId>gwtorm</groupId>
406 <artifactId>gwtorm</artifactId>
407 <version>${gwtormVersion}</version>
408 </dependency>
409 <dependency>
410 <groupId>gwtorm</groupId>
411 <artifactId>gwtorm</artifactId>
412 <version>${gwtormVersion}</version>
413 <classifier>sources</classifier>
414 </dependency>
415
416 <dependency>
417 <groupId>gwtjsonrpc</groupId>
418 <artifactId>gwtjsonrpc</artifactId>
419 <version>${gwtjsonrpcVersion}</version>
420 </dependency>
421 <dependency>
422 <groupId>gwtjsonrpc</groupId>
423 <artifactId>gwtjsonrpc</artifactId>
424 <version>${gwtjsonrpcVersion}</version>
425 <classifier>sources</classifier>
426 </dependency>
427
428 <dependency>
429 <groupId>gwtexpui</groupId>
430 <artifactId>gwtexpui</artifactId>
431 <version>${gwtexpuiVersion}</version>
432 </dependency>
433 <dependency>
434 <groupId>gwtexpui</groupId>
435 <artifactId>gwtexpui</artifactId>
436 <version>${gwtexpuiVersion}</version>
437 <classifier>sources</classifier>
438 </dependency>
439
440 <dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800441 <groupId>org.openid4java</groupId>
442 <artifactId>openid4java-consumer</artifactId>
Shawn O. Pearce71ae8722011-05-15 18:03:07 -0700443 <version>0.9.6</version>
444 <type>pom</type>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800445 <exclusions>
446 <exclusion>
447 <!-- jug-1.1 is LGPL, and the source has been lost -->
448 <groupId>jug</groupId>
449 <artifactId>jug</artifactId>
450 </exclusion>
451 <exclusion>
452 <!-- not required on Java 5 or later -->
453 <groupId>xml-apis</groupId>
454 <artifactId>xml-apis</artifactId>
455 </exclusion>
Shawn O. Pearcebe5b01c2010-02-23 07:33:40 -0800456
457 <!-- optional, we aren't bothering with XRI support -->
458 <exclusion>
459 <groupId>org.openxri</groupId>
460 <artifactId>openxri</artifactId>
461 </exclusion>
462 <exclusion>
463 <groupId>xml-security</groupId>
464 <artifactId>xmlsec</artifactId>
465 </exclusion>
466 <exclusion>
467 <groupId>xalan</groupId>
468 <artifactId>xalan</artifactId>
469 </exclusion>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800470 </exclusions>
471 </dependency>
472
473 <dependency>
474 <groupId>org.apache.sshd</groupId>
475 <artifactId>sshd-core</artifactId>
Shawn O. Pearced2eaefa2011-04-21 13:53:06 -0700476 <version>0.5.1-r1095809</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800477 </dependency>
478
479 <dependency>
Anatol Pomozovba318f22011-01-05 12:41:38 -0800480 <groupId>com.jcraft</groupId>
481 <artifactId>jsch</artifactId>
Matthias Sohn32ace812011-06-22 16:31:37 +0200482 <version>0.1.44-1</version>
Anatol Pomozovba318f22011-01-05 12:41:38 -0800483 </dependency>
484
485 <dependency>
Martin Fickbfa5a182010-07-20 14:16:20 -0600486 <groupId>org.apache.velocity</groupId>
487 <artifactId>velocity</artifactId>
488 <version>1.6.4</version>
489 </dependency>
490
491 <dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800492 <groupId>net.sf.ehcache</groupId>
493 <artifactId>ehcache-core</artifactId>
Shawn O. Pearce8b4dbb82011-05-13 20:27:08 -0700494 <version>1.7.2</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800495 </dependency>
496
497 <dependency>
498 <groupId>args4j</groupId>
499 <artifactId>args4j</artifactId>
500 <version>2.0.16</version>
501 </dependency>
502
503 <dependency>
Nasser Grainawi32a5a342011-05-19 10:47:22 -0700504 <groupId>javax.validation</groupId>
505 <artifactId>validation-api</artifactId>
506 <version>1.0.0.GA</version>
507 <scope>provided</scope>
508 </dependency>
509 <dependency>
510 <groupId>javax.validation</groupId>
511 <artifactId>validation-api</artifactId>
512 <version>1.0.0.GA</version>
513 <classifier>sources</classifier>
514 <scope>provided</scope>
515 </dependency>
516
517 <dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800518 <groupId>com.google.code.guice</groupId>
519 <artifactId>guice</artifactId>
520 <version>${guiceVersion}</version>
521 </dependency>
522
523 <dependency>
524 <groupId>com.google.code.guice</groupId>
525 <artifactId>guice-servlet</artifactId>
526 <version>${guiceVersion}</version>
527 </dependency>
528
529 <dependency>
530 <groupId>com.google.code.guice</groupId>
531 <artifactId>guice-assistedinject</artifactId>
532 <version>${guiceVersion}</version>
533 </dependency>
534
535 <dependency>
536 <!-- required by Guice (whose POM is fake and lacks it) -->
537 <groupId>aopalliance</groupId>
538 <artifactId>aopalliance</artifactId>
539 <version>1.0</version>
540 </dependency>
541
542 <dependency>
543 <groupId>commons-net</groupId>
544 <artifactId>commons-net</artifactId>
Anatol Pomozov76de00d2011-01-05 13:15:57 -0800545 <version>2.2</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800546 </dependency>
547
548 <dependency>
549 <groupId>commons-codec</groupId>
550 <artifactId>commons-codec</artifactId>
Shawn O. Pearce78d0a782010-04-27 18:33:15 -0700551 <version>1.4</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800552 </dependency>
553
554 <dependency>
Shawn O. Pearce022e9cc2009-11-07 20:52:24 -0800555 <groupId>commons-dbcp</groupId>
556 <artifactId>commons-dbcp</artifactId>
Shawn O. Pearcecd49d8f2010-04-27 18:37:26 -0700557 <version>1.4</version>
Shawn O. Pearce022e9cc2009-11-07 20:52:24 -0800558 </dependency>
559
560 <dependency>
561 <groupId>commons-pool</groupId>
562 <artifactId>commons-pool</artifactId>
Anatol Pomozov76de00d2011-01-05 13:15:57 -0800563 <version>1.5.5</version>
Shawn O. Pearce022e9cc2009-11-07 20:52:24 -0800564 </dependency>
565
566 <dependency>
Shawn O. Pearce993ddfb2010-06-23 14:39:19 -0300567 <groupId>commons-lang</groupId>
568 <artifactId>commons-lang</artifactId>
569 <version>2.5</version>
570 </dependency>
571
572 <dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800573 <groupId>eu.medsea.mimeutil</groupId>
574 <artifactId>mime-util</artifactId>
Shawn O. Pearcef9ae35d2010-02-08 11:05:28 -0800575 <version>2.1.3</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800576 <exclusions>
577 <exclusion>
578 <groupId>org.slf4j</groupId>
579 <artifactId>slf4j-log4j12</artifactId>
580 </exclusion>
581 <exclusion>
582 <groupId>log4j</groupId>
583 <artifactId>log4j</artifactId>
584 </exclusion>
585 </exclusions>
586 </dependency>
587
588 <dependency>
589 <groupId>org.antlr</groupId>
590 <artifactId>antlr</artifactId>
Anatol Pomozovd66716a2010-11-09 16:21:52 -0800591 <version>3.2</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800592 <exclusions>
593 <exclusion>
594 <groupId>org.antlr</groupId>
595 <artifactId>stringtemplate</artifactId>
596 </exclusion>
597 <exclusion>
598 <groupId>antlr</groupId>
599 <artifactId>antlr</artifactId>
600 </exclusion>
601 </exclusions>
602 </dependency>
603
604 <dependency>
605 <groupId>bouncycastle</groupId>
606 <artifactId>bcpg-jdk15</artifactId>
607 <version>140</version>
608 </dependency>
609
610 <dependency>
611 <groupId>org.slf4j</groupId>
612 <artifactId>slf4j-api</artifactId>
613 <version>${slf4jVersion}</version>
614 </dependency>
615
616 <dependency>
617 <groupId>org.slf4j</groupId>
618 <artifactId>slf4j-log4j12</artifactId>
619 <version>${slf4jVersion}</version>
620 </dependency>
621
622 <dependency>
623 <groupId>log4j</groupId>
624 <artifactId>log4j</artifactId>
Anatol Pomazau8cb68dc2010-07-09 10:52:40 -0700625 <version>1.2.16</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800626 <exclusions>
627 <exclusion>
628 <groupId>javax.mail</groupId>
629 <artifactId>mail</artifactId>
630 </exclusion>
631 <exclusion>
632 <groupId>javax.jms</groupId>
633 <artifactId>jms</artifactId>
634 </exclusion>
635 <exclusion>
636 <groupId>com.sun.jdmk</groupId>
637 <artifactId>jmxtools</artifactId>
638 </exclusion>
639 <exclusion>
640 <groupId>com.sun.jmx</groupId>
641 <artifactId>jmxri</artifactId>
642 </exclusion>
643 </exclusions>
644 </dependency>
645
646 <dependency>
Shawn O. Pearceeaab2f32009-11-17 11:05:11 -0800647 <groupId>org.eclipse.jgit</groupId>
648 <artifactId>org.eclipse.jgit</artifactId>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800649 <version>${jgitVersion}</version>
650 </dependency>
651 <dependency>
Shawn O. Pearceeaab2f32009-11-17 11:05:11 -0800652 <groupId>org.eclipse.jgit</groupId>
653 <artifactId>org.eclipse.jgit</artifactId>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800654 <version>${jgitVersion}</version>
655 <classifier>sources</classifier>
656 </dependency>
657
658 <dependency>
Shawn O. Pearceeaab2f32009-11-17 11:05:11 -0800659 <groupId>org.eclipse.jgit</groupId>
660 <artifactId>org.eclipse.jgit.junit</artifactId>
661 <version>${jgitVersion}</version>
662 <scope>test</scope>
663 <exclusions>
664 <exclusion>
665 <groupId>org.eclipse.jgit</groupId>
666 <artifactId>org.eclipse.jgit</artifactId>
667 </exclusion>
668 </exclusions>
669 </dependency>
670
671 <dependency>
Shawn O. Pearcedb5fb942010-01-14 18:21:18 -0800672 <groupId>org.eclipse.jgit</groupId>
673 <artifactId>org.eclipse.jgit.http.server</artifactId>
674 <version>${jgitVersion}</version>
675 </dependency>
676
677 <dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800678 <groupId>junit</groupId>
679 <artifactId>junit</artifactId>
Anatol Pomazaue530b5b2010-07-09 11:00:59 -0700680 <version>4.8.1</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800681 </dependency>
682
683 <dependency>
684 <groupId>com.h2database</groupId>
685 <artifactId>h2</artifactId>
Anatol Pomozov76de00d2011-01-05 13:15:57 -0800686 <version>1.2.147</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800687 </dependency>
688
689 <dependency>
Shawn O. Pearce99cdf552009-12-29 17:27:46 -0800690 <groupId>postgresql</groupId>
691 <artifactId>postgresql</artifactId>
Anatol Pomozov76de00d2011-01-05 13:15:57 -0800692 <version>9.0-801.jdbc4</version>
Shawn O. Pearce022e9cc2009-11-07 20:52:24 -0800693 </dependency>
694
695 <dependency>
Shawn O. Pearcefa2486a2009-11-11 14:51:30 -0800696 <groupId>org.eclipse.jetty</groupId>
697 <artifactId>jetty-servlet</artifactId>
698 <version>${jettyVersion}</version>
Shawn O. Pearce49b9d0e2010-02-23 09:06:22 -0800699 <exclusions>
700 <exclusion>
701 <!-- use Apache javax.servlet not CDDL -->
702 <groupId>javax.servlet</groupId>
703 <artifactId>servlet-api</artifactId>
704 </exclusion>
705 </exclusions>
Shawn O. Pearcefa2486a2009-11-11 14:51:30 -0800706 </dependency>
707
708 <dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800709 <groupId>org.easymock</groupId>
710 <artifactId>easymock</artifactId>
Anatol Pomazau9e6445b2010-07-09 10:47:20 -0700711 <version>3.0</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800712 </dependency>
713
714 <dependency>
Shawn O. Pearce49b9d0e2010-02-23 09:06:22 -0800715 <groupId>org.apache.tomcat</groupId>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800716 <artifactId>servlet-api</artifactId>
Anatol Pomozov76de00d2011-01-05 13:15:57 -0800717 <version>6.0.29</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800718 </dependency>
719
720 <dependency>
721 <groupId>com.google.gwt</groupId>
722 <artifactId>gwt-servlet</artifactId>
723 <version>${gwtVersion}</version>
724 </dependency>
725
726 <dependency>
727 <groupId>com.google.gwt</groupId>
728 <artifactId>gwt-user</artifactId>
729 <version>${gwtVersion}</version>
730 </dependency>
731
732 <dependency>
733 <groupId>com.google.gwt</groupId>
734 <artifactId>gwt-dev</artifactId>
735 <version>${gwtVersion}</version>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800736 </dependency>
Nico Sallembienee3e7372010-01-25 15:50:55 -0800737
738 <dependency>
739 <groupId>com.google.code.findbugs</groupId>
740 <artifactId>jsr305</artifactId>
741 <version>1.3.9</version>
742 </dependency>
Shawn O. Pearce8db22c82010-01-30 16:12:29 -0800743
744 <dependency>
Shawn O. Pearce8db22c82010-01-30 16:12:29 -0800745 <groupId>com.google.gerrit</groupId>
746 <artifactId>juniversalchardet</artifactId>
747 <version>1.0.3</version>
748 </dependency>
Shawn O. Pearce993ddfb2010-06-23 14:39:19 -0300749
750 <dependency>
751 <groupId>dk.brics.automaton</groupId>
752 <artifactId>automaton</artifactId>
753 <version>1.11.2</version>
754 </dependency>
Shawn O. Pearce7b8c92b2011-05-31 16:00:10 -0700755
756 <dependency>
757 <groupId>com.googlecode.prolog-cafe</groupId>
758 <artifactId>PrologCafe</artifactId>
759 <version>1.3-SNAPSHOT</version>
760 </dependency>
Shawn O. Pearce44671f52009-11-07 12:55:26 -0800761 </dependencies>
762 </dependencyManagement>
763
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800764 <repositories>
765 <repository>
Shawn O. Pearceb48c1952009-02-23 12:11:58 -0800766 <id>jgit-repository</id>
Shawn O. Pearcec243c8a2010-03-29 17:28:02 -0700767 <url>http://download.eclipse.org/jgit/maven</url>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800768 </repository>
769
770 <repository>
Shawn O. Pearce40eb8bf2009-01-26 07:31:46 -0800771 <id>gerrit-maven-repository</id>
772 <url>http://gerrit.googlecode.com/svn/mavenrepo/</url>
773 </repository>
Shawn O. Pearce403aaed2009-11-05 12:38:38 -0800774
775 <repository>
Shawn O. Pearce255658e2009-12-27 14:58:07 -0800776 <id>gerrit-snapshot-repository</id>
777 <url>http://gerrit.googlecode.com/svn/mavenrepo/snapshots/</url>
778 </repository>
779
780 <repository>
Shawn O. Pearce403aaed2009-11-05 12:38:38 -0800781 <id>java.net-repository</id>
782 <url>http://download.java.net/maven/2/</url>
783 </repository>
Shawn O. Pearce255658e2009-12-27 14:58:07 -0800784
785 <repository>
786 <id>gson</id>
787 <url>http://google-gson.googlecode.com/svn/mavenrepo/</url>
788 </repository>
789
790 <repository>
791 <id>objectweb-repository</id>
792 <url>http://maven.objectweb.org/maven2/</url>
793 </repository>
Shawn O. Pearce993ddfb2010-06-23 14:39:19 -0300794
795 <repository>
796 <id>clojars-repo</id>
797 <url>http://clojars.org/repo</url>
798 </repository>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800799 </repositories>
Shawn O. Pearcef14a1de2008-12-20 17:48:48 -0800800</project>