migration imixs-archive -> imixs-data
This commit is contained in:
parent
fbf5bf2962
commit
c14e1e41b3
7 changed files with 33 additions and 36 deletions
|
|
@ -263,19 +263,6 @@
|
|||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Imixs-Archive Documents -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-archive-documents</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Imixs-Archive Importer -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-archive-importer</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- Imixs Data -->
|
||||
<dependency>
|
||||
|
|
@ -286,6 +273,16 @@
|
|||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-data-views</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-data-documents</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-data-importer</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- SEPA Adapter -->
|
||||
<dependency>
|
||||
|
|
|
|||
|
|
@ -61,8 +61,6 @@ import org.apache.commons.net.ftp.FTP;
|
|||
import org.apache.commons.net.ftp.FTPClient;
|
||||
import org.apache.commons.net.ftp.FTPFile;
|
||||
import org.apache.commons.net.ftp.FTPSClient;
|
||||
import org.imixs.archive.importer.DocumentImportEvent;
|
||||
import org.imixs.archive.importer.DocumentImportService;
|
||||
import org.imixs.workflow.FileData;
|
||||
import org.imixs.workflow.ItemCollection;
|
||||
import org.imixs.workflow.engine.DocumentService;
|
||||
|
|
@ -73,6 +71,8 @@ import org.imixs.workflow.exceptions.ModelException;
|
|||
import org.imixs.workflow.exceptions.PluginException;
|
||||
import org.imixs.workflow.exceptions.ProcessingErrorException;
|
||||
import org.imixs.workflow.exceptions.QueryException;
|
||||
import org.imixs.workflow.importer.DocumentImportEvent;
|
||||
import org.imixs.workflow.importer.DocumentImportService;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Node;
|
||||
import org.w3c.dom.NodeList;
|
||||
|
|
|
|||
|
|
@ -61,8 +61,6 @@ import org.apache.commons.net.ftp.FTP;
|
|||
import org.apache.commons.net.ftp.FTPClient;
|
||||
import org.apache.commons.net.ftp.FTPFile;
|
||||
import org.apache.commons.net.ftp.FTPSClient;
|
||||
import org.imixs.archive.importer.DocumentImportEvent;
|
||||
import org.imixs.archive.importer.DocumentImportService;
|
||||
import org.imixs.workflow.FileData;
|
||||
import org.imixs.workflow.ItemCollection;
|
||||
import org.imixs.workflow.engine.DocumentService;
|
||||
|
|
@ -73,6 +71,8 @@ import org.imixs.workflow.exceptions.ModelException;
|
|||
import org.imixs.workflow.exceptions.PluginException;
|
||||
import org.imixs.workflow.exceptions.ProcessingErrorException;
|
||||
import org.imixs.workflow.exceptions.QueryException;
|
||||
import org.imixs.workflow.importer.DocumentImportEvent;
|
||||
import org.imixs.workflow.importer.DocumentImportService;
|
||||
import org.w3c.dom.Document;
|
||||
import org.w3c.dom.Node;
|
||||
import org.w3c.dom.NodeList;
|
||||
|
|
|
|||
|
|
@ -9,10 +9,10 @@ import java.util.logging.Level;
|
|||
import java.util.logging.Logger;
|
||||
|
||||
import org.eclipse.angus.mail.imap.IMAPFolder;
|
||||
import org.imixs.archive.importer.DocumentImportService;
|
||||
import org.imixs.archive.importer.mail.IMAPBasicAuthenticator;
|
||||
import org.imixs.archive.importer.mail.IMAPOutlookAuthenticator;
|
||||
import org.imixs.workflow.ItemCollection;
|
||||
import org.imixs.workflow.importer.DocumentImportService;
|
||||
import org.imixs.workflow.importer.mail.IMAPBasicAuthenticator;
|
||||
import org.imixs.workflow.importer.mail.IMAPOutlookAuthenticator;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import org.apache.http.impl.client.CloseableHttpClient;
|
|||
import org.apache.http.impl.client.HttpClients;
|
||||
import org.apache.http.message.BasicHeader;
|
||||
import org.eclipse.angus.mail.imap.IMAPFolder;
|
||||
import org.imixs.archive.importer.mail.IMAPImportHelper;
|
||||
import org.imixs.workflow.importer.mail.IMAPImportHelper;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import org.apache.http.entity.StringEntity;
|
|||
import org.apache.http.impl.client.CloseableHttpClient;
|
||||
import org.apache.http.impl.client.HttpClients;
|
||||
import org.apache.http.message.BasicHeader;
|
||||
import org.imixs.archive.importer.mail.IMAPImportHelper;
|
||||
import org.imixs.workflow.importer.mail.IMAPImportHelper;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
|
|
|
|||
28
pom.xml
28
pom.xml
|
|
@ -263,20 +263,7 @@
|
|||
<version>${org.imixs.archive.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Imxixs-Archive Documents -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-archive-documents</artifactId>
|
||||
<version>${org.imixs.archive.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- Imxixs-Archive Importer -->
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-archive-importer</artifactId>
|
||||
<version>${org.imixs.archive.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Imixs AI -->
|
||||
<dependency>
|
||||
|
|
@ -300,6 +287,19 @@
|
|||
<version>${org.imixs.data.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-data-documents</artifactId>
|
||||
<version>${org.imixs.data.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.imixs.workflow</groupId>
|
||||
<artifactId>imixs-data-importer</artifactId>
|
||||
<version>${org.imixs.data.version}</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Melman Version Management hinzufügen -->
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Reference in a new issue