Wow - that's a lot of dependencies. You might ask the project if they have
a Maven bundle. If they don't, you could create one and get it uploaded to
Maven's central repo. It'll be a lot of work with that many JARs, but it'll
only have to be done once. ;-)
It doesn't look like there's anything
I got this to work yesterday. Thanks a lot, Matt for all of your help!
Now I am battling JFreeReport library problems. We have a long list of
libraries that JFreeReport depends on (see below). I am adding them one by
one to pom.xml as dependency after doing an mvn install of the library. Is
this