[ 
https://issues.apache.org/jira/browse/VALIDATOR-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13158373#comment-13158373
 ] 

Nick Burch commented on VALIDATOR-299:
--------------------------------------

In SVN, the dependency on Jakarta ORO has been removed, so it isn't required in 
the POM

I'd suggest you try with a build of Commons Validator from SVN, and I believe 
that will fix this for you

(The fix will also be in Validator 1.4, when released)
                
> POM misses dependency to oro
> ----------------------------
>
>                 Key: VALIDATOR-299
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-299
>             Project: Commons Validator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 1.3.1 Release
>            Reporter: Gregor B. Rosenauer
>             Fix For: 1.4
>
>
> 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.
> {code:xml}
> <dependency>
>     <groupId>oro</groupId>
>     <artifactId>oro</artifactId>
>     <version>2.0.8</version>
> </dependency>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to