It looks like there was a typo and basic was referring to modular.
This has been fixed.

http://appfuse.org/display/APF/AppFuse+Core+Classes

Matt

On 3/6/07, wnqq <[EMAIL PROTECTED]> wrote:

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]




--
http://raibledesigns.com

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

Reply via email to