summaryrefslogtreecommitdiffstats
path: root/gerrit-war/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-war/pom.xml')
-rw-r--r--gerrit-war/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/gerrit-war/pom.xml b/gerrit-war/pom.xml
index b6c90e1f4a..f65a920f4b 100644
--- a/gerrit-war/pom.xml
+++ b/gerrit-war/pom.xml
@@ -108,6 +108,13 @@ limitations under the License.
</dependency>
<dependency>
+ <groupId>com.google.gerrit</groupId>
+ <artifactId>gerrit-unsign-jgit</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>provided</scope>
@@ -209,6 +216,7 @@ limitations under the License.
</includes>
</overlay>
</overlays>
+ <packagingExcludes>WEB-INF/lib/org.eclipse.jgit-*.jar</packagingExcludes>
</configuration>
</plugin>