jbpm-wb-forms-backend
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-wb-forms-backend</artifactId> <version>7.74.1.Final</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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>jbpm-wb-forms</artifactId> <groupId>org.jbpm</groupId> <version>7.74.1.Final</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jbpm-wb-forms-backend</artifactId> <name>jBPM Workbench - Forms Backend</name> <properties> <java.module.name>org.jbpm.wb.forms.backend</java.module.name> </properties> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.jboss.errai</groupId> <artifactId>errai-bus</artifactId> </dependency> <dependency> <groupId>org.kie</groupId> <artifactId>kie-api</artifactId> </dependency> <dependency> <groupId>org.kie</groupId> <artifactId>kie-internal</artifactId> </dependency> <dependency> <groupId>org.kie.server</groupId> <artifactId>kie-server-api</artifactId> </dependency> <dependency> <groupId>org.kie.server</groupId> <artifactId>kie-server-client</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-document</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-wb-kie-server-api</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-wb-kie-server-backend</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-wb-forms-api</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-wb-process-runtime-api</artifactId> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-wb-human-tasks-api</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-api</artifactId> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-dynamic-forms-api</artifactId> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-backend-services</artifactId> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-jbpm-integration-api</artifactId> </dependency> <!-- test --> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-fields</artifactId> <scope>test</scope> <type>test-jar</type> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-dynamic-forms-backend</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-jbpm-integration-backend</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-data-modeller-integration-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-data-modeller-integration-backend</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jbpm</groupId> <artifactId>jbpm-bpmn2</artifactId> <scope>test</scope> </dependency> </dependencies> </project>