maven pom for netui compiler should include velocity dependency
---------------------------------------------------------------
Key: BEEHIVE-1154
URL: http://issues.apache.org/jira/browse/BEEHIVE-1154
Project: Beehive
Issue Type: Bug
Environment: Only running netui pageflows - not using controls
Reporter: Niels Ull Harremoës
The pom file for the compiler, beehive-netui-compiler-1.0.1.pom, should include
the dependency on velocity. E.g.
<project>
<modelVersion>4</modelVersion>
<groupId>org.apache.beehive</groupId>
<artifactId>beehive-netui-compiler</artifactId>
<name>beehive-netui-compiler</name>
<version>1.0.1</version>
<dependencies>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity-dep</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>
Since we are not using netui controls, but only pageflows, we don't get it
included otherwise. Which means that we cannot compile.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira