Repository: wicket Updated Branches: refs/heads/master 533c2d368 -> 4ed3c46bf
Removed graphviz dependency for now Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/4ed3c46b Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/4ed3c46b Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/4ed3c46b Branch: refs/heads/master Commit: 4ed3c46bffe97e5c24b7a3e32201d6d0ceadfd83 Parents: 533c2d3 Author: Martijn Dashorst <[email protected]> Authored: Fri Nov 18 17:07:45 2016 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Fri Nov 18 17:07:45 2016 +0100 ---------------------------------------------------------------------- wicket-user-guide/pom.xml | 25 ------------------------- 1 file changed, 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/4ed3c46b/wicket-user-guide/pom.xml ---------------------------------------------------------------------- diff --git a/wicket-user-guide/pom.xml b/wicket-user-guide/pom.xml index 143e0d2..fa564f3 100644 --- a/wicket-user-guide/pom.xml +++ b/wicket-user-guide/pom.xml @@ -119,9 +119,6 @@ <allow-uri-read>allow-uri-read</allow-uri-read> </attributes> <preserveDirectories>true</preserveDirectories> - <requires> - <require>asciidoctor-diagram</require> - </requires> <sourceDocumentName>single.adoc</sourceDocumentName> <sourceHighlighter>coderay</sourceHighlighter> </configuration> @@ -217,27 +214,5 @@ </plugins> </build> </profile> - <profile> - <id>dot-1</id> - <activation> - <file> - <exists>/usr/local/bin/dot</exists> - </file> - </activation> - <properties> - <dot.location>/usr/local/bin/dot</dot.location> - </properties> - </profile> - <profile> - <id>dot-2</id> - <activation> - <file> - <exists>/usr/bin/dot</exists> - </file> - </activation> - <properties> - <dot.location>/usr/bin/dot</dot.location> - </properties> - </profile> </profiles> </project>
