<?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">

	<modelVersion>4.0.0</modelVersion>
	
	<parent>
		<groupId>org.dashbuilder</groupId>
		<artifactId>dashbuilder-client</artifactId>
		<version>7.39.0.CR1</version>
	</parent>
	<artifactId>dashbuilder-kie-server-client</artifactId>
	<packaging>jar</packaging>

	<name>Dashbuilder Kie Server Client</name>


	<dependencies>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-kie-server-api</artifactId>
		</dependency>
		<!-- Dashbuilder -->

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-client-all</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-common-client</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.kie.soup</groupId>
			<artifactId>kie-soup-dataset-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-dataset-client</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-dataset-client</artifactId>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-displayer-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-displayer-client</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-displayer-screen</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-renderer-default</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-validations</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.dashbuilder</groupId>
			<artifactId>dashbuilder-widgets</artifactId>
			<scope>provided</scope>
		</dependency>

		<!-- Uberfire -->

		<dependency>
			<groupId>org.uberfire</groupId>
			<artifactId>uberfire-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.uberfire</groupId>
			<artifactId>uberfire-commons</artifactId>
		</dependency>

		<dependency>
			<groupId>org.kie.soup</groupId>
			<artifactId>kie-soup-commons</artifactId>
		</dependency>

		<dependency>
			<groupId>org.uberfire</groupId>
			<artifactId>uberfire-client-api</artifactId>
		</dependency>

		<dependency>
			<groupId>org.uberfire</groupId>
			<artifactId>uberfire-workbench-client</artifactId>
		</dependency>

		<dependency>
			<groupId>org.uberfire</groupId>
			<artifactId>uberfire-workbench-processors</artifactId>
			<scope>provided</scope>
		</dependency>

		<dependency>
			<groupId>org.uberfire</groupId>
			<artifactId>uberfire-widgets-commons</artifactId>
			<scope>provided</scope>
		</dependency>

		<!-- Errai -->

		<dependency>
			<groupId>org.jboss.errai</groupId>
			<artifactId>errai-ui</artifactId>
		</dependency>

		<dependency>
			<groupId>org.jboss.errai</groupId>
			<artifactId>errai-ioc</artifactId>
		</dependency>

		<dependency>
			<groupId>org.jboss.errai</groupId>
			<artifactId>errai-common</artifactId>
		</dependency>

		<dependency>
			<groupId>org.jboss.errai</groupId>
			<artifactId>errai-data-binding</artifactId>
		</dependency>

		<!-- GWT and GWT Extensions -->

		<dependency>
			<groupId>com.google.gwt</groupId>
			<artifactId>gwt-user</artifactId>
			<scope>provided</scope>
		</dependency>

	</dependencies>
</project>
