kie-wb-common-forms-jbpm-integration-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kie.workbench.forms</groupId>
<artifactId>kie-wb-common-forms-jbpm-integration-api</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>kie-wb-common-forms-jbpm-integration</artifactId>
<groupId>org.kie.workbench.forms</groupId>
<version>7.74.1.Final</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>kie-wb-common-forms-jbpm-integration-api</artifactId>
<name>Kie Workbench - Common - Forms - jBPM Integration API</name>
<description>Kie Workbench - Forms - jBPM Integration API</description>
<properties>
<java.module.name>org.kie.wb.common.forms.jbpm.integration.api</java.module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-common</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-data-binding</artifactId>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-api</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-forms-adf-base</artifactId>
</dependency>
<dependency>
<groupId>org.kie.workbench.forms</groupId>
<artifactId>kie-wb-common-forms-adf-processors</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.kie.workbench.forms</groupId>
<artifactId>kie-wb-common-forms-fields</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.kie.workbench.forms</groupId>
<artifactId>kie-wb-common-forms-fields</artifactId>
<scope>test</scope>
<type>test-jar</type>
</dependency>
</dependencies>
</project>