Dependency conflicts when adding Axis2 to large project.

Todd Chapman <[email protected]>
Newsgroups gmane.text.xml.axis.user
Message-ID <CAG54imYeEJnm62VCc7LPemLhCVJdL7ykkV1YNzOJQz9gAyMkMg@mail.gmail.com>
Hello,

We have a multi-module Maven project that we are adding Axis2 to as a
dependency.

The axis2-kernel-1.6.2.pom has a dependency:

       <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
        </dependency>

This seems to conflict with a pre-existing project dependency:

        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <version>3.0.1</version>
        </dependency>

What is the difference between the servlet-api artifact and the
javax.servlet-api artifact? Also why doesn't the axis2-kernel, servlet-api
dependency specify a version?

Thank you for any help!

-Todd
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.