[Wicket-user] Wicket 1.2.4 and commons-codec (Re: Look under the tree: Santa left a present for all)

2006-12-27 Thread Erik van Oosten
Thanks Martijn! Does anyone know why maven2 suddenly also gets commons-codec 1.3 when I switch from 1.2-snapshot (quite recent) to 1.2.4? I am using wicket, wicket-extentions and wicket-spring. The only difference I can find in the pom files is that EasyMock was downgraded from 2.0 to

Re: [Wicket-user] Wicket 1.2.4 and commons-codec (Re: Look under the tree: Santa left a present for all)

2006-12-27 Thread Martijn Dashorst
Not sure. Downloading the dependency can also be a result of an upgrade of one of the maven plugins though. To see what the final pom is, try: mvn help:effective-pom The easymock needed to be downgraded as it is a Java 5 version incompatible with wicket-spring (which is java 1.4). Martijn On

Re: [Wicket-user] Wicket 1.2.4 and commons-codec (Re: Look under the tree: Santa left a present for all)

2006-12-27 Thread Erik van Oosten
Weird, I have added a exclusion groupIdcommons-codec/groupId artifactIdcommons-codec/artifactId /exclusion to each of the wicket dependencies in my pom file and it still wants to download it. I tried the command you gave. It does not mention

Re: [Wicket-user] Wicket 1.2.4 and commons-codec (Re: Look under the tree: Santa left a present for all)

2006-12-27 Thread Erik van Oosten
As a test I downgraded to wicket 1.2.3, and it still downloads commons-codec. So I am now pretty sure it has nothing to do with Wicket 1.2.4. Regards, Erik. Martijn Dashorst wrote: Not sure. Downloading the dependency can also be a result of an upgrade of one of the maven plugins