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] > > -- Thanks, Mick Knutson http://www.baselogic.com http://www.blincmagazine.com http://www.linkedin.com/in/mickknutson http://www.djmick.com http://www.myspace.com/mickknutson http://www.myspace.com/BLiNCMagazine http://tahoe.baselogic.com ---
