Uploaded image for project: 'Commons Validator'
  1. Commons Validator
  2. VALIDATOR-299

POM misses dependency to oro

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.1 Release
    • 1.4.0 Release
    • Framework
    • None

    Description

      when including commons-validator, you get Runtime errors that refer to the oro library, which is indeed referenced by commons-validator, but not declared in the POM.

      A fix is to manually include the ORO lib in your own POM, but that should be fixed in commons-validator's POM.

      <dependency>
          <groupId>oro</groupId>
          <artifactId>oro</artifactId>
          <version>2.0.8</version>
      </dependency>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            grexe Gregor B. Rosenauer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: