<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>2022.4.5</version>
	</parent>
	<groupId>com.stimulsoft</groupId>
	<artifactId>stimulsoft-reports-libs</artifactId>
	<name>stimulsoft.reports libs</name>
	<version>2022.4.5</version>
	<dependencies>	    
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>stimulsoft-reports-webdesigner</artifactId>
			<version>2022.4.5</version>
		</dependency>
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>stimulsoft-reports-demo</artifactId>
			<version>2022.4.5</version>
		</dependency>
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>stimulsoft-reports-samples</artifactId>
			<version>2022.4.5</version>
		</dependency>
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>stimulsoft-reports-webviewer</artifactId>
			<version>2022.4.5</version>
		</dependency>		
	</dependencies>
</project>
