users@glassfish.java.net

Re: Glassfish + JAXB ?

From: Sahoo <Sahoo_at_Sun.COM>
Date: Sat, 04 Apr 2009 22:24:54 +0530

Felipe Gaúcho wrote:
> glassfish v2.1
>
> my pom.xml:
>
> <dependencies>
> <dependency>
> <groupId>javaee</groupId>
> <artifactId>javaee-api</artifactId>
> <version>5</version>
> <scope>provided</scope>
> </dependency>
> <dependency>
> <groupId>com.sun.xml.bind</groupId>
> <artifactId>jaxb-impl</artifactId>
> <version>2.1.10</version>
> </dependency>
>
>
> may I also use <scope>provided</scope> for JAXB ??
>
yes, but why do you depend on the impl? are you using any non-standard
feature?

> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>