From a8da8c8dff3e6451d86cb5156d57ca4f244641cc Mon Sep 17 00:00:00 2001 From: Alex Huang Date: Tue, 30 Jul 2013 11:43:15 -0700 Subject: [PATCH] Added commons io to runtime --- pom.xml | 2 +- server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 50e783a01c2..190a7e45aaa 100644 --- a/pom.xml +++ b/pom.xml @@ -279,7 +279,7 @@ commons-io commons-io ${cs.commons-io.version} - provided + provided,runtime org.reflections diff --git a/server/pom.xml b/server/pom.xml index 9178f7862de..20f2b8660a1 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -21,7 +21,7 @@ commons-io commons-io - ${cs.commons-io.version} + runtime org.springframework