com/sun/xml/rpc/jaxrpc-impl/1.1.3_01/jaxrpc-impl-1.1.3_01.pom cannot find 
saaj-impl 1.3
---------------------------------------------------------------------------------------

                 Key: MEV-577
                 URL: http://jira.codehaus.org/browse/MEV-577
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Relocation
            Reporter: deckrider


Hello,

I am using...

http://repo1.maven.org/maven2/com/sun/xml/rpc/jaxrpc-impl/1.1.3_01/jaxrpc-impl-1.1.3_01.pom

...which contains...

<dependency>
  <groupId>javax.xml.soap</groupId>
  <artifactId>saaj-impl</artifactId>
  <version>1.3</version>
</dependency>

However...

http://repo1.maven.org/maven2/javax/xml/soap/saaj-impl

...doesn't exist.

I did a search and found that...

http://repo1.maven.org/maven2/com/sun/xml/saaj-impl/1.3/saaj-impl-1.3.pom

...does exist, and includes relocation information.  This relocation
information appears to be valid, since...

http://repo1.maven.org/maven2/com/sun/xml/messaging/saaj/saaj-impl/1.3/saaj-impl-1.3.pom

...exists.

So to fix this, please copy...

http://repo1.maven.org/maven2/com/sun/xml/saaj-impl/1.3/saaj-impl-1.3.pom

...to...

http://repo1.maven.org/maven2/javax/xml/soap/saaj-impl/1.3/saaj-impl-1.3.pom

Thanks.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to