Repository: syncope Updated Branches: refs/heads/master 629d18f2c -> 43153cc25
Upgrading ApacheDS Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/43153cc2 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/43153cc2 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/43153cc2 Branch: refs/heads/master Commit: 43153cc25a2da73e0ad1668938a809fac1d55d1a Parents: 629d18f Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Jun 30 09:37:51 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Thu Jun 30 09:37:51 2016 +0200 ---------------------------------------------------------------------- fit/build-tools/pom.xml | 5 +++++ pom.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/43153cc2/fit/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml index 6807939..637f167 100644 --- a/fit/build-tools/pom.xml +++ b/fit/build-tools/pom.xml @@ -59,6 +59,11 @@ under the License. </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>provided</scope> http://git-wip-us.apache.org/repos/asf/syncope/blob/43153cc2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8b1afb7..cdd2089 100644 --- a/pom.xml +++ b/pom.xml @@ -812,7 +812,7 @@ under the License. <dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-all</artifactId> - <version>2.0.0-M21</version> + <version>2.0.0-M22</version> </dependency> <dependency>
