You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please write if the description of the original issue is not enough.
Please write based on facts as much as possible, and post links to references/Javadoc or stack traces.
JSTL need only at runtime time.
Therefore, it is better to specify the runtime scope
Possible Solution
Please write ideas or candidates of solutions for the problem if you have. If it is an example, please enter a description such as "For example".
Original Issue
Description
JSTL need only at runtime time.
Therefore, it is better to specify the runtime scope
Possible Solution
Modify as follow:
<dependency> <groupId>org.apache.taglibs</groupId> <artifactId>taglibs-standard-jstlel</artifactId> + <scope>runtime</scope> </dependency>
Fix repositories
Issue links
The text was updated successfully, but these errors were encountered: