All,
At rev 898415, I set up Eclipse projects using the eclipse plugin.
Systematically removing M2_REPO jars from the project's dependency list,
I discovered the following:
For webbeans-impl:
M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar -- not needed for
compilation
Also, M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA.jar --
used in one class that appears to be a test helper. If it is not used
elsewhere, you might consider removing it.
For webbeans-resource:
M2_REPO/javassist/javassist/3.8.0.GA/javassist-3.8.0.GA.jar -- not
needed for compilation
M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar -- not needed for compilation
M2_REPO/net/sf/scannotation/scannotation/1.0.2/scannotation-1.0.2.jar --
not needed for compilation
M2_REPO/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar -- not needed for
compilation
Any corrections welcomed.
David