summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd/pom.xml
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2013-04-29 17:38:45 -0700
committerShawn Pearce <sop@google.com>2013-05-05 19:40:50 -0700
commite31f406600a223568e2ab27ea25a3b1e212cfdbe (patch)
treeea390953b46bf7320aa8657beb58a4977d050029 /gerrit-httpd/pom.xml
parentf22460e8a8c183cbe229aff624ffe4a296fcad20 (diff)
Remove launcher dependency from httpd
Allow httpd to build without the launcher by writing the generated gitweb config to $site_path/tmp. This location was added when plugins came about and therefore was not available when gitweb support started writing a generated configuration file. Change-Id: Id9bbb615c233f3426395972e5c049587a9956fbd
Diffstat (limited to 'gerrit-httpd/pom.xml')
-rw-r--r--gerrit-httpd/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/gerrit-httpd/pom.xml b/gerrit-httpd/pom.xml
index 87f2f10c8f..d2189a2878 100644
--- a/gerrit-httpd/pom.xml
+++ b/gerrit-httpd/pom.xml
@@ -66,12 +66,6 @@ limitations under the License.
<dependency>
<groupId>com.google.gerrit</groupId>
- <artifactId>gerrit-launcher</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>com.google.gerrit</groupId>
<artifactId>gerrit-server</artifactId>
<version>${project.version}</version>
</dependency>