'How to create a tag using TagSupport?

When I try to extend TagSupport - no class is found. enter image description here

The only place were it is located is javax.servlet.jsp.tagext.TagSupport, but when I add the dependency - here is the exception I have. enter image description here

What am I doing wrong to create custom a tag library tag?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source