You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/07/05 14:46:41 UTC

syncope git commit: [SYNCOPE-1204] Removing last traces of syncope-core-migration

Repository: syncope
Updated Branches:
  refs/heads/master 9a6af946e -> 0767a71dd


[SYNCOPE-1204] Removing last traces of syncope-core-migration


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

Branch: refs/heads/master
Commit: 0767a71ddd0501a9dfd6a82a43cda3d7cbb44041
Parents: 9a6af94
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Jul 5 16:46:33 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Jul 5 16:46:33 2018 +0200

----------------------------------------------------------------------
 fit/core-reference/pom.xml                                      | 5 -----
 .../syncope/fit/core/reference/ITImplementationLookup.java      | 2 --
 fit/core-reference/src/test/resources/rebel.xml                 | 2 --
 3 files changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0767a71d/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 0f1e4a8..8b7a3da 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -57,11 +57,6 @@ under the License.
     
     <dependency>
       <groupId>org.apache.syncope.core</groupId>
-      <artifactId>syncope-core-migration</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.syncope.core</groupId>
       <artifactId>syncope-core-rest-cxf</artifactId>
       <version>${project.version}</version>
     </dependency>

http://git-wip-us.apache.org/repos/asf/syncope/blob/0767a71d/fit/core-reference/src/main/java/org/apache/syncope/fit/core/reference/ITImplementationLookup.java
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/main/java/org/apache/syncope/fit/core/reference/ITImplementationLookup.java b/fit/core-reference/src/main/java/org/apache/syncope/fit/core/reference/ITImplementationLookup.java
index ac20be8..b3b03f3 100644
--- a/fit/core-reference/src/main/java/org/apache/syncope/fit/core/reference/ITImplementationLookup.java
+++ b/fit/core-reference/src/main/java/org/apache/syncope/fit/core/reference/ITImplementationLookup.java
@@ -45,7 +45,6 @@ import org.apache.syncope.common.lib.types.ImplementationEngine;
 import org.apache.syncope.common.lib.types.ImplementationType;
 import org.apache.syncope.common.lib.types.TaskType;
 import org.apache.syncope.core.logic.TaskLogic;
-import org.apache.syncope.core.migration.MigrationPullActions;
 import org.apache.syncope.core.provisioning.java.job.report.AuditReportlet;
 import org.apache.syncope.core.provisioning.java.job.report.GroupReportlet;
 import org.apache.syncope.core.provisioning.java.job.report.ReconciliationReportlet;
@@ -208,7 +207,6 @@ public class ITImplementationLookup implements ImplementationLookup {
             classNames = new HashSet<>();
             classNames.add(LDAPPasswordPullActions.class.getName());
             classNames.add(TestPullActions.class.getName());
-            classNames.add(MigrationPullActions.class.getName());
             classNames.add(LDAPMembershipPullActions.class.getName());
             classNames.add(DBPasswordPullActions.class.getName());
             put(ImplementationType.PULL_ACTIONS, classNames);

http://git-wip-us.apache.org/repos/asf/syncope/blob/0767a71d/fit/core-reference/src/test/resources/rebel.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/src/test/resources/rebel.xml b/fit/core-reference/src/test/resources/rebel.xml
index 0a3965b..0c5a357 100644
--- a/fit/core-reference/src/test/resources/rebel.xml
+++ b/fit/core-reference/src/test/resources/rebel.xml
@@ -56,8 +56,6 @@ under the License.
     <dir name="${basedir}/../../core/workflow-flowable/target/classes">
       <exclude name="workflowFlowableContext.xml"/>
     </dir>
-    <dir name="${basedir}/../../core/migration/target/classes">
-    </dir>
     <dir name="${basedir}/../../ext/camel/common-lib/target/classes">
     </dir>
     <dir name="${basedir}/../../ext/camel/logic/target/classes">