Updated Branches: refs/heads/master 244cf3b20 -> 5595a099b
Added commons io to runtime Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a8da8c8d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a8da8c8d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a8da8c8d Branch: refs/heads/master Commit: a8da8c8dff3e6451d86cb5156d57ca4f244641cc Parents: b940947 Author: Alex Huang <[email protected]> Authored: Tue Jul 30 11:43:15 2013 -0700 Committer: Alex Huang <[email protected]> Committed: Tue Jul 30 14:07:20 2013 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a8da8c8d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 50e783a..190a7e4 100644 --- a/pom.xml +++ b/pom.xml @@ -279,7 +279,7 @@ <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${cs.commons-io.version}</version> - <scope>provided</scope> + <scope>provided,runtime</scope> </dependency> <dependency> <groupId>org.reflections</groupId> http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a8da8c8d/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 9178f78..20f2b86 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -21,7 +21,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>${cs.commons-io.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework</groupId>
