<?xml version="1.0" encoding="UTF-8"?>
<!-- QMetry Automation Framework provides a powerful and versatile platform 
	to author Automated Test Cases in Behavior Driven, Keyword Driven or Code 
	Driven approach Copyright 2016 Infostretch Corporation This program is free 
	software: you can redistribute it and/or modify it under the terms of the 
	GNU General Public License as published by the Free Software Foundation, 
	either version 3 of the License, or any later version. This program is distributed 
	in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
	the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
	See the GNU General Public License for more details. IN NO EVENT SHALL THE 
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 
	WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF 
	OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE 
	You should have received a copy of the GNU General Public License along with 
	this program in the name of LICENSE.txt in the root folder of the distribution. 
	If not, see https://opensource.org/licenses/gpl-3.0.html See the NOTICE.TXT 
	file in root folder of this source files distribution for additional information 
	regarding copyright ownership and licenses of other open source software 
	/ files used by QMetry Automation Framework. For any inquiry or need additional 
	information, please contact support-qaf@infostretch.com -->
<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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<groupId>com.qmetry</groupId>
	<artifactId>qaf</artifactId>
	<version>2.1.13</version>
	<name>QMetry Automation Framework</name>
	<description>Functional test automation framework for web, mobile-web, mobile native and web-service</description>
	<scm>
		<connection>scm:git:git://github.com/qmetry/qaf.git</connection>
		<developerConnection>scm:git:git@github.com:qmetry/qaf.git</developerConnection>
		<url>https://github.com/qmetry/qaf</url>
	</scm>
	<issueManagement>
		<system>GitHub Issues</system>
		<url>https://github.com/qmetry/qaf/issues</url>
	</issueManagement>
	<licenses>
		<license>
			<name>GNU General Public License v3.0</name>
			<url>http://www.gnu.org/licenses/gpl.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<developers>
		<developer>
			<email>cjayswal@gmail.com</email>
			<name>Chirag Jayswal</name>
			<url>https://github.com/cjayswal</url>
			<id>cjayswal</id>
		</developer>
	</developers>
	<organization>
		<name>QMetry</name>
		<url>https://github.com/qmetry</url>
	</organization>
 <dependencies>
  <dependency>
   <groupId>org.hamcrest</groupId>
   <artifactId>hamcrest-core</artifactId>
   <version>1.3</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.hamcrest</groupId>
   <artifactId>hamcrest-library</artifactId>
   <version>1.3</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>javax.media</groupId>
   <artifactId>jai-core</artifactId>
   <version>1.1.3</version>
   <scope>provided</scope>
  </dependency>
  <dependency>
   <groupId>com.sun.media</groupId>
   <artifactId>jai-codec</artifactId>
   <version>1.1.3</version>
   <scope>provided</scope>
  </dependency>
  <dependency>
   <groupId>com.sun.jersey</groupId>
   <artifactId>jersey-client</artifactId>
   <version>1.19</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>com.sun.jersey</groupId>
   <artifactId>jersey-core</artifactId>
   <version>1.19</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>com.sun.jersey.contribs</groupId>
   <artifactId>jersey-multipart</artifactId>
   <version>1.19</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>com.sun.jersey.contribs</groupId>
   <artifactId>jersey-apache-client</artifactId>
   <version>1.17.1</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.javassist</groupId>
   <artifactId>javassist</artifactId>
   <version>3.18.2-GA</version>
   <scope>provided</scope>
  </dependency>
  <dependency>
   <groupId>org.reflections</groupId>
   <artifactId>reflections</artifactId>
   <version>0.9.9</version>
   <scope>provided</scope>
  </dependency>
  <dependency>
   <groupId>sshtools</groupId>
   <artifactId>j2ssh-core</artifactId>
   <version>0.2.9</version>
   <scope>provided</scope>
  </dependency>
  <dependency>
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjrt</artifactId>
   <version>1.8.9</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjweaver</artifactId>
   <version>1.8.9</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.aspectj</groupId>
   <artifactId>aspectjtools</artifactId>
   <version>1.8.9</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>net.sourceforge.jexcelapi</groupId>
   <artifactId>jxl</artifactId>
   <version>2.6.12</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
   <version>1.10</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>commons-configuration</groupId>
   <artifactId>commons-configuration</artifactId>
   <version>1.7</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
   <version>2.6</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>commons-io</groupId>
   <artifactId>commons-io</artifactId>
   <version>2.5</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>com.google.code.gson</groupId>
   <artifactId>gson</artifactId>
   <version>2.3.1</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.testng</groupId>
   <artifactId>testng</artifactId>
   <version>6.10</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.beanshell</groupId>
   <artifactId>bsh</artifactId>
   <version>2.0b5</version>
   <optional>true</optional>
  </dependency>
  <dependency>
   <groupId>com.google.inject</groupId>
   <artifactId>guice</artifactId>
   <version>3.0</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>io.github.lukehutch</groupId>
   <artifactId>fast-classpath-scanner</artifactId>
   <version>2.0.6</version>
   <scope>provided</scope>
  </dependency>
  <dependency>
   <groupId>velocity</groupId>
   <artifactId>velocity-dep</artifactId>
   <version>1.4</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.seleniumhq.selenium</groupId>
   <artifactId>selenium-remote-driver</artifactId>
   <version>2.53.0</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.seleniumhq.selenium</groupId>
   <artifactId>selenium-java</artifactId>
   <version>2.53.0</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>org.codehaus.groovy</groupId>
   <artifactId>groovy-all</artifactId>
   <version>2.1.9</version>
   <scope>provided</scope>
  </dependency>
  <dependency>
   <groupId>info.cukes</groupId>
   <artifactId>cucumber-java</artifactId>
   <version>1.2.4</version>
   <scope>test</scope>
  </dependency>
  <dependency>
   <groupId>org.json</groupId>
   <artifactId>json</artifactId>
   <version>20160810</version>
   <scope>compile</scope>
  </dependency>
  <dependency>
   <groupId>javax.mail</groupId>
   <artifactId>mail</artifactId>
   <version>1.4.7</version>
   <optional>true</optional>
  </dependency>
 </dependencies>
</project>
