The applications/console/console-standard has a dependency:
       <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jstl</artifactId>
        </dependency>
    The pom for this at javax.servlet groupId is a real one. It is not necessary to download the other specs. You could try replacing this with :
        <dependency>
            <groupId>jstl</groupId>
            <artifactId>jstl</artifactId>
             .....................................
        </dependency>
    Hope this is helpful..

thanks
Anita


anita kulshreshtha <[EMAIL PROTECTED]> wrote:
The spec jars for G are picked up from o.a.g.specs groupId.  The JSTL pom is a fake pom. Hence it should not download anything else. The best thing to do will be to move this jar to a different location (private repo?).

thanks
Anita

Joe Bohn <[EMAIL PROTECTED]> wrote:
It appears that we pick these up in our
current build. It's just a matter of where we get them from. I'd like
to first get things working by picking up just the jar that I need
(JSTL) from java.net and check to see if in fact we are picking up other
jars that are not necessary
(javax\servlet\servlet-api\2.4\servlet-api-2.4.jar in this case).

Joe


Get your email and more, right on the new Yahoo.com


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.

Reply via email to