You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/05/12 18:41:13 UTC

[3/5] accumulo git commit: ACCUMULO-3800 Add DEPENDENCIES file

ACCUMULO-3800 Add DEPENDENCIES file

* Prevent a new DEPENDENCIES file from being generated by the
  maven-remote-resources-plugin's apache-jar-resource-bundle.
* Create a minimal DEPENDENCIES file which refers to the POMs.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1ae2325b
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1ae2325b
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1ae2325b

Branch: refs/heads/master
Commit: 1ae2325b49e397b3c867abc0d419a503d2f30dde
Parents: 18f7955
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 12:10:28 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue May 12 12:40:02 2015 -0400

----------------------------------------------------------------------
 DEPENDENCIES | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/1ae2325b/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..5a98c0f
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+Apache Accumulo depends on artifacts which can be found in Maven Central.
+
+Each module has its own dependencies. Please refer to the individual
+modules' pom.xml files for a comprehensive listing.