On 11/26/06, jiangshachina <[EMAIL PROTECTED]> wrote:

I used axis2-kernel-1.1.jar as dependency, but had the following warning,
POM for 'org.apache.axis2:axis2-kernel:pom:1.1:compile' is invalid.
It will be ignored for artifact resolution.

This is a known issue. Unfortunately it can only be fixed with a new
release Axis 2 1.1.1. See

   http://marc.theaimsgroup.com/?t=116411061300001&r=1&w=2

for a discussion on the issue.

As a workaround, you can very easily fix the issue manually by editing

  axis2-parent-1.1.pom

Search for the following dependency:

   <dependency>
     <groupId>org.apache.neethi</groupId>
     <artifactId>neethi</artifactId>
     <version>2.0</version>
   </dependency>

and change the groupId to org.apache.ws.commons.neethi


Jochen

--
My wife Mary and I have been married for forty-seven years and not
once have we had an argument serious enough to consider divorce;
murder, yes, but divorce, never.
(Jack Benny)

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

Reply via email to