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

scope of taglibs-standard-jstlel has been omitted #295

Closed
2 tasks done
kazuki43zoo opened this issue Sep 8, 2017 · 0 comments
Closed
2 tasks done

scope of taglibs-standard-jstlel has been omitted #295

kazuki43zoo opened this issue Sep 8, 2017 · 0 comments

Comments

@kazuki43zoo
Copy link
Contributor

kazuki43zoo commented Sep 8, 2017

Description

Normally, I think JSTL need only at runtime time.
Therefore I prefer it specify the runtime scope.

Current definition: (=compile scope is specified implicitly)

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

Possible Solutions

Modify as follow:

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

What do you think?

Affects Version/s

  • 5.X.X.RELEASE
  • 1.X.X.RELEASE

Fix repositories

  • terasoluna-gfw-web-blank
  • m-j
  • [ ] m-t

Issue Links

  • #XXX
@hirakuriy hirakuriy added this to the Oct. Rv1 milestone Jun 14, 2018
@hirakuriy hirakuriy removed this from the Oct. Rv1 milestone Dec 5, 2018
@btkatoufm btkatoufm added this to the 5.7.0.M2 milestone Sep 24, 2020
btonokit added a commit that referenced this issue Oct 16, 2020
btonokit added a commit that referenced this issue Oct 16, 2020
btkobayashirun added a commit that referenced this issue Oct 16, 2020
…f_jstlel

set runtime scope in taglibs-standard-jstlel #295
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

6 participants