The build is failing because the following dependency versions are not correct in project.xml. In both cases it needs "-20040521" in the version tag.
 
    <dependency>
      <groupId>jspapi</groupId>
      <artifactId>jsp-api</artifactId>
      <version>2.0-20040521</version>
      <type>jar</type>
      <url>http://java.sun.com/products/jsp</url>
      <properties>
        <war.bundle>false</war.bundle>
      </properties>
    </dependency>

    <dependency>
      <groupId>servletapi</groupId>
      <artifactId>servletapi</artifactId>
      <version>2.4-20040521</version>
      <type>jar</type>
      <url>http://java.sun.com/products/servlet</url>
    </dependency>
 
 

Reply via email to