Adam Hardy on 11/11/05 19:42, wrote:
I just upgraded from m2-beta-2 to 2.0 and had a few problems with my dependencies' groupIds.

I moved my old beta local repository out of the way and let mvn create a new one.

having problems with servlet-api-2.4 as well. I can see it on ibiblio but maven won't touch it or give me a warning or anything, and hence I get a compile error because all javac sees is the 2.3 version. Here's my dependency xml:

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

and here's what has ended up on my repo:

/home/adam/.m2/repository/servletapi/servletapi/2.3/servletapi-2.3.pom
/home/adam/.m2/repository/servletapi/servletapi/2.4/servletapi-2.4.pom
/home/adam/.m2/repository/servletapi/servlet-api/2.4/servlet-api-2.4.pom
/home/adam/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
/home/adam/.m2/repository/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar
/home/adam/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom

What should I be doing here?

Thanks
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to