Github user jburwell commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/801#discussion_r41994256 --- Diff: plugins/network-elements/nuage-vsp/pom.xml --- @@ -28,6 +28,13 @@ <version>4.6.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> + <dependencies> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${cs.lang3.version}</version> + </dependency> + </dependencies> --- End diff -- @nlivens CloudStack already has a Pair class, ``com.cloud.utils.Pair``. Why are we bringing another dependency for functionality that is already available?
--- 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. ---