-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
21 lines (21 loc) · 1.17 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-8.0.18.jar"/>
<classpathentry kind="lib" path="lib/jBCrypt-0.4.1.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.4.4.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.5.3.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.5.3.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.5.3.jar"/>
<classpathentry kind="lib" path="lib/java-http-client-4.1.0.jar"/>
<classpathentry kind="lib" path="lib/mockito-core-1.10.19.jar"/>
<classpathentry kind="lib" path="lib/objenesis-2.1.jar"/>
<classpathentry kind="lib" path="lib/sendgrid-java-4.0.1.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.9.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>