Tracked this down. The addition of commons-httpclient is pulling in 1.0.4 into distribution.
Looking at the code, the only place that it is used is in the new rest demo. Jervis: can that demo be re-written to just use an HTTPUrlConnection? Nothing at runtime uses it so I really would prefer not to ship it if we don't have to. Dan On Thursday 01 November 2007, Daniel Kulp wrote: > Actually, it's fairly interesting. With maven 2.0.7, 1.1 gets put in > the manifest, but 1.0.4 into lib. With maven 2.0.5, it's reversed. > > I'll dig into it more. :-( > > Dan > > On Thursday 01 November 2007, Daniel Kulp wrote: > > Willem, > > > > With 2.0.7, can you run: > > "mvn install -X" > > in the manifest directory and send me the output? (offline direct, > > not to the list) I can dig into that and hopefully figure it out. > > > > > > Dan > > > > On Thursday 01 November 2007, Jiang, Ning (Willem) wrote: > > > Hi Dan, > > > > > > I used maven 2.0.7 to build the kit, and also have the issue of > > > CXF-1163. I do know who introduces the common log 1.0.4.jar into > > > the assemble plugin. Our manifest uses the common log 1.1 jar > > > instead. > > > > > > Willem. > > > > > > -----Original Message----- > > > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > > > Sent: Thu 11/1/2007 22:15 > > > To: [email protected] > > > Subject: Maven version for CXF..... > > > > > > > > > I was looking into: > > > https://issues.apache.org/jira/browse/CXF-1163 > > > > > > and it does seem to be a maven version issue. Maven 2.0.7 seems > > > to generate the proper manifest. 2.0.5 does not. Thus, I'd > > > like to update the prerequisites to 2.0.7. Maven 2.0.7 has been > > > out for several months. (actually, 2.0.8 is due real soon) > > > > > > Anyone have issue with that? -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
