Giter Site home page Giter Site logo

Comments (5)

serpensalbus avatar serpensalbus commented on June 10, 2024

It works when changing the pom:

org.apache.tomcat el-api 6.0.32 provided org.apache.tomcat jasper-el 6.0.32 provided
    <!--
    <dependency>
        <groupId>javax.servlet.jsp.jstl</groupId>
        <artifactId>jstl-api</artifactId>
        <version>1.2</version>
    </dependency>       
    <dependency>
        <groupId>org.glassfish.web</groupId>
        <artifactId>jstl-impl</artifactId>
        <version>1.2</version>
    </dependency>-->

Maven complains about missing artifacts when installing but on my machine it's working now.

from spring-mvc-showcase.

serpensalbus avatar serpensalbus commented on June 10, 2024

Github removed the XML formatting above...

from spring-mvc-showcase.

kdonald avatar kdonald commented on June 10, 2024

I don't understand this one. Those two jstl dependencies are right there in the Maven Central repository and neither el-api or jasper-el are on the classpath of mvc-showcase. The definition of those provided dependencies shouldn't be necessary and the JSTL dependencies should resolve. Perhaps try cleaning out your maven 2 repo and trying again with the original pom.

from spring-mvc-showcase.

marioosh-net avatar marioosh-net commented on June 10, 2024

mvn tomcat:run works for me if i comment out jstl-api and jstl-impl and place:

    <dependency>
        <groupId>javax.servlet</groupId>
        <artifactId>jstl</artifactId>
        <version>1.2</version>
    </dependency>

from spring-mvc-showcase.

rstoyanchev avatar rstoyanchev commented on June 10, 2024

This should work now via a30e404.

from spring-mvc-showcase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.