Fix SLF4J StaticLoggerBinder warning

http://www.slf4j.org/codes.html#StaticLoggerBinder

Change-Id: Ic04c0f1f45ce4a454df95d741ca421b6d27a7fe9
This commit is contained in:
Nasser Grainawi 2011-05-20 12:35:34 -07:00 committed by Shawn O. Pearce
parent 1b8810f411
commit 79f88a11e8
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ limitations under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>