summaryrefslogtreecommitdiffstats
path: root/gerrit-httpd/pom.xml
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-12-19 13:00:16 -0800
committerShawn O. Pearce <sop@google.com>2009-12-19 13:01:00 -0800
commite194e7f6cabcbeb82ffe5340f2e759df6930be40 (patch)
tree4a64ba817d06fcf5403dcaa028145d5578398a97 /gerrit-httpd/pom.xml
parentfbcea4cf7a7eff404531b83a267128204b937a10 (diff)
Fix duplicate branches showing in the Branches tab
Finally fix the duplicate branch problem in the Branches tab. We didn't skip past HEAD after we had already showed its symbolic target name. Bug: issue 346 Change-Id: I6784bbbc435afc61c3bc05f4f70ccbca2654a251 Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'gerrit-httpd/pom.xml')
-rw-r--r--gerrit-httpd/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gerrit-httpd/pom.xml b/gerrit-httpd/pom.xml
index 30c4b74693..e4e007a55c 100644
--- a/gerrit-httpd/pom.xml
+++ b/gerrit-httpd/pom.xml
@@ -40,6 +40,11 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>org.eclipse.jgit</groupId>
+ <artifactId>org.eclipse.jgit.junit</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
</dependency>