-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Normal
-
None
-
Affects Version/s: 10.2.0
-
Component/s: None
-
None
-
None
User Story
As an app dev who is a newcomer to zk, when I adopt ZK EE, I hope zk can automatically include shadow components (zuti.jar) for me without manually specifying in my pom.xml in order to save my effort.
Acceptance Criteria
- zkmax includes zuti with a notice
<dependency> <groupId>org.zkoss.zk</groupId> <artifactId>zuti</artifactId> <version>${project.version}</version> <!-- Note: Added for transitive inclusion, not direct code dependency --> </dependency>
Details
Put document or specification reference