When I try to build Axis2 1.4.1 using maven, I'm running into at least a couple of problems:
1.) The kernel module is missing a dependency containing the javax.activation package. 2.) The adb-codegen module is missing a dependency containing the org.apache.xml.serializer package. For now I'm working around this by explicitly adding the javax.activation dependency, updating the xalan version to 2.7.1, and adding the xalan serializer dep. This allows the maven build to complete, but I don't feel great about just adding deps without knowing why they were missing in the first place. Does this build without issue for everyone else? Am I just missing something? Thanks, Jason
