Repository: incubator-tamaya Updated Branches: refs/heads/master d73ec8d1d -> e19ecb9dd
Removed the dependency to tamaya-docs from the distribution of Tamaya. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/e19ecb9d Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/e19ecb9d Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/e19ecb9d Branch: refs/heads/master Commit: e19ecb9dd62fbbfea934325369e506035b33868d Parents: d73ec8d Author: Oliver B. Fischer <[email protected]> Authored: Sun May 21 20:56:02 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sun May 21 20:56:02 2017 +0200 ---------------------------------------------------------------------- distribution/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/e19ecb9d/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index ce40103..c222720 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -42,16 +42,6 @@ under the License. <dependencies> - <!-- The documentation of Tamaya --> - - <dependency> - <groupId>org.apache.tamaya</groupId> - <artifactId>tamaya-docs</artifactId> - <version>${project.version}</version> - <classifier>documentation</classifier> - <type>zip</type> - </dependency> - <!-- Core artifacts--> <dependency> <groupId>org.apache.tamaya</groupId>
