Repository: syncope
Updated Branches:
  refs/heads/master 04415543c -> c53e17c54


Upgrading ApacheDS


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/c53e17c5
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c53e17c5
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c53e17c5

Branch: refs/heads/master
Commit: c53e17c5465684df26f721f223eb54ea499e701b
Parents: 0441554
Author: Francesco Chicchiriccò <[email protected]>
Authored: Mon May 4 09:21:16 2015 +0200
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Mon May 4 09:21:16 2015 +0200

----------------------------------------------------------------------
 .../syncope/fit/buildtools/ApacheDSStartStopListener.java    | 8 ++++----
 pom.xml                                                      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c53e17c5/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ApacheDSStartStopListener.java
----------------------------------------------------------------------
diff --git 
a/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ApacheDSStartStopListener.java
 
b/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ApacheDSStartStopListener.java
index 6c2b7b2..061007a 100644
--- 
a/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ApacheDSStartStopListener.java
+++ 
b/fit/build-tools/src/main/java/org/apache/syncope/fit/buildtools/ApacheDSStartStopListener.java
@@ -29,10 +29,10 @@ import org.apache.directory.api.ldap.model.entry.Entry;
 import org.apache.directory.api.ldap.model.name.Dn;
 import org.apache.directory.api.ldap.model.schema.SchemaManager;
 import org.apache.directory.api.ldap.model.schema.registries.SchemaLoader;
-import org.apache.directory.api.ldap.schemaextractor.SchemaLdifExtractor;
-import 
org.apache.directory.api.ldap.schemaextractor.impl.DefaultSchemaLdifExtractor;
-import org.apache.directory.api.ldap.schemaloader.LdifSchemaLoader;
-import org.apache.directory.api.ldap.schemamanager.impl.DefaultSchemaManager;
+import org.apache.directory.api.ldap.schema.extractor.SchemaLdifExtractor;
+import 
org.apache.directory.api.ldap.schema.extractor.impl.DefaultSchemaLdifExtractor;
+import org.apache.directory.api.ldap.schema.loader.LdifSchemaLoader;
+import org.apache.directory.api.ldap.schema.manager.impl.DefaultSchemaManager;
 import org.apache.directory.api.util.exception.Exceptions;
 import org.apache.directory.server.constants.ServerDNConstants;
 import org.apache.directory.server.core.DefaultDirectoryService;

http://git-wip-us.apache.org/repos/asf/syncope/blob/c53e17c5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 08bbfa9..722071f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -692,7 +692,7 @@ under the License.
       <dependency>
         <groupId>org.apache.directory.server</groupId>
         <artifactId>apacheds-all</artifactId>
-        <version>2.0.0-M19</version>
+        <version>2.0.0-M20</version>
       </dependency>
       
       <dependency>

Reply via email to