Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-3779

adb-codegen/pom.xml - missing dependency on commons-logging

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • nightly
    • adb
    • None

    Description

      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

      Attachments

        Activity

          People

            amilachinthaka Amila Chinthaka Suriarachchi
            tsee Tom Seelbach
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: