Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Shawn O. Pearce | a1d4187 | 2009-03-27 20:08:14 -0700 | [diff] [blame] | 3 | Copyright (C) 2008 The Android Open Source Project |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations 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. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 21 | |
| 22 | <groupId>com.google.gerrit</groupId> |
| 23 | <artifactId>gerrit-parent</artifactId> |
| 24 | <packaging>pom</packaging> |
Shawn O. Pearce | 3b279fa | 2009-12-12 20:17:29 -0800 | [diff] [blame] | 25 | <version>2.1-SNAPSHOT</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 26 | |
| 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. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 33 | |
| 34 | <mailingLists> |
| 35 | <mailingList> |
| 36 | <name>repo-discuss mailing list</name> |
| 37 | <post>repo-discuss@googlegroups.com</post> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 38 | <archive>http://groups.google.com/group/repo-discuss</archive> |
| 39 | <subscribe>http://groups.google.com/group/repo-discuss/subscribe</subscribe> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 40 | </mailingList> |
| 41 | </mailingLists> |
| 42 | |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 43 | <issueManagement> |
| 44 | <url>http://code.google.com/p/gerrit/issues/list</url> |
| 45 | <system>Google Code</system> |
| 46 | </issueManagement> |
| 47 | |
| 48 | <properties> |
Shawn O. Pearce | eaab2f3 | 2009-11-17 11:05:11 -0800 | [diff] [blame] | 49 | <jgitVersion>0.5.1.51-g96b2e76</jgitVersion> |
Shawn O. Pearce | 5a15b6d | 2009-12-23 10:43:01 -0800 | [diff] [blame] | 50 | <gwtormVersion>1.1.3-SNAPSHOT</gwtormVersion> |
Shawn O. Pearce | d554cc2 | 2009-12-18 18:30:45 -0800 | [diff] [blame] | 51 | <gwtjsonrpcVersion>1.2.1-SNAPSHOT</gwtjsonrpcVersion> |
Shawn O. Pearce | 2a65129 | 2009-12-18 21:02:00 -0800 | [diff] [blame] | 52 | <gwtexpuiVersion>1.2.0-SNAPSHOT</gwtexpuiVersion> |
Shawn O. Pearce | d554cc2 | 2009-12-18 18:30:45 -0800 | [diff] [blame] | 53 | <gwtVersion>2.0.0</gwtVersion> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 54 | <slf4jVersion>1.5.8</slf4jVersion> |
| 55 | <guiceVersion>2.0</guiceVersion> |
Shawn O. Pearce | daf566c | 2009-12-07 11:07:20 -0800 | [diff] [blame] | 56 | <jettyVersion>7.0.1.v20091125</jettyVersion> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 57 | |
Shawn O. Pearce | ba60897 | 2009-12-19 18:55:03 -0800 | [diff] [blame] | 58 | <gwt.soyc>false</gwt.soyc> |
| 59 | |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 60 | <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> |
| 70 | <module>gerrit-patch-gwtexpui</module> |
| 71 | <module>gerrit-patch-jgit</module> |
| 72 | |
| 73 | <module>gerrit-util-cli</module> |
| 74 | <module>gerrit-util-ssl</module> |
| 75 | |
| 76 | <module>gerrit-common</module> |
| 77 | <module>gerrit-httpd</module> |
Shawn O. Pearce | 6ee0554 | 2009-12-18 15:33:35 -0800 | [diff] [blame] | 78 | <module>gerrit-launcher</module> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 79 | <module>gerrit-main</module> |
| 80 | <module>gerrit-pgm</module> |
| 81 | <module>gerrit-reviewdb</module> |
| 82 | <module>gerrit-server</module> |
| 83 | <module>gerrit-sshd</module> |
| 84 | <module>gerrit-war</module> |
| 85 | |
| 86 | <module>gerrit-gwtui</module> |
| 87 | </modules> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 88 | |
| 89 | <licenses> |
| 90 | <license> |
| 91 | <name>Apache License, 2.0</name> |
| 92 | <comments> |
| 93 | Apache License |
| 94 | Version 2.0, January 2004 |
| 95 | http://www.apache.org/licenses/ |
| 96 | |
| 97 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
| 98 | |
| 99 | 1. Definitions. |
| 100 | |
| 101 | "License" shall mean the terms and conditions for use, reproduction, |
| 102 | and distribution as defined by Sections 1 through 9 of this document. |
| 103 | |
| 104 | "Licensor" shall mean the copyright owner or entity authorized by |
| 105 | the copyright owner that is granting the License. |
| 106 | |
| 107 | "Legal Entity" shall mean the union of the acting entity and all |
| 108 | other entities that control, are controlled by, or are under common |
| 109 | control with that entity. For the purposes of this definition, |
| 110 | "control" means (i) the power, direct or indirect, to cause the |
| 111 | direction or management of such entity, whether by contract or |
| 112 | otherwise, or (ii) ownership of fifty percent (50%) or more of the |
| 113 | outstanding shares, or (iii) beneficial ownership of such entity. |
| 114 | |
| 115 | "You" (or "Your") shall mean an individual or Legal Entity |
| 116 | exercising permissions granted by this License. |
| 117 | |
| 118 | "Source" form shall mean the preferred form for making modifications, |
| 119 | including but not limited to software source code, documentation |
| 120 | source, and configuration files. |
| 121 | |
| 122 | "Object" form shall mean any form resulting from mechanical |
| 123 | transformation or translation of a Source form, including but |
| 124 | not limited to compiled object code, generated documentation, |
| 125 | and conversions to other media types. |
| 126 | |
| 127 | "Work" shall mean the work of authorship, whether in Source or |
| 128 | Object form, made available under the License, as indicated by a |
| 129 | copyright notice that is included in or attached to the work |
| 130 | (an example is provided in the Appendix below). |
| 131 | |
| 132 | "Derivative Works" shall mean any work, whether in Source or Object |
| 133 | form, that is based on (or derived from) the Work and for which the |
| 134 | editorial revisions, annotations, elaborations, or other modifications |
| 135 | represent, as a whole, an original work of authorship. For the purposes |
| 136 | of this License, Derivative Works shall not include works that remain |
| 137 | separable from, or merely link (or bind by name) to the interfaces of, |
| 138 | the Work and Derivative Works thereof. |
| 139 | |
| 140 | "Contribution" shall mean any work of authorship, including |
| 141 | the original version of the Work and any modifications or additions |
| 142 | to that Work or Derivative Works thereof, that is intentionally |
| 143 | submitted to Licensor for inclusion in the Work by the copyright owner |
| 144 | or by an individual or Legal Entity authorized to submit on behalf of |
| 145 | the copyright owner. For the purposes of this definition, "submitted" |
| 146 | means any form of electronic, verbal, or written communication sent |
| 147 | to the Licensor or its representatives, including but not limited to |
| 148 | communication on electronic mailing lists, source code control systems, |
| 149 | and issue tracking systems that are managed by, or on behalf of, the |
| 150 | Licensor for the purpose of discussing and improving the Work, but |
| 151 | excluding communication that is conspicuously marked or otherwise |
| 152 | designated in writing by the copyright owner as "Not a Contribution." |
| 153 | |
| 154 | "Contributor" shall mean Licensor and any individual or Legal Entity |
| 155 | on behalf of whom a Contribution has been received by Licensor and |
| 156 | subsequently incorporated within the Work. |
| 157 | |
| 158 | 2. Grant of Copyright License. Subject to the terms and conditions of |
| 159 | this License, each Contributor hereby grants to You a perpetual, |
| 160 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
| 161 | copyright license to reproduce, prepare Derivative Works of, |
| 162 | publicly display, publicly perform, sublicense, and distribute the |
| 163 | Work and such Derivative Works in Source or Object form. |
| 164 | |
| 165 | 3. Grant of Patent License. Subject to the terms and conditions of |
| 166 | this License, each Contributor hereby grants to You a perpetual, |
| 167 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
| 168 | (except as stated in this section) patent license to make, have made, |
| 169 | use, offer to sell, sell, import, and otherwise transfer the Work, |
| 170 | where such license applies only to those patent claims licensable |
| 171 | by such Contributor that are necessarily infringed by their |
| 172 | Contribution(s) alone or by combination of their Contribution(s) |
| 173 | with the Work to which such Contribution(s) was submitted. If You |
| 174 | institute patent litigation against any entity (including a |
| 175 | cross-claim or counterclaim in a lawsuit) alleging that the Work |
| 176 | or a Contribution incorporated within the Work constitutes direct |
| 177 | or contributory patent infringement, then any patent licenses |
| 178 | granted to You under this License for that Work shall terminate |
| 179 | as of the date such litigation is filed. |
| 180 | |
| 181 | 4. Redistribution. You may reproduce and distribute copies of the |
| 182 | Work or Derivative Works thereof in any medium, with or without |
| 183 | modifications, and in Source or Object form, provided that You |
| 184 | meet the following conditions: |
| 185 | |
| 186 | (a) You must give any other recipients of the Work or |
| 187 | Derivative Works a copy of this License; and |
| 188 | |
| 189 | (b) You must cause any modified files to carry prominent notices |
| 190 | stating that You changed the files; and |
| 191 | |
| 192 | (c) You must retain, in the Source form of any Derivative Works |
| 193 | that You distribute, all copyright, patent, trademark, and |
| 194 | attribution notices from the Source form of the Work, |
| 195 | excluding those notices that do not pertain to any part of |
| 196 | the Derivative Works; and |
| 197 | |
| 198 | (d) If the Work includes a "NOTICE" text file as part of its |
| 199 | distribution, then any Derivative Works that You distribute must |
| 200 | include a readable copy of the attribution notices contained |
| 201 | within such NOTICE file, excluding those notices that do not |
| 202 | pertain to any part of the Derivative Works, in at least one |
| 203 | of the following places: within a NOTICE text file distributed |
| 204 | as part of the Derivative Works; within the Source form or |
| 205 | documentation, if provided along with the Derivative Works; or, |
| 206 | within a display generated by the Derivative Works, if and |
| 207 | wherever such third-party notices normally appear. The contents |
| 208 | of the NOTICE file are for informational purposes only and |
| 209 | do not modify the License. You may add Your own attribution |
| 210 | notices within Derivative Works that You distribute, alongside |
| 211 | or as an addendum to the NOTICE text from the Work, provided |
| 212 | that such additional attribution notices cannot be construed |
| 213 | as modifying the License. |
| 214 | |
| 215 | You may add Your own copyright statement to Your modifications and |
| 216 | may provide additional or different license terms and conditions |
| 217 | for use, reproduction, or distribution of Your modifications, or |
| 218 | for any such Derivative Works as a whole, provided Your use, |
| 219 | reproduction, and distribution of the Work otherwise complies with |
| 220 | the conditions stated in this License. |
| 221 | |
| 222 | 5. Submission of Contributions. Unless You explicitly state otherwise, |
| 223 | any Contribution intentionally submitted for inclusion in the Work |
| 224 | by You to the Licensor shall be under the terms and conditions of |
| 225 | this License, without any additional terms or conditions. |
| 226 | Notwithstanding the above, nothing herein shall supersede or modify |
| 227 | the terms of any separate license agreement you may have executed |
| 228 | with Licensor regarding such Contributions. |
| 229 | |
| 230 | 6. Trademarks. This License does not grant permission to use the trade |
| 231 | names, trademarks, service marks, or product names of the Licensor, |
| 232 | except as required for reasonable and customary use in describing the |
| 233 | origin of the Work and reproducing the content of the NOTICE file. |
| 234 | |
| 235 | 7. Disclaimer of Warranty. Unless required by applicable law or |
| 236 | agreed to in writing, Licensor provides the Work (and each |
| 237 | Contributor provides its Contributions) on an "AS IS" BASIS, |
| 238 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 239 | implied, including, without limitation, any warranties or conditions |
| 240 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A |
| 241 | PARTICULAR PURPOSE. You are solely responsible for determining the |
| 242 | appropriateness of using or redistributing the Work and assume any |
| 243 | risks associated with Your exercise of permissions under this License. |
| 244 | |
| 245 | 8. Limitation of Liability. In no event and under no legal theory, |
| 246 | whether in tort (including negligence), contract, or otherwise, |
| 247 | unless required by applicable law (such as deliberate and grossly |
| 248 | negligent acts) or agreed to in writing, shall any Contributor be |
| 249 | liable to You for damages, including any direct, indirect, special, |
| 250 | incidental, or consequential damages of any character arising as a |
| 251 | result of this License or out of the use or inability to use the |
| 252 | Work (including but not limited to damages for loss of goodwill, |
| 253 | work stoppage, computer failure or malfunction, or any and all |
| 254 | other commercial damages or losses), even if such Contributor |
| 255 | has been advised of the possibility of such damages. |
| 256 | |
| 257 | 9. Accepting Warranty or Additional Liability. While redistributing |
| 258 | the Work or Derivative Works thereof, You may choose to offer, |
| 259 | and charge a fee for, acceptance of support, warranty, indemnity, |
| 260 | or other liability obligations and/or rights consistent with this |
| 261 | License. However, in accepting such obligations, You may act only |
| 262 | on Your own behalf and on Your sole responsibility, not on behalf |
| 263 | of any other Contributor, and only if You agree to indemnify, |
| 264 | defend, and hold each Contributor harmless for any liability |
| 265 | incurred by, or claims asserted against, such Contributor by reason |
| 266 | of your accepting any such warranty or additional liability. |
| 267 | |
| 268 | END OF TERMS AND CONDITIONS |
| 269 | |
| 270 | APPENDIX: How to apply the Apache License to your work. |
| 271 | |
| 272 | To apply the Apache License to your work, attach the following |
| 273 | boilerplate notice, with the fields enclosed by brackets "[]" |
| 274 | replaced with your own identifying information. (Don't include |
| 275 | the brackets!) The text should be enclosed in the appropriate |
| 276 | comment syntax for the file format. We also recommend that a |
| 277 | file or class name and description of purpose be included on the |
| 278 | same "printed page" as the copyright notice for easier |
| 279 | identification within third-party archives. |
| 280 | |
| 281 | Copyright [yyyy] [name of copyright owner] |
| 282 | |
| 283 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 284 | you may not use this file except in compliance with the License. |
| 285 | You may obtain a copy of the License at |
| 286 | |
| 287 | http://www.apache.org/licenses/LICENSE-2.0 |
| 288 | |
| 289 | Unless required by applicable law or agreed to in writing, software |
| 290 | distributed under the License is distributed on an "AS IS" BASIS, |
| 291 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 292 | See the License for the specific language governing permissions and |
| 293 | limitations under the License. |
| 294 | </comments> |
| 295 | </license> |
| 296 | </licenses> |
| 297 | |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 298 | <build> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 299 | <plugins> |
| 300 | <plugin> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 301 | <artifactId>maven-compiler-plugin</artifactId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 302 | <version>2.0.2</version> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 303 | <configuration> |
Shawn O. Pearce | 0da2b72 | 2009-05-12 17:21:02 -0700 | [diff] [blame] | 304 | <source>1.6</source> |
| 305 | <target>1.6</target> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 306 | <encoding>UTF-8</encoding> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 307 | </configuration> |
| 308 | </plugin> |
Shawn O. Pearce | 03273c9 | 2009-01-13 10:32:50 -0800 | [diff] [blame] | 309 | |
| 310 | <plugin> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 311 | <artifactId>maven-source-plugin</artifactId> |
Shawn O. Pearce | b8527ea | 2009-02-02 15:39:12 -0800 | [diff] [blame] | 312 | <executions> |
| 313 | <execution> |
| 314 | <goals> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 315 | <goal>jar</goal> |
Shawn O. Pearce | b8527ea | 2009-02-02 15:39:12 -0800 | [diff] [blame] | 316 | </goals> |
| 317 | </execution> |
Shawn O. Pearce | 03273c9 | 2009-01-13 10:32:50 -0800 | [diff] [blame] | 318 | </executions> |
| 319 | </plugin> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 320 | </plugins> |
| 321 | </build> |
| 322 | |
| 323 | <dependencies> |
| 324 | <dependency> |
Shawn O. Pearce | 54c91ec | 2009-08-12 19:00:42 -0700 | [diff] [blame] | 325 | <groupId>junit</groupId> |
| 326 | <artifactId>junit</artifactId> |
Shawn O. Pearce | f81dd8d | 2009-11-05 12:33:37 -0800 | [diff] [blame] | 327 | <scope>test</scope> |
| 328 | </dependency> |
| 329 | |
| 330 | <dependency> |
Shawn O. Pearce | 3f4b1d0 | 2009-09-10 16:04:43 -0700 | [diff] [blame] | 331 | <groupId>org.easymock</groupId> |
| 332 | <artifactId>easymock</artifactId> |
Shawn O. Pearce | 3f4b1d0 | 2009-09-10 16:04:43 -0700 | [diff] [blame] | 333 | <scope>test</scope> |
| 334 | </dependency> |
| 335 | |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 336 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 337 | <groupId>org.easymock</groupId> |
| 338 | <artifactId>easymockclassextension</artifactId> |
| 339 | <scope>test</scope> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 340 | </dependency> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 341 | </dependencies> |
| 342 | |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 343 | <dependencyManagement> |
| 344 | <dependencies> |
| 345 | <dependency> |
| 346 | <groupId>com.google.gerrit</groupId> |
| 347 | <artifactId>gerrit-patch-commonsnet</artifactId> |
| 348 | <version>${project.version}</version> |
| 349 | </dependency> |
| 350 | |
| 351 | <dependency> |
| 352 | <groupId>com.google.gerrit</groupId> |
| 353 | <artifactId>gerrit-patch-gwtexpui</artifactId> |
| 354 | <version>${project.version}</version> |
| 355 | </dependency> |
| 356 | <dependency> |
| 357 | <groupId>com.google.gerrit</groupId> |
| 358 | <artifactId>gerrit-patch-gwtexpui</artifactId> |
| 359 | <version>${project.version}</version> |
| 360 | <classifier>sources</classifier> |
| 361 | </dependency> |
| 362 | |
| 363 | <dependency> |
| 364 | <groupId>com.google.gerrit</groupId> |
| 365 | <artifactId>gerrit-patch-jgit</artifactId> |
| 366 | <version>${project.version}</version> |
| 367 | </dependency> |
| 368 | <dependency> |
| 369 | <groupId>com.google.gerrit</groupId> |
| 370 | <artifactId>gerrit-patch-jgit</artifactId> |
| 371 | <version>${project.version}</version> |
| 372 | <classifier>sources</classifier> |
| 373 | </dependency> |
| 374 | |
| 375 | <dependency> |
| 376 | <groupId>com.google.gerrit</groupId> |
| 377 | <artifactId>gerrit-common</artifactId> |
| 378 | <version>${project.version}</version> |
| 379 | </dependency> |
| 380 | <dependency> |
| 381 | <groupId>com.google.gerrit</groupId> |
| 382 | <artifactId>gerrit-common</artifactId> |
| 383 | <version>${project.version}</version> |
| 384 | <classifier>sources</classifier> |
| 385 | </dependency> |
| 386 | |
| 387 | <dependency> |
| 388 | <groupId>com.google.gerrit</groupId> |
| 389 | <artifactId>gerrit-gwtui</artifactId> |
| 390 | <version>${project.version}</version> |
| 391 | </dependency> |
| 392 | <dependency> |
| 393 | <groupId>com.google.gerrit</groupId> |
| 394 | <artifactId>gerrit-gwtui</artifactId> |
| 395 | <version>${project.version}</version> |
| 396 | <type>war</type> |
| 397 | </dependency> |
| 398 | |
| 399 | <dependency> |
| 400 | <groupId>com.google.gerrit</groupId> |
| 401 | <artifactId>gerrit-httpd</artifactId> |
| 402 | <version>${project.version}</version> |
| 403 | </dependency> |
| 404 | |
| 405 | <dependency> |
| 406 | <groupId>com.google.gerrit</groupId> |
Shawn O. Pearce | 6ee0554 | 2009-12-18 15:33:35 -0800 | [diff] [blame] | 407 | <artifactId>gerrit-launcher</artifactId> |
| 408 | <version>${project.version}</version> |
| 409 | </dependency> |
| 410 | |
| 411 | <dependency> |
| 412 | <groupId>com.google.gerrit</groupId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 413 | <artifactId>gerrit-main</artifactId> |
| 414 | <version>${project.version}</version> |
| 415 | </dependency> |
| 416 | |
| 417 | <dependency> |
| 418 | <groupId>com.google.gerrit</groupId> |
| 419 | <artifactId>gerrit-pgm</artifactId> |
| 420 | <version>${project.version}</version> |
| 421 | </dependency> |
| 422 | |
| 423 | <dependency> |
| 424 | <groupId>com.google.gerrit</groupId> |
| 425 | <artifactId>gerrit-reviewdb</artifactId> |
| 426 | <version>${project.version}</version> |
| 427 | </dependency> |
| 428 | <dependency> |
| 429 | <groupId>com.google.gerrit</groupId> |
| 430 | <artifactId>gerrit-reviewdb</artifactId> |
| 431 | <version>${project.version}</version> |
| 432 | <classifier>sources</classifier> |
| 433 | </dependency> |
| 434 | |
| 435 | <dependency> |
| 436 | <groupId>com.google.gerrit</groupId> |
| 437 | <artifactId>gerrit-server</artifactId> |
| 438 | <version>${project.version}</version> |
| 439 | </dependency> |
| 440 | |
| 441 | <dependency> |
| 442 | <groupId>com.google.gerrit</groupId> |
| 443 | <artifactId>gerrit-sshd</artifactId> |
| 444 | <version>${project.version}</version> |
| 445 | </dependency> |
| 446 | |
| 447 | <dependency> |
| 448 | <groupId>com.google.gerrit</groupId> |
| 449 | <artifactId>gerrit-war</artifactId> |
| 450 | <version>${project.version}</version> |
| 451 | </dependency> |
| 452 | <dependency> |
| 453 | <groupId>com.google.gerrit</groupId> |
| 454 | <artifactId>gerrit-war</artifactId> |
| 455 | <version>${project.version}</version> |
| 456 | <type>war</type> |
| 457 | </dependency> |
| 458 | |
| 459 | <dependency> |
| 460 | <groupId>com.google.gerrit</groupId> |
| 461 | <artifactId>gerrit-util-cli</artifactId> |
| 462 | <version>${project.version}</version> |
| 463 | </dependency> |
| 464 | |
| 465 | <dependency> |
| 466 | <groupId>com.google.gerrit</groupId> |
| 467 | <artifactId>gerrit-util-ssl</artifactId> |
| 468 | <version>${project.version}</version> |
| 469 | </dependency> |
| 470 | |
| 471 | <dependency> |
| 472 | <groupId>gwtorm</groupId> |
| 473 | <artifactId>gwtorm</artifactId> |
| 474 | <version>${gwtormVersion}</version> |
| 475 | </dependency> |
| 476 | <dependency> |
| 477 | <groupId>gwtorm</groupId> |
| 478 | <artifactId>gwtorm</artifactId> |
| 479 | <version>${gwtormVersion}</version> |
| 480 | <classifier>sources</classifier> |
| 481 | </dependency> |
| 482 | |
| 483 | <dependency> |
| 484 | <groupId>gwtjsonrpc</groupId> |
| 485 | <artifactId>gwtjsonrpc</artifactId> |
| 486 | <version>${gwtjsonrpcVersion}</version> |
| 487 | </dependency> |
| 488 | <dependency> |
| 489 | <groupId>gwtjsonrpc</groupId> |
| 490 | <artifactId>gwtjsonrpc</artifactId> |
| 491 | <version>${gwtjsonrpcVersion}</version> |
| 492 | <classifier>sources</classifier> |
| 493 | </dependency> |
| 494 | |
| 495 | <dependency> |
| 496 | <groupId>gwtexpui</groupId> |
| 497 | <artifactId>gwtexpui</artifactId> |
| 498 | <version>${gwtexpuiVersion}</version> |
| 499 | </dependency> |
| 500 | <dependency> |
| 501 | <groupId>gwtexpui</groupId> |
| 502 | <artifactId>gwtexpui</artifactId> |
| 503 | <version>${gwtexpuiVersion}</version> |
| 504 | <classifier>sources</classifier> |
| 505 | </dependency> |
| 506 | |
| 507 | <dependency> |
| 508 | <groupId>gerrit</groupId> |
| 509 | <artifactId>gerrit-keyapplet</artifactId> |
| 510 | <version>1.0</version> |
| 511 | </dependency> |
| 512 | |
| 513 | <dependency> |
| 514 | <groupId>org.openid4java</groupId> |
| 515 | <artifactId>openid4java-consumer</artifactId> |
| 516 | <version>0.9.5</version> |
| 517 | <exclusions> |
| 518 | <exclusion> |
| 519 | <!-- jug-1.1 is LGPL, and the source has been lost --> |
| 520 | <groupId>jug</groupId> |
| 521 | <artifactId>jug</artifactId> |
| 522 | </exclusion> |
| 523 | <exclusion> |
| 524 | <!-- not required on Java 5 or later --> |
| 525 | <groupId>xml-apis</groupId> |
| 526 | <artifactId>xml-apis</artifactId> |
| 527 | </exclusion> |
| 528 | </exclusions> |
| 529 | </dependency> |
| 530 | |
| 531 | <dependency> |
| 532 | <groupId>org.apache.sshd</groupId> |
| 533 | <artifactId>sshd-core</artifactId> |
Shawn O. Pearce | 03ba64e | 2009-12-15 20:31:45 -0800 | [diff] [blame] | 534 | <version>0.4.0-r891122</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 535 | </dependency> |
| 536 | |
| 537 | <dependency> |
| 538 | <groupId>net.sf.ehcache</groupId> |
| 539 | <artifactId>ehcache-core</artifactId> |
Shawn O. Pearce | cafaa9a3 | 2009-12-15 16:19:51 -0800 | [diff] [blame] | 540 | <version>1.7.1</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 541 | </dependency> |
| 542 | |
| 543 | <dependency> |
| 544 | <groupId>args4j</groupId> |
| 545 | <artifactId>args4j</artifactId> |
| 546 | <version>2.0.16</version> |
| 547 | </dependency> |
| 548 | |
| 549 | <dependency> |
| 550 | <groupId>com.google.code.guice</groupId> |
| 551 | <artifactId>guice</artifactId> |
| 552 | <version>${guiceVersion}</version> |
| 553 | </dependency> |
| 554 | |
| 555 | <dependency> |
| 556 | <groupId>com.google.code.guice</groupId> |
| 557 | <artifactId>guice-servlet</artifactId> |
| 558 | <version>${guiceVersion}</version> |
| 559 | </dependency> |
| 560 | |
| 561 | <dependency> |
| 562 | <groupId>com.google.code.guice</groupId> |
| 563 | <artifactId>guice-assistedinject</artifactId> |
| 564 | <version>${guiceVersion}</version> |
| 565 | </dependency> |
| 566 | |
| 567 | <dependency> |
| 568 | <!-- required by Guice (whose POM is fake and lacks it) --> |
| 569 | <groupId>aopalliance</groupId> |
| 570 | <artifactId>aopalliance</artifactId> |
| 571 | <version>1.0</version> |
| 572 | </dependency> |
| 573 | |
| 574 | <dependency> |
| 575 | <groupId>commons-net</groupId> |
| 576 | <artifactId>commons-net</artifactId> |
| 577 | <version>2.0</version> |
| 578 | </dependency> |
| 579 | |
| 580 | <dependency> |
| 581 | <groupId>commons-codec</groupId> |
| 582 | <artifactId>commons-codec</artifactId> |
| 583 | <version>1.3</version> |
| 584 | </dependency> |
| 585 | |
| 586 | <dependency> |
Shawn O. Pearce | 022e9cc | 2009-11-07 20:52:24 -0800 | [diff] [blame] | 587 | <groupId>commons-dbcp</groupId> |
| 588 | <artifactId>commons-dbcp</artifactId> |
| 589 | <version>1.2.2</version> |
| 590 | </dependency> |
| 591 | |
| 592 | <dependency> |
| 593 | <groupId>commons-pool</groupId> |
| 594 | <artifactId>commons-pool</artifactId> |
Shawn O. Pearce | 6aac4b0 | 2009-12-15 16:22:42 -0800 | [diff] [blame] | 595 | <version>1.5.4</version> |
Shawn O. Pearce | 022e9cc | 2009-11-07 20:52:24 -0800 | [diff] [blame] | 596 | </dependency> |
| 597 | |
| 598 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 599 | <groupId>eu.medsea.mimeutil</groupId> |
| 600 | <artifactId>mime-util</artifactId> |
| 601 | <version>2.1.2</version> |
| 602 | <exclusions> |
| 603 | <exclusion> |
| 604 | <groupId>org.slf4j</groupId> |
| 605 | <artifactId>slf4j-log4j12</artifactId> |
| 606 | </exclusion> |
| 607 | <exclusion> |
| 608 | <groupId>log4j</groupId> |
| 609 | <artifactId>log4j</artifactId> |
| 610 | </exclusion> |
| 611 | </exclusions> |
| 612 | </dependency> |
| 613 | |
| 614 | <dependency> |
| 615 | <groupId>org.antlr</groupId> |
| 616 | <artifactId>antlr</artifactId> |
| 617 | <version>3.1.1</version> |
| 618 | <exclusions> |
| 619 | <exclusion> |
| 620 | <groupId>org.antlr</groupId> |
| 621 | <artifactId>stringtemplate</artifactId> |
| 622 | </exclusion> |
| 623 | <exclusion> |
| 624 | <groupId>antlr</groupId> |
| 625 | <artifactId>antlr</artifactId> |
| 626 | </exclusion> |
| 627 | </exclusions> |
| 628 | </dependency> |
| 629 | |
| 630 | <dependency> |
| 631 | <groupId>bouncycastle</groupId> |
| 632 | <artifactId>bcpg-jdk15</artifactId> |
| 633 | <version>140</version> |
| 634 | </dependency> |
| 635 | |
| 636 | <dependency> |
| 637 | <groupId>org.slf4j</groupId> |
| 638 | <artifactId>slf4j-api</artifactId> |
| 639 | <version>${slf4jVersion}</version> |
| 640 | </dependency> |
| 641 | |
| 642 | <dependency> |
| 643 | <groupId>org.slf4j</groupId> |
| 644 | <artifactId>slf4j-log4j12</artifactId> |
| 645 | <version>${slf4jVersion}</version> |
| 646 | </dependency> |
| 647 | |
| 648 | <dependency> |
| 649 | <groupId>log4j</groupId> |
| 650 | <artifactId>log4j</artifactId> |
| 651 | <version>1.2.15</version> |
| 652 | <exclusions> |
| 653 | <exclusion> |
| 654 | <groupId>javax.mail</groupId> |
| 655 | <artifactId>mail</artifactId> |
| 656 | </exclusion> |
| 657 | <exclusion> |
| 658 | <groupId>javax.jms</groupId> |
| 659 | <artifactId>jms</artifactId> |
| 660 | </exclusion> |
| 661 | <exclusion> |
| 662 | <groupId>com.sun.jdmk</groupId> |
| 663 | <artifactId>jmxtools</artifactId> |
| 664 | </exclusion> |
| 665 | <exclusion> |
| 666 | <groupId>com.sun.jmx</groupId> |
| 667 | <artifactId>jmxri</artifactId> |
| 668 | </exclusion> |
| 669 | </exclusions> |
| 670 | </dependency> |
| 671 | |
| 672 | <dependency> |
Shawn O. Pearce | eaab2f3 | 2009-11-17 11:05:11 -0800 | [diff] [blame] | 673 | <groupId>org.eclipse.jgit</groupId> |
| 674 | <artifactId>org.eclipse.jgit</artifactId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 675 | <version>${jgitVersion}</version> |
| 676 | </dependency> |
| 677 | <dependency> |
Shawn O. Pearce | eaab2f3 | 2009-11-17 11:05:11 -0800 | [diff] [blame] | 678 | <groupId>org.eclipse.jgit</groupId> |
| 679 | <artifactId>org.eclipse.jgit</artifactId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 680 | <version>${jgitVersion}</version> |
| 681 | <classifier>sources</classifier> |
| 682 | </dependency> |
| 683 | |
| 684 | <dependency> |
Shawn O. Pearce | eaab2f3 | 2009-11-17 11:05:11 -0800 | [diff] [blame] | 685 | <groupId>org.eclipse.jgit</groupId> |
| 686 | <artifactId>org.eclipse.jgit.junit</artifactId> |
| 687 | <version>${jgitVersion}</version> |
| 688 | <scope>test</scope> |
| 689 | <exclusions> |
| 690 | <exclusion> |
| 691 | <groupId>org.eclipse.jgit</groupId> |
| 692 | <artifactId>org.eclipse.jgit</artifactId> |
| 693 | </exclusion> |
| 694 | </exclusions> |
| 695 | </dependency> |
| 696 | |
| 697 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 698 | <groupId>junit</groupId> |
| 699 | <artifactId>junit</artifactId> |
| 700 | <version>3.8.2</version> |
| 701 | </dependency> |
| 702 | |
| 703 | <dependency> |
| 704 | <groupId>com.h2database</groupId> |
| 705 | <artifactId>h2</artifactId> |
Shawn O. Pearce | 2d76a5b | 2009-12-15 16:25:04 -0800 | [diff] [blame] | 706 | <version>1.2.125</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 707 | </dependency> |
| 708 | |
| 709 | <dependency> |
Shawn O. Pearce | 022e9cc | 2009-11-07 20:52:24 -0800 | [diff] [blame] | 710 | <groupId>postgresql</groupId> |
| 711 | <artifactId>postgresql</artifactId> |
| 712 | <version>8.4-701.jdbc4</version> |
| 713 | </dependency> |
| 714 | |
| 715 | <dependency> |
Shawn O. Pearce | fa2486a | 2009-11-11 14:51:30 -0800 | [diff] [blame] | 716 | <groupId>org.eclipse.jetty</groupId> |
| 717 | <artifactId>jetty-servlet</artifactId> |
| 718 | <version>${jettyVersion}</version> |
| 719 | </dependency> |
| 720 | |
| 721 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 722 | <groupId>org.easymock</groupId> |
| 723 | <artifactId>easymock</artifactId> |
| 724 | <version>2.5.1</version> |
| 725 | </dependency> |
| 726 | |
| 727 | <dependency> |
| 728 | <groupId>org.easymock</groupId> |
| 729 | <artifactId>easymockclassextension</artifactId> |
| 730 | <version>2.4</version> |
| 731 | </dependency> |
| 732 | |
| 733 | <dependency> |
| 734 | <groupId>javax.servlet</groupId> |
| 735 | <artifactId>servlet-api</artifactId> |
| 736 | <version>2.5</version> |
| 737 | </dependency> |
| 738 | |
| 739 | <dependency> |
| 740 | <groupId>com.google.gwt</groupId> |
| 741 | <artifactId>gwt-servlet</artifactId> |
| 742 | <version>${gwtVersion}</version> |
| 743 | </dependency> |
| 744 | |
| 745 | <dependency> |
| 746 | <groupId>com.google.gwt</groupId> |
| 747 | <artifactId>gwt-user</artifactId> |
| 748 | <version>${gwtVersion}</version> |
| 749 | </dependency> |
| 750 | |
| 751 | <dependency> |
| 752 | <groupId>com.google.gwt</groupId> |
| 753 | <artifactId>gwt-dev</artifactId> |
| 754 | <version>${gwtVersion}</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 755 | </dependency> |
| 756 | </dependencies> |
| 757 | </dependencyManagement> |
| 758 | |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 759 | <repositories> |
| 760 | <repository> |
Shawn O. Pearce | b48c195 | 2009-02-23 12:11:58 -0800 | [diff] [blame] | 761 | <id>jgit-repository</id> |
| 762 | <url>http://egit.googlecode.com/svn/maven/</url> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 763 | </repository> |
| 764 | |
| 765 | <repository> |
Shawn O. Pearce | 40eb8bf | 2009-01-26 07:31:46 -0800 | [diff] [blame] | 766 | <id>gerrit-maven-repository</id> |
| 767 | <url>http://gerrit.googlecode.com/svn/mavenrepo/</url> |
| 768 | </repository> |
Shawn O. Pearce | 403aaed | 2009-11-05 12:38:38 -0800 | [diff] [blame] | 769 | |
| 770 | <repository> |
Shawn O. Pearce | 255658e | 2009-12-27 14:58:07 -0800 | [diff] [blame^] | 771 | <id>gerrit-snapshot-repository</id> |
| 772 | <url>http://gerrit.googlecode.com/svn/mavenrepo/snapshots/</url> |
| 773 | </repository> |
| 774 | |
| 775 | <repository> |
Shawn O. Pearce | 403aaed | 2009-11-05 12:38:38 -0800 | [diff] [blame] | 776 | <id>java.net-repository</id> |
| 777 | <url>http://download.java.net/maven/2/</url> |
| 778 | </repository> |
Shawn O. Pearce | 255658e | 2009-12-27 14:58:07 -0800 | [diff] [blame^] | 779 | |
| 780 | <repository> |
| 781 | <id>gson</id> |
| 782 | <url>http://google-gson.googlecode.com/svn/mavenrepo/</url> |
| 783 | </repository> |
| 784 | |
| 785 | <repository> |
| 786 | <id>objectweb-repository</id> |
| 787 | <url>http://maven.objectweb.org/maven2/</url> |
| 788 | </repository> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 789 | </repositories> |
| 790 | |
| 791 | <pluginRepositories> |
| 792 | <pluginRepository> |
| 793 | <id>gwt-maven-plugins</id> |
Shawn O. Pearce | a6ab7a4 | 2009-05-12 18:17:11 -0700 | [diff] [blame] | 794 | <url>http://snapshots.repository.codehaus.org/</url> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 795 | </pluginRepository> |
| 796 | </pluginRepositories> |
| 797 | </project> |