Repository: incubator-freemarker Updated Branches: refs/heads/3 6adebc00b -> 6ce7e17d5
(README update) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/6ce7e17d Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/6ce7e17d Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/6ce7e17d Branch: refs/heads/3 Commit: 6ce7e17d5937e5f596009d7e210026d8e1b1872c Parents: 6adebc0 Author: ddekany <[email protected]> Authored: Mon Apr 17 22:33:23 2017 +0200 Committer: ddekany <[email protected]> Committed: Mon Apr 17 22:33:23 2017 +0200 ---------------------------------------------------------------------- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/6ce7e17d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index cded707..647846b 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,8 @@ Installing If you are using Maven, just add this dependency: ```xml - <!-- - Attention: Be sure nothing pulls in an old dependency with groupId - "freemarker" (without the "org."), because then you will end up with - two freemarker.jar-s and unpredictable behavior on runtime! - --> <dependency> - <groupId>org.freemarker</groupId> + <groupId>org.apache</groupId> <artifactId>freemarker</artifactId> <version>{version}</version> </dependency>
