added comment to pom
This commit is contained in:
parent
87520f760e
commit
69a3df9be7
3
pom.xml
3
pom.xml
|
@ -197,6 +197,9 @@
|
||||||
<!-- ## End Test Dependencies ## -->
|
<!-- ## End Test Dependencies ## -->
|
||||||
|
|
||||||
<!-- ### Build Time 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>
|
<dependency>
|
||||||
<groupId>org.jboss.logging</groupId>
|
<groupId>org.jboss.logging</groupId>
|
||||||
<artifactId>jboss-logging-processor</artifactId>
|
<artifactId>jboss-logging-processor</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue