Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflect:scope of taglibs-standard-jstlel has been omitted #494

Closed
2 tasks done
btonokit opened this issue Oct 20, 2020 · 0 comments
Closed
2 tasks done

Reflect:scope of taglibs-standard-jstlel has been omitted #494

btonokit opened this issue Oct 20, 2020 · 0 comments

Comments

@btonokit
Copy link
Contributor

btonokit commented Oct 20, 2020

Original Issue

Links to the original issues.

Description

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".

Modify as follow:

<dependency> 
     <groupId>org.apache.taglibs</groupId> 
     <artifactId>taglibs-standard-jstlel</artifactId> 
+     <scope>runtime</scope>
 </dependency> 

Fix repositories

Repositories to fix with this issue.

  • terasoluna-gfw-web-multi-blank
  • m-j

Issue links

Links to related issues.

  • #xx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants