imixs-workflow-engine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-engine</artifactId>
<version>6.2.6</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>imixs-workflow</artifactId>
<groupId>org.imixs.workflow</groupId>
<version>6.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>imixs-workflow-engine</artifactId>
<name>Engine</name>
<description>
The Imixs Workflow engine is a full featured Workflow Management System (WFMS) based on the
Java EE specification. The project extends the Imixs Workflow Core API
project to fulfill the requirements to a scalable, transactional, robust and simple deployable JEE Workflow
System. The Project provides different service components (EJBs) to be used in any kind of Java EE based business application.
</description>
<build>
</build>
<dependencies>
<!-- Imixs Workflow core dependencies -->
<dependency>
<groupId>org.imixs.workflow</groupId>
<artifactId>imixs-workflow-core</artifactId>
<version>${project.version}</version>
</dependency>
<!-- JUnit Test dependencies -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>