Also, in your pom, it's possible to exclude certain dependencies that
your immediate
dependencies declare, for instance:

            <dependency>
                <groupId>net.sf.tacos</groupId>
                <artifactId>tacos-core</artifactId>
                <version>4.1.2-SNAPSHOT</version>
                <exclusions>
                    <exclusion>
                        <groupId>jboss</groupId>
                        <artifactId>j2ee</artifactId>
                    </exclusion>
               </exclusions>
               </dependency>

On Mon, Jun 30, 2008 at 12:22 AM, Moritz Gmelin <[EMAIL PROTECTED]> wrote:
> Ooops,
>
> posted too early: updating to maven integration for eclipse 0.9.4 fixed
> this.
>
> great, I just answered my first question on this list !
>
> M.
>
> Am 29.06.2008 um 23:12 schrieb Moritz Gmelin:
>
>> Hi,
>>
>> The pom.xml from t5c-project references hibernate 3.2.2.ga and
>> hibernate-annotations 3.2.1.ga as dependencies. My own project references
>> higher version numbers of poth packages as dependencies.
>> I have just moved to eclipse 3.4 with run-jetty-run plugin 1.0.1 and maven
>> integration for eclipse 0.0.12.
>> Now if I run my T5 app, both hibernate-(annotations) jars are in my
>> classpath which makes the application crash on initialization.
>>
>> is this a problem with my ecipse plugins? (Since it didn't happen with
>> eclipse 3.3 I was using before). Or something I can fix in my poms?
>>
>> Someone can give a clue?
>>
>> Regards
>>
>> Moritz
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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

Reply via email to