« Return to Thread: Upgrade of hibernate-core -> missing

Re: Upgrade of hibernate-core -> missing

by Pete Muir-2 :: Rate this Message:

Reply to Author | View in Thread

Why are we specifying a slf4j impl? Surely that should be the  
responsibility of the project which uses Seam?

On 12 Jun 2009, at 11:52, Marek Novotny wrote:

> I have noticed that the build in 2_2 branch is broken due missing
> transitive dependency org.slf4j:slf4j:1.5.2
>
> I had to add exclusion to hibernate-core dependency on my local disk:
>
>    <exclusion>
> <groupId>org.slf4j</groupId>
> <artifactId>slf4j-api</artifactId>
>  </exclusion>
>
> to finish build.
>
> What version of slf4j-api should be in Seam 2.2 if we have specified
> version 1.4.2 of slf4j-log4j12?
>
> --
> Marek Novotny
> --
> JBoss Seam Product Lead
>
> Red Hat Czech s.r.o.
> Purkynova 99
> 612 45 Brno
>
> Email: mnovotny@...
> Office phone: +420 532 294 287, ext. 82-62 087
> mobile: +420 608 509 230
>
> ------------------------------------------------------
> Looking to carve out IT costs?
> www.europe.redhat.com/promo/carveoutcosts/
> _______________________________________________
> seam-dev mailing list
> seam-dev@...
> https://lists.jboss.org/mailman/listinfo/seam-dev

_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

 « Return to Thread: Upgrade of hibernate-core -> missing