use ivy for slf4j and remove local jars

Note, slf4j-log4j12 depends on log4j (a slightly older version), so
that jar was removed as well.

Patch by eevans; reviewed by Mark Wolfe for CASSANDRA-802

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@911071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Evans 2010-02-17 16:44:09 +00:00
parent 1c7697cbde
commit da3dc00d7e
6 changed files with 2 additions and 29 deletions

View File

@ -498,29 +498,3 @@ intellectual property laws of the United States of America. No party to this
Agreement will bring a legal action under this Agreement more than one year
after the cause of action arose. Each party waives its rights to a jury trial in
any resulting litigation.
For lib/slf4j-api-1.5.8.jar and lib/slf4j-log4j12-1.5.8.jar:
------------------------------------------------------------
Copyright (c) 2004-2008 QOS.ch
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -16,9 +16,6 @@ Copyright 2006-2009 Yidong Fang.
This product makes use of the JUnit test framework (http://junit.org).
Logging abstraction provided by SLF4J (http://www.slf4j.org).
Copyright (c) 2004-2008 QOS.ch
Some alternate data structures provided by concurrentlinkedhashmap
from http://code.google.com/p/concurrentlinkedhashmap/.
Copyright 2009 Benjamin Manes

View File

@ -38,6 +38,8 @@
rev="3.2.1"/>
<dependency org="commons-lang" name="commons-lang" rev="2.4"/>
<dependency org="jline" name="jline" rev="0.9.94"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.5.8"/>
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.5.8"/>
</dependencies>
</ivy-module>

Binary file not shown.

Binary file not shown.

Binary file not shown.