<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-web</artifactId>
  <version>2017.1.0.3</version>
  <name>stimulsoft.reports web</name>
  <dependencies>
  	<dependency>
  		<groupId>com.stimulsoft</groupId>
  		<artifactId>reports-base</artifactId>
  		<version>${project.version}</version>
  		<type>jar</type>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>com.stimulsoft</groupId>
  		<artifactId>reports-flex</artifactId>
  		<version>${project.version}</version>
  		<type>jar</type>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>javax.servlet</groupId>
  		<artifactId>servlet-api</artifactId>
  		<version>2.5</version>
  		<type>jar</type>
  		<scope>compile</scope>
  	</dependency>
  	<dependency>
  		<groupId>javax.servlet.jsp</groupId>
  		<artifactId>jsp-api</artifactId>
  		<version>2.1</version>
  		<type>jar</type>
  		<scope>compile</scope>
  	</dependency>
  </dependencies>
  <!-- build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<version>2.3.2</version>
				<configuration>
					<debug>true</debug>
					<debuglevel>lines,vars,source</debuglevel>
				</configuration>
			</plugin>
		</plugins>
</build-->

  <scm>
    <connection>scm:svn:https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3/reports-web</connection>
    <developerConnection>scm:svn:https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3/reports-web</developerConnection>
    <url>https://subversion.assembla.com/svn/stimulsoft/.Java/Stimulsoft.Reports/tags/reports-2017.1.0.3/reports-web</url>
  </scm>
</project>