Daytrader build error:taglib dependency version is missing
----------------------------------------------------------
Key: DAYTRADER-88
URL: https://issues.apache.org/jira/browse/DAYTRADER-88
Project: DayTrader
Issue Type: Bug
Security Level: public (Regular issues)
Components: buildsystem
Affects Versions: 3.0-M2, 3.0
Environment: OS: win2003
Reporter: viola.lu
Assignee: viola.lu
Fix For: 3.0-M2, 3.0
1. build daytrader trunk
2.dependency taglib version is not defined in parent pom.xml, resulting in
build error.
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-jstlel</artifactId>
<scope>provided</scope>
</dependency>
should add below to parent pom.xml
<dependency>
<groupId>org.apache.taglibs</groupId>
<artifactId>taglibs-standard-jstlel</artifactId>
<version>1.2</version>
<scope>provided</scope>
</dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.