Revert "Additional log on plug-in self-registration and failures."
This reverts commit c0732b1301
The commit broke server startup with:
java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at com.google.gerrit.extensions.registration.DynamicSet.<clinit>(DynamicSet.java:45)
at com.google.gerrit.server.config.GerritGlobalModule.configure(GerritGlobalModule.java:146
This commit is contained in:
committed by
gerrit code review
parent
c0732b1301
commit
aa511c0061
@@ -47,11 +47,6 @@ limitations under the License.
|
||||
<groupId>org.apache.tomcat</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user