OK Paul, thanks. I've just replaced them with the Sun's ones.
Alessio
Paul Gier ha scritto:
I uploaded that dependency yesterday because the app server build
uses
it and it was not in our repository.
It is a copy from the maven central repository:
http://repo1.maven.org/maven2/javax/xml/ws/jaxws-api/2.1/
If it is incorrect, then you can replace it and the associated
checksums with the one from Sun's repository. I'm not sure why they
are different, maybe there is a re-distribution restriction in the
license of some of the dependencies that prevents them from going into
the central maven repository.
Alessio Soldano wrote:
> Hi,
> I've just found that the jaxws-api maven artifact has been
> uploaded/re-uploaded to the repository yesterday. I think its pom.xml
> is missing some dependencies, as it says:
>
> <project>
> <modelVersion>4.0.0</modelVersion>
> <groupId>javax.xml.ws</groupId>
> <artifactId>jaxws-api</artifactId>
> <version>2.1</version>
> <dependencies>
> <dependency>
> <groupId>javax.xml.bind</groupId>
> <artifactId>jaxb-api</artifactId>
> <version>2.1</version>
> </dependency>
> </dependencies>
> </project>
>
> while the one coming from the Sun's repository says:
>
> <project>
> <modelVersion>4.0.0</modelVersion>
> <groupId>javax.xml.ws</groupId>
> <artifactId>jaxws-api</artifactId>
> <version>2.1</version>
> <dependencies>
> <dependency>
> <groupId>javax.xml.bind</groupId>
> <artifactId>jaxb-api</artifactId>
> <version>2.1</version>
> </dependency>
> <dependency>
> <groupId>javax.xml.soap</groupId>
> <artifactId>saaj-api</artifactId>
> <version>1.3</version>
> </dependency>
> <dependency>
> <groupId>javax.annotation</groupId>
> <artifactId>jsr250-api</artifactId>
> <version>1.0</version>
> </dependency>
> <dependency>
> <groupId>javax.jws</groupId>
> <artifactId>jsr181-api</artifactId>
> <version>1.0-MR1</version>
> </dependency>
> </dependencies>
> </project>
>
> Is there someone responsible for this kind of stuff? the artifact I'm
> referring to and I think is right (as it has the jsr181, ect.
> dependencies) lives here:
>
https://maven-repository.dev.java.net/nonav/repository/javax.xml.ws/
>
> Alessio
> _______________________________________________
> jboss-development mailing list
> jboss-development(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/jboss-development
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development