No.   The runtime jars would just be at java.net.

Dan


On Tuesday 01 April 2008, [EMAIL PROTECTED] wrote:
> Hi,
>
> what I´m looking for is JAX-WS-2..1.1, that means
> com\sun\xml\ws\jaxws-rt\2.1.1\jaxws-rt-2.1.1.jar with all the correct
> dependencies.
> Have you fixed that too? I couldn´t find any version at repo1
>
> Thanx, Torsten
>
>
>
>
>
> Daniel Kulp <[EMAIL PROTECTED]>
> 01.04.2008 17:21
> Bitte antworten an
> "Maven Users List" <users@maven.apache.org>
>
>
> An
> users@maven.apache.org
> Kopie
> "Mick Knutson" <[EMAIL PROTECTED]>
> Thema
> Re: javax.xml.ws jaxws-api 2.1 in repo1.maven.org - missing
> dependencies
>
>
>
>
>
>
>
> 2.1-1  is at central:
>
> http://repo1.maven.org/maven2/javax/xml/ws/jaxws-api/
>
> Dan
>
> On Tuesday 01 April 2008, Mick Knutson wrote:
> > What is the full URL for the java.net jars for 2.1-1 ?
> >
> > http://download.java.net/maven/2/javax/xml/
> > Does have 2.1-1
> >
> > On Tue, Apr 1, 2008 at 7:46 AM, Daniel Kulp <[EMAIL PROTECTED]> wrote:
> > > Umm...  Don't use the 2.1 jar from central.   It's broken and
> > > missing some files that are in the Sun 2.1 jar.  Basically, Sun
> > > released 2.1 at one point and it was synced to central.   Sun then
> > > withdrew that and released a new 2.1, but didn't change the
> > > version number or anything. However, central won't replace the
> > > jar.
> > >
> > > Instead, use 2.1-1 from central.  If you use 2.1, you MAY get the
> > > correct version from java.net.  OR you might get the broken
> > > version from central.   If you specify 2.1-1, you'll always get
> > > the correct version.
> > >
> > > Dan
> > >
> > > On Tuesday 01 April 2008, [EMAIL PROTECTED] wrote:
> > > > Hi,
> > > >
> > > > looking at https://jax-ws.dev.java.net/faq/index.html#maven Suns
> > > > recommended repo
> > > > https://maven-repository.dev.java.net/nonav/repository seems to
> > > > have the complete dependencies list.
> > > >
> > > > The jaxws-api in repo1.maven.org is missing the dependencies
> > > >
> > > > <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>
> > > >
> > > > Will this pom be updated/deleted?
> > > >
> > > > Thanx, Torsten
> > >
> > > --
> > > J. Daniel Kulp
> > > Principal Engineer, IONA
> > > [EMAIL PROTECTED]
> > > http://www.dankulp.com/blog
> > >
> > > ------------------------------------------------------------------
> > >-- - To unsubscribe, e-mail: [EMAIL PROTECTED] For
> > > additional commands, e-mail: [EMAIL PROTECTED]



-- 
J. Daniel Kulp
Principal Engineer, IONA
[EMAIL PROTECTED]
http://www.dankulp.com/blog

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

Reply via email to