On Mon, Aug 18, 2008 at 5:27 PM, David Jencks <[EMAIL PROTECTED]> wrote: > > you'd think.... however this is the jaxb-api 2.1 pom on my machine that I > believe I downloaded from one of the sun maven repos... > <project> > <modelVersion>4.0.0</modelVersion> > <groupId>javax.xml.bind</groupId> > <artifactId>jaxb-api</artifactId> > <version>2.1</version> > <dependencies> > <dependency> > <groupId>javax.xml.bind</groupId> > <artifactId>jsr173_api</artifactId> > <version>1.0</version> > </dependency> > <dependency> > <groupId>javax.activation</groupId> > <artifactId>activation</artifactId> > <version>1.1</version> > </dependency> > </dependencies> > </project>
Nice! > So I think along with not being willing to publish their artifacts properly > sun is revising history and changing released poms. I'd prefer to keep both > exclusions in case both poms are in the wild. Yep, ok. Jarek
