Github user rsafonseca commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/497#discussion_r32917853
  
    --- Diff: plugins/hypervisors/ovm3/pom.xml ---
    @@ -27,11 +27,31 @@
         <relativePath>../../pom.xml</relativePath>
       </parent>
       <dependencies>
    -<dependency>
    -    <groupId>org.apache.xmlrpc</groupId>
    -    <artifactId>xmlrpc-client</artifactId>
    -    <version>3.1.3</version>
    -</dependency>
    +    <dependency>
    +   <groupId>xml-apis</groupId>
    +   <artifactId>xml-apis</artifactId>
    +   <version>1.4.01</version>
    +    </dependency>
    +    <dependency>
    +      <groupId>org.apache.xmlrpc</groupId>
    +      <artifactId>xmlrpc-client</artifactId>
    +      <version>3.1.3</version>
    +    </dependency>
    +    <dependency>
    +   <groupId>org.apache.xmlrpc</groupId>
    +   <artifactId>xmlrpc-common</artifactId>
    +   <version>3.1.3</version>
    +    </dependency>
    +    <dependency>
    +   <groupId>org.apache.commons</groupId>
    +   <artifactId>commons-lang3</artifactId>
    +   <version>3.4</version>
    --- End diff --
    
    I can, will do. We should also upgrade some other components to lang3 as 
lang is outdated


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to