forked from qaf-tm/qaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivy.xml
121 lines (90 loc) · 4.88 KB
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
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
-->
<ivy-module version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="com.qmetry" module="qaf" status="release" revision="2.1.8">
</info>
<dependencies>
<!-- hamcrest -->
<dependency org="org.hamcrest" name="hamcrest-core" rev="1.3" />
<dependency org="junit" name="junit" rev="4.11" />
<!-- jai -->
<dependency org="javax.media" name="jai-core" rev="1.1.3">
<artifact name="jai-core" type="jar"
url="https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/javax/media/jai-core/1.1.3/jai-core-1.1.3.jar" />
</dependency>
<dependency org="com.sun.media" name="jai-codec" rev="1.1.3">
<artifact name="jai-codec" type="jar"
url="https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.jar" />
</dependency>
<!-- rest -->
<dependency org="com.sun.jersey" name="jersey-client" rev="1.11" />
<dependency org="com.sun.jersey" name="jersey-core" rev="1.11" />
<dependency org="com.sun.jersey.contribs" name="jersey-apache-client"
rev="1.17.1" />
<!-- reflect -->
<dependency org="org.javassist" name="javassist" rev="3.18.2-GA" />
<dependency org="org.reflections" name="reflections" rev="0.9.9" />
<!-- ssh -->
<dependency org="sshtools" name="j2ssh-core" rev="0.2.9" />
<!-- aspectj -->
<dependency org="org.aspectj" name="aspectjrt" rev="1.7.2">
<artifact name="aspectjrt" type="jar"></artifact>
</dependency>
<dependency org="org.aspectj" name="aspectjweaver" rev="1.7.2">
<artifact name="aspectjweaver" type="jar"></artifact>
</dependency>
<dependency org="org.aspectj" name="aspectjtools" rev="1.7.2">
<artifact name="aspectjtools" type="jar"></artifact>
</dependency>
<!-- excel -->
<dependency org="net.sourceforge.jexcelapi" name="jxl" rev="2.6.12">
<artifact name="jxl" type="jar"></artifact>
</dependency>
<dependency org="commons-codec" name="commons-codec" rev="1.8" />
<dependency org="commons-configuration" name="commons-configuration"
rev="1.7" conf="default" />
<dependency org="com.google.code.gson" name="gson" rev="2.1">
<artifact name="gson" type="jar"></artifact>
</dependency>
<dependency org="org.easytesting" name="fest-reflect" rev="1.4.1" />
<dependency org="org.testng" name="testng" rev="6.8.5">
<artifact name="testng" type="jar"></artifact>
</dependency>
<dependency org="velocity" name="velocity-dep" rev="1.4"
conf="default" />
<!-- min rev 2.34.0 -->
<dependency org="org.seleniumhq.selenium" name="selenium-remote-driver"
rev="2.53.0" />
<dependency org="org.seleniumhq.selenium" name="selenium-java"
rev="2.53.0" />
<!-- ws -->
<dependency org="xmlunit" name="xmlunit" rev="1.4" />
<dependency org="org.xmlmatchers" name="xml-matchers" rev="0.10" />
<dependency org="com.jayway.jsonpath" name="json-path" rev="0.8.1" />
<dependency org="com.jayway.jsonpath" name="json-path-assert"
rev="0.8.1" />
<dependency org="com.jayway.jsonpath" name="json-path-parent"
rev="0.8.1" />
<dependency org="org.codehaus.groovy" name="groovy-all"
rev="2.1.9" />
<dependency org="info.cukes" name="cucumber-java" rev="1.2.4" />
<!-- <dependency org="info.cukes" name="cucumber-testng" rev="1.2.4" /> -->
<dependency org="org.json" name="json" rev="20131018" />
</dependencies>
</ivy-module>