Repository: activemq-6 Updated Branches: refs/heads/master 87520f760 -> d47fba425
added comment to pom Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/69a3df9b Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/69a3df9b Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/69a3df9b Branch: refs/heads/master Commit: 69a3df9be776b81c4c548d1ffe635057a9e651b7 Parents: 87520f7 Author: Andy Taylor <[email protected]> Authored: Thu Mar 12 12:04:40 2015 +0000 Committer: Andy Taylor <[email protected]> Committed: Thu Mar 12 12:05:42 2015 +0000 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-6/blob/69a3df9b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4352960..21d6569 100644 --- a/pom.xml +++ b/pom.xml @@ -197,6 +197,9 @@ <!-- ## End Test Dependencies ## --> <!-- ### Build Time Dependencies ### --> + <!-- This is a build dependency of this project, but is not needed at compile or runtime by other + projects that depend on this project. This should be in the compiler plugin but can't because of a bug, + see https://jira.codehaus.org/browse/MCOMPILER-203--> <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging-processor</artifactId>
