gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

Archetypes reference to jsp-api is invalid #954

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
should be 

        <dependency>
            <groupId>javax.servlet.jsp</groupId>
            <artifactId>jsp-api</artifactId>
            <version>2.1</version>
            <scope>provided</scope>
        </dependency>

instead of 

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jsp-api</artifactId>
            <version>2.1</version>
            <scope>provided</scope>
        </dependency>

Original issue reported on code.google.com by johgep on 25 Feb 2013 at 2:33

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/struts2-jquery/source/detail?r=1808

Original comment by johgep on 5 Apr 2013 at 8:23

GoogleCodeExporter commented 9 years ago

Original comment by johgep on 2 Jun 2013 at 1:02