kie-wb-common-forms-data-modeller-integration-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-data-modeller-integration-client</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-data-modeller-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-data-modeller-integration-client</artifactId> <name>Kie Workbench - Common - Forms - Data Modeller Integration - Client</name> <description>Kie Workbench - Forms - Data Modeller Integration - Client</description> <properties> <java.module.name>org.kie.wb.common.forms.data.modeller.integration.client</java.module.name> </properties> <dependencies> <dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> </dependency> <dependency> <groupId>org.gwtbootstrap3</groupId> <artifactId>gwtbootstrap3</artifactId> </dependency> <dependency> <groupId>org.jboss.errai</groupId> <artifactId>errai-common</artifactId> </dependency> <dependency> <groupId>org.jboss.errai</groupId> <artifactId>errai-ioc</artifactId> </dependency> <dependency> <groupId>org.jboss.errai</groupId> <artifactId>errai-ui</artifactId> </dependency> <dependency> <groupId>org.uberfire</groupId> <artifactId>uberfire-api</artifactId> </dependency> <dependency> <groupId>org.uberfire</groupId> <artifactId>uberfire-client-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-editor-client</artifactId> </dependency> <dependency> <groupId>org.kie.workbench.forms</groupId> <artifactId>kie-wb-common-forms-data-modeller-integration-api</artifactId> <exclusions> <exclusion> <groupId>jakarta-regexp</groupId> <artifactId>jakarta-regexp</artifactId> </exclusion> </exclusions> </dependency> <!-- test --> <dependency> <groupId>com.google.gwt.gwtmockito</groupId> <artifactId>gwtmockito</artifactId> <scope>test</scope> <exclusions> <exclusion> <groupId>ant</groupId> <artifactId>ant</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.uberfire</groupId> <artifactId>uberfire-testing-utils</artifactId> <scope>test</scope> </dependency> </dependencies> </project>