SOLR-4916: Update NOTICE file and remove log4j from test-framework dependencies

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-06-26 22:11:33 +00:00
parent 97f3c83b63
commit 8bcc141fb9
2 changed files with 13 additions and 2 deletions

View File

@ -11,6 +11,8 @@ including, but not limited to:
- Apache Lucene Java
- Apache Commons
- Apache Geronimo (stax API)
- Apache Blur
- Apache Hadoop
This product includes the JQuery JavaScript library created by John Resig.
Copyright (c) 2010 John Resig, http://jquery.com/
@ -36,6 +38,9 @@ License: Common Development and Distribution License (CDDL) v1.0 (https://glassf
HSQL Database (HSQLDB): http://hsqldb.org/
License: http://hsqldb.org/web/hsqlLicense.html
Jersey Core: https://jersey.java.net/
License: Common Development and Distribution License (CDDL) v1.0 (https://glassfish.dev.java.net/public/CDDLv1.0.html)
=========================================================================
== Apache Lucene Notice ==
=========================================================================
@ -52,7 +57,6 @@ including, but not limited to:
- Apache Jakarta Regexp
- Apache Commons
- Apache Xerces
- Apache Blur
ICU4J, (under analysis/icu) is licensed under an MIT styles license
and Copyright (c) 1995-2008 International Business Machines Corporation and others
@ -514,3 +518,11 @@ Restlet is a registered trademark of Restlet S.A.S.
This product contains software developed by the Restlet project.
See http://www.restlet.org/
=========================================================================
== Protocol Buffers Notice ==
=========================================================================
Protocol Buffers - Google's data interchange format
Copyright 2008 Google Inc.
http://code.google.com/apis/protocolbuffers/

View File

@ -47,7 +47,6 @@
<dependency org="org.apache.hadoop" name="hadoop-hdfs" transitive="false" rev="&hadoop.version;" conf="default->*;junit4-stdalone->*">
<artifact name="hadoop-hdfs" type="tests" ext="jar" m:classifier="tests" />
</dependency>
<dependency org="log4j" name="log4j" rev="1.2.17" transitive="false" />
<dependency org="org.mortbay.jetty" name="jetty" rev="6.1.26" transitive="false"/>
<dependency org="org.mortbay.jetty" name="jetty-util" rev="6.1.26" transitive="false"/>
<dependency org="com.sun.jersey" name="jersey-core" rev="1.16" transitive="false"/>