summaryrefslogtreecommitdiffstats
path: root/gerrit-gwtdebug/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit-gwtdebug/pom.xml')
-rw-r--r--gerrit-gwtdebug/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/gerrit-gwtdebug/pom.xml b/gerrit-gwtdebug/pom.xml
index 7173e98e90..e868c4e7d6 100644
--- a/gerrit-gwtdebug/pom.xml
+++ b/gerrit-gwtdebug/pom.xml
@@ -47,6 +47,12 @@ limitations under the License.
<dependency>
<groupId>com.google.gerrit</groupId>
<artifactId>gerrit-war</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.gerrit</groupId>
+ <artifactId>gerrit-pgm</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>