-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
62 lines (62 loc) · 4.46 KB
/
.classpath
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="lib/spock/cglib-3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.2.jar"/>
<classpathentry kind="lib" path="lib/commons-collections4-4.1.jar"/>
<classpathentry kind="lib" path="lib/commons-configuration2-2.0.jar"/>
<classpathentry kind="lib" path="lib/commons-exec-1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar" sourcepath="lib/src/commons-io-2.4-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.4.jar" sourcepath="lib/src/commons-lang3-3.4-sources.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/commons-pool2-2.2.jar"/>
<classpathentry kind="lib" path="lib/cpsuite-1.2.6.jar"/>
<classpathentry kind="lib" path="lib/dbunit-2.5.3.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-junit-2.0.0.0.jar"/>
<classpathentry kind="lib" path="lib/ini4j-0.5.4.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.4.3.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.4.3.jar"/>
<classpathentry kind="lib" path="lib/json-io-2.7.5.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.17.jar" sourcepath="lib/src/log4j-1.2.17-sources.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/spock-dbunit-0.2.jar"/>
<classpathentry kind="lib" path="lib/db/hsqldb-2.3.4.jar"/>
<classpathentry kind="lib" path="lib/db/javassist-3.12.1.GA.jar"/>
<classpathentry kind="lib" path="lib/maven/maven-core-3.0.3.jar"/>
<classpathentry kind="lib" path="lib/maven/maven-plugin-annotations-3.4.jar"/>
<classpathentry kind="lib" path="lib/maven/maven-plugin-api-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/maven/maven-model-3.3.1.jar"/>
<classpathentry kind="lib" path="lib/freemarker-2.3.21.jar"/>
<classpathentry kind="lib" path="lib/ashot-1.5.2.jar"/>
<classpathentry kind="lib" path="lib/appium-5.0.0.jar" sourcepath="lib/src/appium-5.0.0-sources.jar"/>
<classpathentry kind="lib" path="lib/jmeter/lib/jorphan.jar"/>
<classpathentry kind="lib" path="lib/selenium-combined-3.0.1-nodeps.jar" sourcepath="lib/src/selenium-java-3.0.1-sources.jar"/>
<classpathentry kind="lib" path="lib/asm-5.2.jar" sourcepath="lib/src/asm-5.2-sources.jar"/>
<classpathentry kind="lib" path="lib/poi-3.15.jar"/>
<classpathentry kind="lib" path="lib/json-20160810.jar"/>
<classpathentry kind="lib" path="lib/rest-assured-3.0.2.jar" sourcepath="lib/src/rest-assured-3.0.2-sources.jar"/>
<classpathentry kind="lib" path="lib/poi-ooxml-3.15.jar"/>
<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.15.jar"/>
<classpathentry kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.3.jar" sourcepath="lib/src/httpmime-4.5.3-sources.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.6.jar" sourcepath="lib/src/httpcore-4.4.6-sources.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.3.jar"/>
<classpathentry kind="lib" path="lib/gson-2.7.jar"/>
<classpathentry kind="lib" path="lib/commons-validator-1.6.jar" sourcepath="lib/src/commons-validator-1.6-sources.jar"/>
<classpathentry kind="lib" path="lib/tagsoup-1.2.1.jar"/>
<classpathentry kind="lib" path="lib/spock-excel-reader-1.2.1-modified.jar"/>
<classpathentry kind="lib" path="lib/guava/guava-21.0.jar"/>
<classpathentry kind="lib" path="lib/guava/j2objc-annotations-1.1.jar"/>
<classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/spock/spock-core-1.1-groovy-2.4-20161104.220104-75.jar" sourcepath="lib/src/spock-core-1.1-groovy-2.4-20161104.220104-75-sources.jar"/>
<classpathentry kind="lib" path="lib/driver/mssql-jdbc-6.1.0.jre8.jar"/>
<classpathentry kind="lib" path="lib/driver/postgresql-42.0.0.jar"/>
<classpathentry kind="lib" path="lib/schemacrawler/schemacrawler-14.16.01.jar" sourcepath="lib/src/schemacrawler-14.16.01-sources.jar"/>
<classpathentry kind="lib" path="lib/chromedriverHandler.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>