${item.name in accordion.expandedItems}: extraneous input 'in' expecting {'}', '.', '&&', '||', '[', '@'}
Could you please help me
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
This seems to be an issue in your pom.xml that might be referencing an older version of template language with no support for in relational operator. Please update the version to the latest and give it a try.
Hope this helps!
This seems to be an issue in your pom.xml that might be referencing an older version of template language with no support for in relational operator. Please update the version to the latest and give it a try.
Hope this helps!
Hi @Pulkit_Jain_
Yes its working and giving build success in my eclipse after changed HTL version in my local repositary but when code changes trying move to other env due to this changed HTL version build getting failure at Jenkins end .
before HTL version
groupId:org.apache.sling
artifactId :htl-maven-plugin
version:1.0.6
I changed it to
version:2.0.4-1.4.0
[ERROR] Plugin org.apache.sling:htl-maven-plugin:2.0.4-1.4.0 or one of its dependencies could not be resolved: Failure to find org.apache.sling:htl-maven-plugin:jar:2.0.4-1.4.0 in http://xyz/artifactory/remote-repos/ was cached in the local repository, resolution will not be reattempted until the update interval of remote-repos has elapsed or updates are forced
Please help me what is the soultion for this issue
Views
Replies
Total Likes
Hi All,
Anyone have any idea for the mentioned above issue.Please help me if any one have any idea
Thanks
Mounika
Views
Replies
Total Likes