Move cached JSTL artifacts which has been removed from central to Deprecated
----------------------------------------------------------------------------
Key: JBBUILD-685
URL:
https://issues.jboss.org/browse/JBBUILD-685
Project: JBoss Build System
Issue Type: Task
Reporter: Lukáš Fryč
Assignee: Paul Gier
{code}
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
{code}
has been replaced with
{code}
+ <groupId>javax.servlet.jsp.jstl</groupId>
+ <artifactId>jstl-api</artifactId>
{code}
which is not only API, without impl.
We should use cached bits in central repository and move them to deprecated.
There can be these taken to reproduce with old configurations.
Reference:
https://issues.sonatype.org/browse/MVNCENTRAL-71
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira