Thank you for your answer.

Michael Horwitz wrote:
> 
> You would need to add the exclusion to:
> 
>        <dependency>
>            <groupId>org.appfuse</groupId>
>            <artifactId>appfuse-${web.framework}</artifactId>
>            <version>${appfuse.version}</version>
>            <type>warpath</type>
>        </dependency>
> 
> to get:
> 
>        <dependency>
>            <groupId>org.appfuse</groupId>
>            <artifactId>appfuse-${web.framework}</artifactId>
>            <version>${appfuse.version}</version>
>            <type>warpath</type>
>            <exclusions>
>              <exclusion>
>                <groupId>org.appfuse</groupId>
>                <artifactId>appfuse-data-common</artifactId>
>              </exclusion>
>            </exclusions>
>        </dependency>
> 
> Mike.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/dependency-exclusion-for-core-classes-tf3354410s2369.html#a9330445
Sent from the AppFuse - User mailing list archive at Nabble.com.

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

Reply via email to