<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.3</version>
	</parent>
	<groupId>com.stimulsoft</groupId>
	<artifactId>reports-report</artifactId>
	<name>stimulsoft.reports report</name>
	<version>2017.1.0.3</version>
	<dependencies>
		<dependency>
			<groupId>com.stimulsoft</groupId>
			<artifactId>reports-base</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>com.stimulsoft.oracle</groupId>
			<artifactId>soracle</artifactId>
			<version>12.1.0.2</version>
			<scope>system</scope>
      		<systemPath>d:/work/workspace/Stimulsoft.Reports/webviewer/webapp/WEB-INF/lib/ojdbc6.jar</systemPath>
		</dependency>
	</dependencies>

  <scm>
    <connection>scm:svn:https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3/reports-report</connection>
    <developerConnection>scm:svn:https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3/reports-report</developerConnection>
    <url>https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3/reports-report</url>
  </scm>
</project>
<!-- mvn install:install-file -Dfile=ojdbc6.jar -DgroupId=com.stimulsoft.oracle -DartifactId=soracle -Dversion=12.1.0.2 -Dpackaging=jar -->