<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>
		<artifactId>reports</artifactId>
		<groupId>com.stimulsoft</groupId>
		<version>2017.1.0.6</version>
	</parent>
	<groupId>com.stimulsoft</groupId>
	<artifactId>stimulsoft-reports-swt</artifactId>
	<version>2017.1.0.6</version>
	<name>stimulsoft.reports swt</name>
	<dependencies>		
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>stimulsoft-reports-base</artifactId>
			<version>2017.1.0.6</version>
		</dependency>
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>stimulsoft-reports-flex</artifactId>
			<version>2017.1.0.6</version>
		</dependency>
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>stimulsoft-reports-web</artifactId>
			<version>2017.1.0.6</version>
		</dependency>
		<dependency>
			<groupId>org.eclipse.swt</groupId>
			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
			<version>3.6.2</version>
			<type>jar</type>
			<scope>provided</scope>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.5</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>