-
Notifications
You must be signed in to change notification settings - Fork 55
/
.classpath
44 lines (44 loc) · 2.82 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="lib" path="lib/deps/commons-collections4-4.4.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-compress-1.21.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-fileupload-1.4.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-io-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/deps/commons-math3-3.6.1.jar"/>
<classpathentry kind="lib" path="lib/deps/jackson-core-2.13.1.jar"/>
<classpathentry kind="lib" path="lib/deps/jackson-jr-objects-2.13.1.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-http-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-io-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-security-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-server-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-servlet-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/jetty-util-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/websocket-servlet-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/websocket-server-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/websocket-common-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/websocket-api-9.4.44.v20210927.jar"/>
<classpathentry kind="lib" path="lib/deps/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="lib/deps/poi-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/deps/poi-ooxml-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/deps/poi-ooxml-schemas-4.1.2.jar"/>
<classpathentry kind="lib" path="lib/deps/xmlbeans-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/deps/simpleclient_common-0.14.1.jar"/>
<classpathentry kind="lib" path="lib/deps/simpleclient_hotspot-0.14.1.jar"/>
<classpathentry kind="lib" path="lib/deps/simpleclient_servlet-0.14.1.jar"/>
<classpathentry kind="lib" path="lib/deps/simpleclient_servlet_common-0.14.1.jar"/>
<classpathentry kind="lib" path="lib/deps/simpleclient-0.14.1.jar"/>
<classpathentry kind="lib" path="test-libs/junit-4.13.2.jar"/>
<classpathentry kind="lib" path="test-libs/hamcrest-2.2.jar"/>
<classpathentry kind="lib" path="test-libs/mockito-core-4.2.0.jar"/>
<classpathentry kind="lib" path="test-libs/byte-buddy-1.12.6.jar"/>
<classpathentry kind="lib" path="test-libs/byte-buddy-agent-1.12.6.jar"/>
<classpathentry kind="lib" path="test-libs/objenesis-3.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>