| Issue 1632: | gerrit depends on two versions of the servlet-api | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Gerrit depends on two versions of the servlet-api:
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>servlet-api</artifactId>
<version>6.0.29</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>7.0.32</version>
</dependency>
In eclipse I had to take care of the correct order of both libraries to avoid compilation errors.
This also causes problems for me when packaging for Debian.
Could you remove the dependency on the older version?
Oct 29, 2012
#1
sop@google.com
Nov 1, 2012
Other issue of having both servlet-api declared as provided in gerrit-war pom.xml file is that now we cannot use pgm_debug launch configuration because m2e adds both jars to classpath. This results in NoSuchMethodError exception when you try to log in using DEVELOPMENT_BECOME_ANY_ACCOUNT or OPENID
Nov 29, 2012
The issue with the pgm_debug launch configuration was fixed by [1]. [1] https://gerrit-review.googlesource.com/38962 |
|
| ► Sign in to add a comment |