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> |
Sasa Zivkov | 2ddbf02 | 2012-05-03 08:53:05 +0200 | [diff] [blame] | 25 | <version>2.5-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 | 8560847 | 2012-06-14 13:57:23 -0700 | [diff] [blame] | 49 | <jgitVersion>2.0.0.201206130900-r.23-gb3dbf19</jgitVersion> |
Colby Ranger | b308838 | 2012-03-07 10:24:01 -0800 | [diff] [blame] | 50 | <gwtormVersion>1.4</gwtormVersion> |
Shawn O. Pearce | 34ab429 | 2012-04-08 17:37:57 -0700 | [diff] [blame] | 51 | <gwtjsonrpcVersion>1.3</gwtjsonrpcVersion> |
Shawn O. Pearce | 2c28c2d | 2012-06-19 16:59:16 -0700 | [diff] [blame] | 52 | <gwtexpuiVersion>1.2.6</gwtexpuiVersion> |
Shawn O. Pearce | 8010d4b | 2012-04-07 14:40:21 -0700 | [diff] [blame] | 53 | <gwtVersion>2.4.0</gwtVersion> |
Anatol Pomazau | d4c502f | 2010-07-16 22:36:19 -0700 | [diff] [blame] | 54 | <slf4jVersion>1.6.1</slf4jVersion> |
Colby Ranger | 7820803 | 2012-03-06 11:39:45 -0800 | [diff] [blame] | 55 | <guiceVersion>3.0</guiceVersion> |
Shawn O. Pearce | adfe269 | 2011-05-13 20:14:49 -0700 | [diff] [blame] | 56 | <jettyVersion>7.2.1.v20101111</jettyVersion> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 57 | |
Anatol Pomozov | 76de00db | 2011-01-05 13:15:57 -0800 | [diff] [blame] | 58 | <gwt.compileReport>false</gwt.compileReport> |
Shawn O. Pearce | ba60897 | 2009-12-19 18:55:03 -0800 | [diff] [blame] | 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> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 70 | <module>gerrit-patch-jgit</module> |
| 71 | |
| 72 | <module>gerrit-util-cli</module> |
| 73 | <module>gerrit-util-ssl</module> |
| 74 | |
Shawn O. Pearce | b1901c0 | 2011-05-19 09:06:34 -0700 | [diff] [blame] | 75 | <module>gerrit-antlr</module> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 76 | <module>gerrit-common</module> |
Shawn O. Pearce | 2e1cb2b | 2012-05-24 14:28:40 -0700 | [diff] [blame] | 77 | <module>gerrit-cache-h2</module> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 78 | <module>gerrit-httpd</module> |
Shawn O. Pearce | 6ee0554 | 2009-12-18 15:33:35 -0800 | [diff] [blame] | 79 | <module>gerrit-launcher</module> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 80 | <module>gerrit-main</module> |
Dave Borowitz | fb61967 | 2012-01-20 14:05:59 -0800 | [diff] [blame] | 81 | <module>gerrit-openid</module> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 82 | <module>gerrit-pgm</module> |
Shawn O. Pearce | 8db22c8 | 2010-01-30 16:12:29 -0800 | [diff] [blame] | 83 | <module>gerrit-prettify</module> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 84 | <module>gerrit-reviewdb</module> |
| 85 | <module>gerrit-server</module> |
| 86 | <module>gerrit-sshd</module> |
Anatol Pomazau | cce4dae | 2010-07-08 21:06:04 -0700 | [diff] [blame] | 87 | <module>gerrit-gwtdebug</module> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 88 | <module>gerrit-war</module> |
| 89 | |
Shawn O. Pearce | 1650ace | 2012-05-10 15:31:48 -0700 | [diff] [blame] | 90 | <module>gerrit-extension-api</module> |
Shawn O. Pearce | 980efdb | 2012-05-07 14:41:01 -0700 | [diff] [blame] | 91 | |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 92 | <module>gerrit-gwtui</module> |
| 93 | </modules> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 94 | |
Edwin Kempin | 8173d42 | 2012-06-25 13:18:23 +0200 | [diff] [blame] | 95 | <profiles> |
| 96 | <profile> |
| 97 | <id>all</id> |
| 98 | <modules> |
| 99 | <module>gerrit-plugin-api</module> |
| 100 | <module>gerrit-plugin-archetype</module> |
| 101 | </modules> |
| 102 | </profile> |
| 103 | <profile> |
| 104 | <activation> |
| 105 | <activeByDefault>true</activeByDefault> |
| 106 | </activation> |
| 107 | <id>no-plugins</id> |
| 108 | </profile> |
| 109 | </profiles> |
| 110 | |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 111 | <licenses> |
| 112 | <license> |
| 113 | <name>Apache License, 2.0</name> |
| 114 | <comments> |
| 115 | Apache License |
| 116 | Version 2.0, January 2004 |
| 117 | http://www.apache.org/licenses/ |
| 118 | |
| 119 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
| 120 | |
| 121 | 1. Definitions. |
| 122 | |
| 123 | "License" shall mean the terms and conditions for use, reproduction, |
| 124 | and distribution as defined by Sections 1 through 9 of this document. |
| 125 | |
| 126 | "Licensor" shall mean the copyright owner or entity authorized by |
| 127 | the copyright owner that is granting the License. |
| 128 | |
| 129 | "Legal Entity" shall mean the union of the acting entity and all |
| 130 | other entities that control, are controlled by, or are under common |
| 131 | control with that entity. For the purposes of this definition, |
| 132 | "control" means (i) the power, direct or indirect, to cause the |
| 133 | direction or management of such entity, whether by contract or |
| 134 | otherwise, or (ii) ownership of fifty percent (50%) or more of the |
| 135 | outstanding shares, or (iii) beneficial ownership of such entity. |
| 136 | |
| 137 | "You" (or "Your") shall mean an individual or Legal Entity |
| 138 | exercising permissions granted by this License. |
| 139 | |
| 140 | "Source" form shall mean the preferred form for making modifications, |
| 141 | including but not limited to software source code, documentation |
| 142 | source, and configuration files. |
| 143 | |
| 144 | "Object" form shall mean any form resulting from mechanical |
| 145 | transformation or translation of a Source form, including but |
| 146 | not limited to compiled object code, generated documentation, |
| 147 | and conversions to other media types. |
| 148 | |
| 149 | "Work" shall mean the work of authorship, whether in Source or |
| 150 | Object form, made available under the License, as indicated by a |
| 151 | copyright notice that is included in or attached to the work |
| 152 | (an example is provided in the Appendix below). |
| 153 | |
| 154 | "Derivative Works" shall mean any work, whether in Source or Object |
| 155 | form, that is based on (or derived from) the Work and for which the |
| 156 | editorial revisions, annotations, elaborations, or other modifications |
| 157 | represent, as a whole, an original work of authorship. For the purposes |
| 158 | of this License, Derivative Works shall not include works that remain |
| 159 | separable from, or merely link (or bind by name) to the interfaces of, |
| 160 | the Work and Derivative Works thereof. |
| 161 | |
| 162 | "Contribution" shall mean any work of authorship, including |
| 163 | the original version of the Work and any modifications or additions |
| 164 | to that Work or Derivative Works thereof, that is intentionally |
| 165 | submitted to Licensor for inclusion in the Work by the copyright owner |
| 166 | or by an individual or Legal Entity authorized to submit on behalf of |
| 167 | the copyright owner. For the purposes of this definition, "submitted" |
| 168 | means any form of electronic, verbal, or written communication sent |
| 169 | to the Licensor or its representatives, including but not limited to |
| 170 | communication on electronic mailing lists, source code control systems, |
| 171 | and issue tracking systems that are managed by, or on behalf of, the |
| 172 | Licensor for the purpose of discussing and improving the Work, but |
| 173 | excluding communication that is conspicuously marked or otherwise |
| 174 | designated in writing by the copyright owner as "Not a Contribution." |
| 175 | |
| 176 | "Contributor" shall mean Licensor and any individual or Legal Entity |
| 177 | on behalf of whom a Contribution has been received by Licensor and |
| 178 | subsequently incorporated within the Work. |
| 179 | |
| 180 | 2. Grant of Copyright License. Subject to the terms and conditions of |
| 181 | this License, each Contributor hereby grants to You a perpetual, |
| 182 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
| 183 | copyright license to reproduce, prepare Derivative Works of, |
| 184 | publicly display, publicly perform, sublicense, and distribute the |
| 185 | Work and such Derivative Works in Source or Object form. |
| 186 | |
| 187 | 3. Grant of Patent License. Subject to the terms and conditions of |
| 188 | this License, each Contributor hereby grants to You a perpetual, |
| 189 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable |
| 190 | (except as stated in this section) patent license to make, have made, |
| 191 | use, offer to sell, sell, import, and otherwise transfer the Work, |
| 192 | where such license applies only to those patent claims licensable |
| 193 | by such Contributor that are necessarily infringed by their |
| 194 | Contribution(s) alone or by combination of their Contribution(s) |
| 195 | with the Work to which such Contribution(s) was submitted. If You |
| 196 | institute patent litigation against any entity (including a |
| 197 | cross-claim or counterclaim in a lawsuit) alleging that the Work |
| 198 | or a Contribution incorporated within the Work constitutes direct |
| 199 | or contributory patent infringement, then any patent licenses |
| 200 | granted to You under this License for that Work shall terminate |
| 201 | as of the date such litigation is filed. |
| 202 | |
| 203 | 4. Redistribution. You may reproduce and distribute copies of the |
| 204 | Work or Derivative Works thereof in any medium, with or without |
| 205 | modifications, and in Source or Object form, provided that You |
| 206 | meet the following conditions: |
| 207 | |
| 208 | (a) You must give any other recipients of the Work or |
| 209 | Derivative Works a copy of this License; and |
| 210 | |
| 211 | (b) You must cause any modified files to carry prominent notices |
| 212 | stating that You changed the files; and |
| 213 | |
| 214 | (c) You must retain, in the Source form of any Derivative Works |
| 215 | that You distribute, all copyright, patent, trademark, and |
| 216 | attribution notices from the Source form of the Work, |
| 217 | excluding those notices that do not pertain to any part of |
| 218 | the Derivative Works; and |
| 219 | |
| 220 | (d) If the Work includes a "NOTICE" text file as part of its |
| 221 | distribution, then any Derivative Works that You distribute must |
| 222 | include a readable copy of the attribution notices contained |
| 223 | within such NOTICE file, excluding those notices that do not |
| 224 | pertain to any part of the Derivative Works, in at least one |
| 225 | of the following places: within a NOTICE text file distributed |
| 226 | as part of the Derivative Works; within the Source form or |
| 227 | documentation, if provided along with the Derivative Works; or, |
| 228 | within a display generated by the Derivative Works, if and |
| 229 | wherever such third-party notices normally appear. The contents |
| 230 | of the NOTICE file are for informational purposes only and |
| 231 | do not modify the License. You may add Your own attribution |
| 232 | notices within Derivative Works that You distribute, alongside |
| 233 | or as an addendum to the NOTICE text from the Work, provided |
| 234 | that such additional attribution notices cannot be construed |
| 235 | as modifying the License. |
| 236 | |
| 237 | You may add Your own copyright statement to Your modifications and |
| 238 | may provide additional or different license terms and conditions |
| 239 | for use, reproduction, or distribution of Your modifications, or |
| 240 | for any such Derivative Works as a whole, provided Your use, |
| 241 | reproduction, and distribution of the Work otherwise complies with |
| 242 | the conditions stated in this License. |
| 243 | |
| 244 | 5. Submission of Contributions. Unless You explicitly state otherwise, |
| 245 | any Contribution intentionally submitted for inclusion in the Work |
| 246 | by You to the Licensor shall be under the terms and conditions of |
| 247 | this License, without any additional terms or conditions. |
| 248 | Notwithstanding the above, nothing herein shall supersede or modify |
| 249 | the terms of any separate license agreement you may have executed |
| 250 | with Licensor regarding such Contributions. |
| 251 | |
| 252 | 6. Trademarks. This License does not grant permission to use the trade |
| 253 | names, trademarks, service marks, or product names of the Licensor, |
| 254 | except as required for reasonable and customary use in describing the |
| 255 | origin of the Work and reproducing the content of the NOTICE file. |
| 256 | |
| 257 | 7. Disclaimer of Warranty. Unless required by applicable law or |
| 258 | agreed to in writing, Licensor provides the Work (and each |
| 259 | Contributor provides its Contributions) on an "AS IS" BASIS, |
| 260 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or |
| 261 | implied, including, without limitation, any warranties or conditions |
| 262 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A |
| 263 | PARTICULAR PURPOSE. You are solely responsible for determining the |
| 264 | appropriateness of using or redistributing the Work and assume any |
| 265 | risks associated with Your exercise of permissions under this License. |
| 266 | |
| 267 | 8. Limitation of Liability. In no event and under no legal theory, |
| 268 | whether in tort (including negligence), contract, or otherwise, |
| 269 | unless required by applicable law (such as deliberate and grossly |
| 270 | negligent acts) or agreed to in writing, shall any Contributor be |
| 271 | liable to You for damages, including any direct, indirect, special, |
| 272 | incidental, or consequential damages of any character arising as a |
| 273 | result of this License or out of the use or inability to use the |
| 274 | Work (including but not limited to damages for loss of goodwill, |
| 275 | work stoppage, computer failure or malfunction, or any and all |
| 276 | other commercial damages or losses), even if such Contributor |
| 277 | has been advised of the possibility of such damages. |
| 278 | |
| 279 | 9. Accepting Warranty or Additional Liability. While redistributing |
| 280 | the Work or Derivative Works thereof, You may choose to offer, |
| 281 | and charge a fee for, acceptance of support, warranty, indemnity, |
| 282 | or other liability obligations and/or rights consistent with this |
| 283 | License. However, in accepting such obligations, You may act only |
| 284 | on Your own behalf and on Your sole responsibility, not on behalf |
| 285 | of any other Contributor, and only if You agree to indemnify, |
| 286 | defend, and hold each Contributor harmless for any liability |
| 287 | incurred by, or claims asserted against, such Contributor by reason |
| 288 | of your accepting any such warranty or additional liability. |
| 289 | |
| 290 | END OF TERMS AND CONDITIONS |
| 291 | |
| 292 | APPENDIX: How to apply the Apache License to your work. |
| 293 | |
| 294 | To apply the Apache License to your work, attach the following |
| 295 | boilerplate notice, with the fields enclosed by brackets "[]" |
| 296 | replaced with your own identifying information. (Don't include |
| 297 | the brackets!) The text should be enclosed in the appropriate |
| 298 | comment syntax for the file format. We also recommend that a |
| 299 | file or class name and description of purpose be included on the |
| 300 | same "printed page" as the copyright notice for easier |
| 301 | identification within third-party archives. |
| 302 | |
| 303 | Copyright [yyyy] [name of copyright owner] |
| 304 | |
| 305 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 306 | you may not use this file except in compliance with the License. |
| 307 | You may obtain a copy of the License at |
| 308 | |
| 309 | http://www.apache.org/licenses/LICENSE-2.0 |
| 310 | |
| 311 | Unless required by applicable law or agreed to in writing, software |
| 312 | distributed under the License is distributed on an "AS IS" BASIS, |
| 313 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 314 | See the License for the specific language governing permissions and |
| 315 | limitations under the License. |
| 316 | </comments> |
| 317 | </license> |
| 318 | </licenses> |
| 319 | |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 320 | <build> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 321 | <pluginManagement> |
| 322 | <plugins> |
| 323 | <plugin> |
| 324 | <groupId>org.apache.maven.plugins</groupId> |
| 325 | <artifactId>maven-jar-plugin</artifactId> |
| 326 | <configuration> |
| 327 | <archive> |
| 328 | <manifestEntries> |
| 329 | <Implementation-Title>Gerrit Code Review - ${project.artifactId}</Implementation-Title> |
| 330 | <Implementation-Version>${project.version}</Implementation-Version> |
| 331 | <Implementation-Vendor>Gerrit Code Review</Implementation-Vendor> |
| 332 | <Implementation-Vendor-Id>com.google.gerrit</Implementation-Vendor-Id> |
| 333 | <Implementation-Vendor-URL>http://code.google.com/p/gerrit/</Implementation-Vendor-URL> |
| 334 | </manifestEntries> |
| 335 | </archive> |
| 336 | </configuration> |
| 337 | </plugin> |
| 338 | |
| 339 | <plugin> |
Shawn O. Pearce | b150f25 | 2009-12-30 10:14:58 -0800 | [diff] [blame] | 340 | <groupId>org.apache.maven.plugins</groupId> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 341 | <artifactId>maven-compiler-plugin</artifactId> |
Anatol Pomozov | 0de5755 | 2010-11-09 15:56:47 -0800 | [diff] [blame] | 342 | <version>2.3.2</version> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 343 | </plugin> |
| 344 | |
| 345 | <plugin> |
| 346 | <groupId>org.apache.maven.plugins</groupId> |
Shawn O. Pearce | a52f8cd | 2011-06-02 09:59:54 -0700 | [diff] [blame] | 347 | <artifactId>maven-source-plugin</artifactId> |
| 348 | <version>2.1.2</version> |
| 349 | </plugin> |
| 350 | |
| 351 | <plugin> |
| 352 | <groupId>org.apache.maven.plugins</groupId> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 353 | <artifactId>maven-shade-plugin</artifactId> |
Shawn O. Pearce | 980efdb | 2012-05-07 14:41:01 -0700 | [diff] [blame] | 354 | <version>1.6</version> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 355 | </plugin> |
| 356 | |
| 357 | <plugin> |
| 358 | <groupId>org.apache.maven.plugins</groupId> |
| 359 | <artifactId>maven-antrun-plugin</artifactId> |
Anatol Pomozov | 0de5755 | 2010-11-09 15:56:47 -0800 | [diff] [blame] | 360 | <version>1.6</version> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 361 | </plugin> |
| 362 | |
| 363 | <plugin> |
| 364 | <groupId>org.apache.maven.plugins</groupId> |
| 365 | <artifactId>maven-war-plugin</artifactId> |
Anatol Pomozov | 0de5755 | 2010-11-09 15:56:47 -0800 | [diff] [blame] | 366 | <version>2.1.1</version> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 367 | </plugin> |
| 368 | |
| 369 | <plugin> |
| 370 | <groupId>org.apache.maven.plugins</groupId> |
| 371 | <artifactId>maven-dependency-plugin</artifactId> |
| 372 | <version>2.1</version> |
| 373 | </plugin> |
| 374 | |
| 375 | <plugin> |
| 376 | <groupId>org.antlr</groupId> |
| 377 | <artifactId>antlr3-maven-plugin</artifactId> |
Anatol Pomozov | d66716a7 | 2010-11-09 16:21:52 -0800 | [diff] [blame] | 378 | <version>3.2</version> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 379 | </plugin> |
| 380 | |
| 381 | <plugin> |
| 382 | <groupId>org.codehaus.mojo</groupId> |
| 383 | <artifactId>gwt-maven-plugin</artifactId> |
Shawn O. Pearce | 8010d4b | 2012-04-07 14:40:21 -0700 | [diff] [blame] | 384 | <version>2.4.0</version> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 385 | </plugin> |
| 386 | |
| 387 | <plugin> |
| 388 | <groupId>org.codehaus.mojo</groupId> |
| 389 | <artifactId>build-helper-maven-plugin</artifactId> |
Shawn O. Pearce | 9f25352 | 2011-06-06 13:49:06 -0700 | [diff] [blame] | 390 | <version>1.5</version> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 391 | </plugin> |
Stefan Lay | 2cb600d | 2011-07-27 18:07:27 +0200 | [diff] [blame] | 392 | |
| 393 | <!--This plugin's configuration is used to store Eclipse |
| 394 | m2e settings only. It has no influence on the Maven build itself. --> |
| 395 | <plugin> |
| 396 | <groupId>org.eclipse.m2e</groupId> |
| 397 | <artifactId>lifecycle-mapping</artifactId> |
| 398 | <version>1.0.0</version> |
| 399 | <configuration> |
| 400 | <lifecycleMappingMetadata> |
| 401 | <pluginExecutions> |
| 402 | <pluginExecution> |
| 403 | <pluginExecutionFilter> |
| 404 | <groupId>org.apache.maven.plugins</groupId> |
| 405 | <artifactId>maven-antrun-plugin</artifactId> |
| 406 | <versionRange>[1.0,)</versionRange> |
| 407 | <goals> |
| 408 | <goal>run</goal> |
| 409 | </goals> |
| 410 | </pluginExecutionFilter> |
| 411 | <action> |
| 412 | <ignore/> |
| 413 | </action> |
| 414 | </pluginExecution> |
| 415 | <pluginExecution> |
| 416 | <pluginExecutionFilter> |
| 417 | <groupId>org.codehaus.mojo</groupId> |
| 418 | <artifactId>build-helper-maven-plugin</artifactId> |
| 419 | <versionRange>[1.0,)</versionRange> |
| 420 | <goals> |
| 421 | <goal>add-source</goal> |
| 422 | </goals> |
| 423 | </pluginExecutionFilter> |
| 424 | <action> |
| 425 | <ignore/> |
| 426 | </action> |
| 427 | </pluginExecution> |
| 428 | </pluginExecutions> |
| 429 | </lifecycleMappingMetadata> |
| 430 | </configuration> |
| 431 | </plugin> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 432 | </plugins> |
| 433 | </pluginManagement> |
| 434 | |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 435 | <plugins> |
| 436 | <plugin> |
Shawn O. Pearce | b150f25 | 2009-12-30 10:14:58 -0800 | [diff] [blame] | 437 | <groupId>org.apache.maven.plugins</groupId> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 438 | <artifactId>maven-compiler-plugin</artifactId> |
| 439 | <configuration> |
Shawn O. Pearce | 0da2b72 | 2009-05-12 17:21:02 -0700 | [diff] [blame] | 440 | <source>1.6</source> |
| 441 | <target>1.6</target> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 442 | <encoding>UTF-8</encoding> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 443 | </configuration> |
| 444 | </plugin> |
| 445 | </plugins> |
Shawn O. Pearce | 980efdb | 2012-05-07 14:41:01 -0700 | [diff] [blame] | 446 | |
| 447 | <extensions> |
| 448 | <extension> |
| 449 | <groupId>net.anzix.aws</groupId> |
| 450 | <artifactId>s3-maven-wagon</artifactId> |
| 451 | <version>3.2</version> |
| 452 | </extension> |
| 453 | </extensions> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 454 | </build> |
| 455 | |
| 456 | <dependencies> |
| 457 | <dependency> |
Shawn O. Pearce | 54c91ec | 2009-08-12 19:00:42 -0700 | [diff] [blame] | 458 | <groupId>junit</groupId> |
| 459 | <artifactId>junit</artifactId> |
Shawn O. Pearce | f81dd8d | 2009-11-05 12:33:37 -0800 | [diff] [blame] | 460 | <scope>test</scope> |
| 461 | </dependency> |
| 462 | |
| 463 | <dependency> |
Shawn O. Pearce | 3f4b1d0 | 2009-09-10 16:04:43 -0700 | [diff] [blame] | 464 | <groupId>org.easymock</groupId> |
| 465 | <artifactId>easymock</artifactId> |
Shawn O. Pearce | 3f4b1d0 | 2009-09-10 16:04:43 -0700 | [diff] [blame] | 466 | <scope>test</scope> |
| 467 | </dependency> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 468 | </dependencies> |
| 469 | |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 470 | <dependencyManagement> |
| 471 | <dependencies> |
| 472 | <dependency> |
Shawn O. Pearce | 130d40b | 2012-04-07 14:34:16 -0700 | [diff] [blame] | 473 | <groupId>com.google.code.gson</groupId> |
| 474 | <artifactId>gson</artifactId> |
| 475 | <version>2.1</version> |
| 476 | </dependency> |
| 477 | |
| 478 | <dependency> |
Shawn O. Pearce | 2e1cb2b | 2012-05-24 14:28:40 -0700 | [diff] [blame] | 479 | <groupId>com.google.guava</groupId> |
| 480 | <artifactId>guava</artifactId> |
Shawn O. Pearce | 6510ad5 | 2012-07-10 11:20:21 -0700 | [diff] [blame] | 481 | <version>12.0.1</version> |
Shawn O. Pearce | 2e1cb2b | 2012-05-24 14:28:40 -0700 | [diff] [blame] | 482 | </dependency> |
| 483 | |
| 484 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 485 | <groupId>gwtorm</groupId> |
| 486 | <artifactId>gwtorm</artifactId> |
| 487 | <version>${gwtormVersion}</version> |
| 488 | </dependency> |
| 489 | <dependency> |
| 490 | <groupId>gwtorm</groupId> |
| 491 | <artifactId>gwtorm</artifactId> |
| 492 | <version>${gwtormVersion}</version> |
| 493 | <classifier>sources</classifier> |
| 494 | </dependency> |
| 495 | |
| 496 | <dependency> |
| 497 | <groupId>gwtjsonrpc</groupId> |
| 498 | <artifactId>gwtjsonrpc</artifactId> |
| 499 | <version>${gwtjsonrpcVersion}</version> |
| 500 | </dependency> |
| 501 | <dependency> |
| 502 | <groupId>gwtjsonrpc</groupId> |
| 503 | <artifactId>gwtjsonrpc</artifactId> |
| 504 | <version>${gwtjsonrpcVersion}</version> |
| 505 | <classifier>sources</classifier> |
| 506 | </dependency> |
| 507 | |
| 508 | <dependency> |
| 509 | <groupId>gwtexpui</groupId> |
| 510 | <artifactId>gwtexpui</artifactId> |
| 511 | <version>${gwtexpuiVersion}</version> |
| 512 | </dependency> |
| 513 | <dependency> |
| 514 | <groupId>gwtexpui</groupId> |
| 515 | <artifactId>gwtexpui</artifactId> |
| 516 | <version>${gwtexpuiVersion}</version> |
| 517 | <classifier>sources</classifier> |
| 518 | </dependency> |
| 519 | |
| 520 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 521 | <groupId>org.openid4java</groupId> |
| 522 | <artifactId>openid4java-consumer</artifactId> |
Shawn O. Pearce | 71ae872 | 2011-05-15 18:03:07 -0700 | [diff] [blame] | 523 | <version>0.9.6</version> |
| 524 | <type>pom</type> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 525 | <exclusions> |
| 526 | <exclusion> |
Colby Ranger | 7820803 | 2012-03-06 11:39:45 -0800 | [diff] [blame] | 527 | <!-- conflicts with our use of guice 3.0 --> |
| 528 | <groupId>com.google.code.guice</groupId> |
| 529 | <artifactId>guice</artifactId> |
| 530 | </exclusion> |
| 531 | <exclusion> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 532 | <!-- jug-1.1 is LGPL, and the source has been lost --> |
| 533 | <groupId>jug</groupId> |
| 534 | <artifactId>jug</artifactId> |
| 535 | </exclusion> |
| 536 | <exclusion> |
| 537 | <!-- not required on Java 5 or later --> |
| 538 | <groupId>xml-apis</groupId> |
| 539 | <artifactId>xml-apis</artifactId> |
| 540 | </exclusion> |
Shawn O. Pearce | be5b01c | 2010-02-23 07:33:40 -0800 | [diff] [blame] | 541 | |
| 542 | <!-- optional, we aren't bothering with XRI support --> |
| 543 | <exclusion> |
| 544 | <groupId>org.openxri</groupId> |
| 545 | <artifactId>openxri</artifactId> |
| 546 | </exclusion> |
| 547 | <exclusion> |
| 548 | <groupId>xml-security</groupId> |
| 549 | <artifactId>xmlsec</artifactId> |
| 550 | </exclusion> |
| 551 | <exclusion> |
| 552 | <groupId>xalan</groupId> |
| 553 | <artifactId>xalan</artifactId> |
| 554 | </exclusion> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 555 | </exclusions> |
| 556 | </dependency> |
| 557 | |
| 558 | <dependency> |
| 559 | <groupId>org.apache.sshd</groupId> |
| 560 | <artifactId>sshd-core</artifactId> |
Shawn O. Pearce | d2eaefa | 2011-04-21 13:53:06 -0700 | [diff] [blame] | 561 | <version>0.5.1-r1095809</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 562 | </dependency> |
| 563 | |
| 564 | <dependency> |
Anatol Pomozov | ba318f2 | 2011-01-05 12:41:38 -0800 | [diff] [blame] | 565 | <groupId>com.jcraft</groupId> |
| 566 | <artifactId>jsch</artifactId> |
Matthias Sohn | 32ace81 | 2011-06-22 16:31:37 +0200 | [diff] [blame] | 567 | <version>0.1.44-1</version> |
Anatol Pomozov | ba318f2 | 2011-01-05 12:41:38 -0800 | [diff] [blame] | 568 | </dependency> |
| 569 | |
| 570 | <dependency> |
Martin Fick | bfa5a18 | 2010-07-20 14:16:20 -0600 | [diff] [blame] | 571 | <groupId>org.apache.velocity</groupId> |
| 572 | <artifactId>velocity</artifactId> |
| 573 | <version>1.6.4</version> |
| 574 | </dependency> |
| 575 | |
| 576 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 577 | <groupId>args4j</groupId> |
| 578 | <artifactId>args4j</artifactId> |
| 579 | <version>2.0.16</version> |
| 580 | </dependency> |
| 581 | |
| 582 | <dependency> |
Nasser Grainawi | 32a5a34 | 2011-05-19 10:47:22 -0700 | [diff] [blame] | 583 | <groupId>javax.validation</groupId> |
| 584 | <artifactId>validation-api</artifactId> |
| 585 | <version>1.0.0.GA</version> |
| 586 | <scope>provided</scope> |
| 587 | </dependency> |
| 588 | <dependency> |
| 589 | <groupId>javax.validation</groupId> |
| 590 | <artifactId>validation-api</artifactId> |
| 591 | <version>1.0.0.GA</version> |
| 592 | <classifier>sources</classifier> |
| 593 | <scope>provided</scope> |
| 594 | </dependency> |
| 595 | |
| 596 | <dependency> |
Colby Ranger | 7820803 | 2012-03-06 11:39:45 -0800 | [diff] [blame] | 597 | <groupId>com.google.inject</groupId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 598 | <artifactId>guice</artifactId> |
| 599 | <version>${guiceVersion}</version> |
| 600 | </dependency> |
| 601 | |
| 602 | <dependency> |
Colby Ranger | 7820803 | 2012-03-06 11:39:45 -0800 | [diff] [blame] | 603 | <groupId>com.google.inject.extensions</groupId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 604 | <artifactId>guice-servlet</artifactId> |
| 605 | <version>${guiceVersion}</version> |
| 606 | </dependency> |
| 607 | |
| 608 | <dependency> |
Colby Ranger | 7820803 | 2012-03-06 11:39:45 -0800 | [diff] [blame] | 609 | <groupId>com.google.inject.extensions</groupId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 610 | <artifactId>guice-assistedinject</artifactId> |
| 611 | <version>${guiceVersion}</version> |
| 612 | </dependency> |
| 613 | |
| 614 | <dependency> |
| 615 | <!-- required by Guice (whose POM is fake and lacks it) --> |
| 616 | <groupId>aopalliance</groupId> |
| 617 | <artifactId>aopalliance</artifactId> |
| 618 | <version>1.0</version> |
| 619 | </dependency> |
| 620 | |
| 621 | <dependency> |
| 622 | <groupId>commons-net</groupId> |
| 623 | <artifactId>commons-net</artifactId> |
Anatol Pomozov | 76de00db | 2011-01-05 13:15:57 -0800 | [diff] [blame] | 624 | <version>2.2</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 625 | </dependency> |
| 626 | |
| 627 | <dependency> |
| 628 | <groupId>commons-codec</groupId> |
| 629 | <artifactId>commons-codec</artifactId> |
Shawn O. Pearce | 78d0a78 | 2010-04-27 18:33:15 -0700 | [diff] [blame] | 630 | <version>1.4</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 631 | </dependency> |
| 632 | |
| 633 | <dependency> |
Shawn O. Pearce | 022e9cc | 2009-11-07 20:52:24 -0800 | [diff] [blame] | 634 | <groupId>commons-dbcp</groupId> |
| 635 | <artifactId>commons-dbcp</artifactId> |
Shawn O. Pearce | cd49d8f | 2010-04-27 18:37:26 -0700 | [diff] [blame] | 636 | <version>1.4</version> |
Shawn O. Pearce | 022e9cc | 2009-11-07 20:52:24 -0800 | [diff] [blame] | 637 | </dependency> |
| 638 | |
| 639 | <dependency> |
| 640 | <groupId>commons-pool</groupId> |
| 641 | <artifactId>commons-pool</artifactId> |
Anatol Pomozov | 76de00db | 2011-01-05 13:15:57 -0800 | [diff] [blame] | 642 | <version>1.5.5</version> |
Shawn O. Pearce | 022e9cc | 2009-11-07 20:52:24 -0800 | [diff] [blame] | 643 | </dependency> |
| 644 | |
| 645 | <dependency> |
Shawn O. Pearce | 993ddfb | 2010-06-23 14:39:19 -0300 | [diff] [blame] | 646 | <groupId>commons-lang</groupId> |
| 647 | <artifactId>commons-lang</artifactId> |
| 648 | <version>2.5</version> |
| 649 | </dependency> |
| 650 | |
| 651 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 652 | <groupId>eu.medsea.mimeutil</groupId> |
| 653 | <artifactId>mime-util</artifactId> |
Shawn O. Pearce | f9ae35d | 2010-02-08 11:05:28 -0800 | [diff] [blame] | 654 | <version>2.1.3</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 655 | <exclusions> |
| 656 | <exclusion> |
| 657 | <groupId>org.slf4j</groupId> |
| 658 | <artifactId>slf4j-log4j12</artifactId> |
| 659 | </exclusion> |
| 660 | <exclusion> |
| 661 | <groupId>log4j</groupId> |
| 662 | <artifactId>log4j</artifactId> |
| 663 | </exclusion> |
| 664 | </exclusions> |
| 665 | </dependency> |
| 666 | |
| 667 | <dependency> |
| 668 | <groupId>org.antlr</groupId> |
| 669 | <artifactId>antlr</artifactId> |
Anatol Pomozov | d66716a7 | 2010-11-09 16:21:52 -0800 | [diff] [blame] | 670 | <version>3.2</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 671 | <exclusions> |
| 672 | <exclusion> |
| 673 | <groupId>org.antlr</groupId> |
| 674 | <artifactId>stringtemplate</artifactId> |
| 675 | </exclusion> |
| 676 | <exclusion> |
| 677 | <groupId>antlr</groupId> |
| 678 | <artifactId>antlr</artifactId> |
| 679 | </exclusion> |
| 680 | </exclusions> |
| 681 | </dependency> |
| 682 | |
| 683 | <dependency> |
| 684 | <groupId>bouncycastle</groupId> |
| 685 | <artifactId>bcpg-jdk15</artifactId> |
| 686 | <version>140</version> |
| 687 | </dependency> |
| 688 | |
| 689 | <dependency> |
| 690 | <groupId>org.slf4j</groupId> |
| 691 | <artifactId>slf4j-api</artifactId> |
| 692 | <version>${slf4jVersion}</version> |
| 693 | </dependency> |
| 694 | |
| 695 | <dependency> |
| 696 | <groupId>org.slf4j</groupId> |
| 697 | <artifactId>slf4j-log4j12</artifactId> |
| 698 | <version>${slf4jVersion}</version> |
| 699 | </dependency> |
| 700 | |
| 701 | <dependency> |
| 702 | <groupId>log4j</groupId> |
| 703 | <artifactId>log4j</artifactId> |
Anatol Pomazau | 8cb68dc | 2010-07-09 10:52:40 -0700 | [diff] [blame] | 704 | <version>1.2.16</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 705 | <exclusions> |
| 706 | <exclusion> |
| 707 | <groupId>javax.mail</groupId> |
| 708 | <artifactId>mail</artifactId> |
| 709 | </exclusion> |
| 710 | <exclusion> |
| 711 | <groupId>javax.jms</groupId> |
| 712 | <artifactId>jms</artifactId> |
| 713 | </exclusion> |
| 714 | <exclusion> |
| 715 | <groupId>com.sun.jdmk</groupId> |
| 716 | <artifactId>jmxtools</artifactId> |
| 717 | </exclusion> |
| 718 | <exclusion> |
| 719 | <groupId>com.sun.jmx</groupId> |
| 720 | <artifactId>jmxri</artifactId> |
| 721 | </exclusion> |
| 722 | </exclusions> |
| 723 | </dependency> |
| 724 | |
| 725 | <dependency> |
Shawn O. Pearce | eaab2f3 | 2009-11-17 11:05:11 -0800 | [diff] [blame] | 726 | <groupId>org.eclipse.jgit</groupId> |
| 727 | <artifactId>org.eclipse.jgit</artifactId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 728 | <version>${jgitVersion}</version> |
| 729 | </dependency> |
| 730 | <dependency> |
Shawn O. Pearce | eaab2f3 | 2009-11-17 11:05:11 -0800 | [diff] [blame] | 731 | <groupId>org.eclipse.jgit</groupId> |
| 732 | <artifactId>org.eclipse.jgit</artifactId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 733 | <version>${jgitVersion}</version> |
| 734 | <classifier>sources</classifier> |
| 735 | </dependency> |
| 736 | |
| 737 | <dependency> |
Shawn O. Pearce | eaab2f3 | 2009-11-17 11:05:11 -0800 | [diff] [blame] | 738 | <groupId>org.eclipse.jgit</groupId> |
| 739 | <artifactId>org.eclipse.jgit.junit</artifactId> |
| 740 | <version>${jgitVersion}</version> |
| 741 | <scope>test</scope> |
| 742 | <exclusions> |
| 743 | <exclusion> |
| 744 | <groupId>org.eclipse.jgit</groupId> |
| 745 | <artifactId>org.eclipse.jgit</artifactId> |
| 746 | </exclusion> |
| 747 | </exclusions> |
| 748 | </dependency> |
| 749 | |
| 750 | <dependency> |
Shawn O. Pearce | db5fb94 | 2010-01-14 18:21:18 -0800 | [diff] [blame] | 751 | <groupId>org.eclipse.jgit</groupId> |
| 752 | <artifactId>org.eclipse.jgit.http.server</artifactId> |
| 753 | <version>${jgitVersion}</version> |
| 754 | </dependency> |
| 755 | |
| 756 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 757 | <groupId>junit</groupId> |
| 758 | <artifactId>junit</artifactId> |
Anatol Pomazau | e530b5b | 2010-07-09 11:00:59 -0700 | [diff] [blame] | 759 | <version>4.8.1</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 760 | </dependency> |
| 761 | |
| 762 | <dependency> |
| 763 | <groupId>com.h2database</groupId> |
| 764 | <artifactId>h2</artifactId> |
Anatol Pomozov | 76de00db | 2011-01-05 13:15:57 -0800 | [diff] [blame] | 765 | <version>1.2.147</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 766 | </dependency> |
| 767 | |
| 768 | <dependency> |
Shawn O. Pearce | 99cdf55 | 2009-12-29 17:27:46 -0800 | [diff] [blame] | 769 | <groupId>postgresql</groupId> |
| 770 | <artifactId>postgresql</artifactId> |
Anatol Pomozov | 76de00db | 2011-01-05 13:15:57 -0800 | [diff] [blame] | 771 | <version>9.0-801.jdbc4</version> |
Shawn O. Pearce | 022e9cc | 2009-11-07 20:52:24 -0800 | [diff] [blame] | 772 | </dependency> |
| 773 | |
| 774 | <dependency> |
Shawn O. Pearce | fa2486a | 2009-11-11 14:51:30 -0800 | [diff] [blame] | 775 | <groupId>org.eclipse.jetty</groupId> |
| 776 | <artifactId>jetty-servlet</artifactId> |
| 777 | <version>${jettyVersion}</version> |
Shawn O. Pearce | 49b9d0ef | 2010-02-23 09:06:22 -0800 | [diff] [blame] | 778 | <exclusions> |
| 779 | <exclusion> |
| 780 | <!-- use Apache javax.servlet not CDDL --> |
| 781 | <groupId>javax.servlet</groupId> |
| 782 | <artifactId>servlet-api</artifactId> |
| 783 | </exclusion> |
| 784 | </exclusions> |
Shawn O. Pearce | fa2486a | 2009-11-11 14:51:30 -0800 | [diff] [blame] | 785 | </dependency> |
| 786 | |
| 787 | <dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 788 | <groupId>org.easymock</groupId> |
| 789 | <artifactId>easymock</artifactId> |
Anatol Pomazau | 9e6445b | 2010-07-09 10:47:20 -0700 | [diff] [blame] | 790 | <version>3.0</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 791 | </dependency> |
| 792 | |
| 793 | <dependency> |
Shawn O. Pearce | 49b9d0ef | 2010-02-23 09:06:22 -0800 | [diff] [blame] | 794 | <groupId>org.apache.tomcat</groupId> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 795 | <artifactId>servlet-api</artifactId> |
Anatol Pomozov | 76de00db | 2011-01-05 13:15:57 -0800 | [diff] [blame] | 796 | <version>6.0.29</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 797 | </dependency> |
| 798 | |
| 799 | <dependency> |
| 800 | <groupId>com.google.gwt</groupId> |
| 801 | <artifactId>gwt-servlet</artifactId> |
| 802 | <version>${gwtVersion}</version> |
| 803 | </dependency> |
| 804 | |
| 805 | <dependency> |
| 806 | <groupId>com.google.gwt</groupId> |
| 807 | <artifactId>gwt-user</artifactId> |
| 808 | <version>${gwtVersion}</version> |
| 809 | </dependency> |
| 810 | |
| 811 | <dependency> |
| 812 | <groupId>com.google.gwt</groupId> |
| 813 | <artifactId>gwt-dev</artifactId> |
| 814 | <version>${gwtVersion}</version> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 815 | </dependency> |
Nico Sallembien | ee3e737 | 2010-01-25 15:50:55 -0800 | [diff] [blame] | 816 | |
| 817 | <dependency> |
| 818 | <groupId>com.google.code.findbugs</groupId> |
| 819 | <artifactId>jsr305</artifactId> |
| 820 | <version>1.3.9</version> |
| 821 | </dependency> |
Shawn O. Pearce | 8db22c8 | 2010-01-30 16:12:29 -0800 | [diff] [blame] | 822 | |
| 823 | <dependency> |
Shawn O. Pearce | 8db22c8 | 2010-01-30 16:12:29 -0800 | [diff] [blame] | 824 | <groupId>com.google.gerrit</groupId> |
| 825 | <artifactId>juniversalchardet</artifactId> |
| 826 | <version>1.0.3</version> |
| 827 | </dependency> |
Shawn O. Pearce | 993ddfb | 2010-06-23 14:39:19 -0300 | [diff] [blame] | 828 | |
| 829 | <dependency> |
| 830 | <groupId>dk.brics.automaton</groupId> |
| 831 | <artifactId>automaton</artifactId> |
Gustaf Lundh | f7b65a2 | 2011-09-21 10:53:14 +0200 | [diff] [blame] | 832 | <version>1.11.8</version> |
Shawn O. Pearce | 993ddfb | 2010-06-23 14:39:19 -0300 | [diff] [blame] | 833 | </dependency> |
Shawn O. Pearce | 7b8c92b | 2011-05-31 16:00:10 -0700 | [diff] [blame] | 834 | |
| 835 | <dependency> |
| 836 | <groupId>com.googlecode.prolog-cafe</groupId> |
| 837 | <artifactId>PrologCafe</artifactId> |
Martin Fick | 5878c9d | 2011-12-16 18:20:05 -0700 | [diff] [blame] | 838 | <version>1.3</version> |
Shawn O. Pearce | 7b8c92b | 2011-05-31 16:00:10 -0700 | [diff] [blame] | 839 | </dependency> |
Nasser Grainawi | bf4fa34 | 2012-05-08 18:56:39 -0700 | [diff] [blame] | 840 | |
| 841 | <dependency> |
| 842 | <groupId>org.pegdown</groupId> |
| 843 | <artifactId>pegdown</artifactId> |
| 844 | <version>1.1.0</version> |
| 845 | </dependency> |
Shawn O. Pearce | 44671f5 | 2009-11-07 12:55:26 -0800 | [diff] [blame] | 846 | </dependencies> |
| 847 | </dependencyManagement> |
| 848 | |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 849 | <repositories> |
| 850 | <repository> |
Shawn O. Pearce | 216b2e1 | 2012-06-05 17:53:13 -0700 | [diff] [blame] | 851 | <id>gerrit-maven</id> |
| 852 | <url>https://gerrit-maven.commondatastorage.googleapis.com</url> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 853 | </repository> |
| 854 | |
| 855 | <repository> |
Shawn O. Pearce | 216b2e1 | 2012-06-05 17:53:13 -0700 | [diff] [blame] | 856 | <id>jgit-repository</id> |
| 857 | <url>http://download.eclipse.org/jgit/maven</url> |
Shawn O. Pearce | 255658e | 2009-12-27 14:58:07 -0800 | [diff] [blame] | 858 | </repository> |
| 859 | |
| 860 | <repository> |
Shawn O. Pearce | 403aaed | 2009-11-05 12:38:38 -0800 | [diff] [blame] | 861 | <id>java.net-repository</id> |
| 862 | <url>http://download.java.net/maven/2/</url> |
| 863 | </repository> |
Shawn O. Pearce | 255658e | 2009-12-27 14:58:07 -0800 | [diff] [blame] | 864 | |
| 865 | <repository> |
Shawn O. Pearce | 255658e | 2009-12-27 14:58:07 -0800 | [diff] [blame] | 866 | <id>objectweb-repository</id> |
| 867 | <url>http://maven.objectweb.org/maven2/</url> |
| 868 | </repository> |
Shawn O. Pearce | 993ddfb | 2010-06-23 14:39:19 -0300 | [diff] [blame] | 869 | |
| 870 | <repository> |
| 871 | <id>clojars-repo</id> |
| 872 | <url>http://clojars.org/repo</url> |
| 873 | </repository> |
Nasser Grainawi | bf4fa34 | 2012-05-08 18:56:39 -0700 | [diff] [blame] | 874 | |
| 875 | <repository> |
| 876 | <id>scala-tools</id> |
| 877 | <url>http://scala-tools.org/repo-releases</url> |
| 878 | </repository> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 879 | </repositories> |
Shawn O. Pearce | f14a1de | 2008-12-20 17:48:48 -0800 | [diff] [blame] | 880 | </project> |