adb-codegen/pom.xml - missing dependency on commons-logging
-----------------------------------------------------------
Key: AXIS2-3779
URL: https://issues.apache.org/jira/browse/AXIS2-3779
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Reporter: Tom Seelbach
Fix For: nightly
To reproduce:
cd modules/adb-codegen/
mvn clean install
I get an error on SchemaCompiler.java, line 30 "unresolved import" on
org.apache.commons.logging.Log. Adding this dependency to pom.xml fixes the
problem:
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
(the "incompatible types" error that I reported on the list also is fixed by
this)
-Tom
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]