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:
Martin Fick
2012-07-10 17:35:27 -07:00
committed by gerrit code review
parent c0732b1301
commit aa511c0061
3 changed files with 1 additions and 15 deletions

View File

@@ -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>