bpmn-process
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jongsoft.finance</groupId> <artifactId>bpmn-process</artifactId> <version>3.2.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.jongsoft.finance</groupId> <artifactId>bpmn-process</artifactId> <version>3.2.0</version> <name>bpmn-process</name> <description>The REST-API for FinTrack</description> <url>https://www.pledger.io/</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <id>gjong</id> <name>Gerben Jongerius</name> <email>g.jongerius@jong-soft.com</email> </developer> </developers> <scm> <connection>scm:git:git@bitbucket.org:jongsoftdev/fintrack-application.git</connection> <developerConnection>scm:git:git@bitbucket.org:jongsoftdev/fintrack-application.git</developerConnection> <url>https://bitbucket.org/jongsoftdev/fintrack-application/src/master/</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>io.micronaut.platform</groupId> <artifactId>micronaut-platform</artifactId> <version>4.3.4</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.micronaut</groupId> <artifactId>micronaut-inject</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.micronaut.validation</groupId> <artifactId>micronaut-validation</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.micronaut</groupId> <artifactId>micronaut-runtime</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.micronaut</groupId> <artifactId>micronaut-http-client</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>io.micronaut.serde</groupId> <artifactId>micronaut-serde-jackson</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jongsoft.lang</groupId> <artifactId>language</artifactId> <version>1.1.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jongsoft.lang</groupId> <artifactId>language-fasterxml</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.camunda.bpm</groupId> <artifactId>camunda-engine</artifactId> <version>7.20.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.70</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>5.7.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.micronaut</groupId> <artifactId>micronaut-jackson-databind</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jongsoft.finance</groupId> <artifactId>core</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jongsoft.finance</groupId> <artifactId>domain</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jongsoft.finance</groupId> <artifactId>rule-engine</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.yaml</groupId> <artifactId>snakeyaml</artifactId> <scope>runtime</scope> </dependency> </dependencies> </project>