You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by to...@apache.org on 2011/01/15 01:12:16 UTC

svn commit: r1059214 - in /incubator/whirr/trunk: CHANGES.txt lib/dnsjava-2.0.8-LICENSE.txt services/cdh/pom.xml services/hbase/pom.xml

Author: tomwhite
Date: Sat Jan 15 00:12:15 2011
New Revision: 1059214

URL: http://svn.apache.org/viewvc?rev=1059214&view=rev
Log:
WHIRR-210. Remove unneeded dependent libraries.

Added:
    incubator/whirr/trunk/lib/dnsjava-2.0.8-LICENSE.txt   (with props)
Modified:
    incubator/whirr/trunk/CHANGES.txt
    incubator/whirr/trunk/services/cdh/pom.xml
    incubator/whirr/trunk/services/hbase/pom.xml

Modified: incubator/whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/CHANGES.txt?rev=1059214&r1=1059213&r2=1059214&view=diff
==============================================================================
--- incubator/whirr/trunk/CHANGES.txt (original)
+++ incubator/whirr/trunk/CHANGES.txt Sat Jan 15 00:12:15 2011
@@ -116,6 +116,8 @@ Trunk (unreleased changes)
 
     WHIRR-204. CDH Hadoop integration test fails on Rackspace. (tomwhite)
 
+    WHIRR-210. Remove unneeded dependent libraries. (tomwhite)
+
 Release 0.2.0 - 2010-11-04
 
   NEW FEATURES

Added: incubator/whirr/trunk/lib/dnsjava-2.0.8-LICENSE.txt
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/lib/dnsjava-2.0.8-LICENSE.txt?rev=1059214&view=auto
==============================================================================
--- incubator/whirr/trunk/lib/dnsjava-2.0.8-LICENSE.txt (added)
+++ incubator/whirr/trunk/lib/dnsjava-2.0.8-LICENSE.txt Sat Jan 15 00:12:15 2011
@@ -0,0 +1,28 @@
+dnsjava is placed under the BSD license.  Several files are also under
+additional licenses; see the individual files for details.
+
+Copyright (c) 1999-2005, Brian Wellington
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice,
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+    * Neither the name of the dnsjava project nor the names of its contributors
+      may be used to endorse or promote products derived from this software
+      without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Propchange: incubator/whirr/trunk/lib/dnsjava-2.0.8-LICENSE.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/whirr/trunk/services/cdh/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/cdh/pom.xml?rev=1059214&r1=1059213&r2=1059214&view=diff
==============================================================================
--- incubator/whirr/trunk/services/cdh/pom.xml (original)
+++ incubator/whirr/trunk/services/cdh/pom.xml Sat Jan 15 00:12:15 2011
@@ -109,11 +109,13 @@
       <groupId>org.codehaus.jackson</groupId>
       <artifactId>jackson-core-asl</artifactId>
       <version>1.5.2</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.jackson</groupId>
       <artifactId>jackson-mapper-asl</artifactId>
       <version>1.5.2</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>

Modified: incubator/whirr/trunk/services/hbase/pom.xml
URL: http://svn.apache.org/viewvc/incubator/whirr/trunk/services/hbase/pom.xml?rev=1059214&r1=1059213&r2=1059214&view=diff
==============================================================================
--- incubator/whirr/trunk/services/hbase/pom.xml (original)
+++ incubator/whirr/trunk/services/hbase/pom.xml Sat Jan 15 00:12:15 2011
@@ -123,12 +123,14 @@
       <groupId>com.cloudera.hbase</groupId>
       <artifactId>hbase</artifactId>
       <version>${hbase.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>com.cloudera.hbase</groupId>
       <artifactId>hbase</artifactId>
       <version>${hbase.version}</version>
       <classifier>tests</classifier>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 </project>