Skip to content

Commit b6a58f8

Browse files
committed
Added required jars.
1 parent 75cc857 commit b6a58f8

8 files changed

+7
-0
lines changed

.classpath

+7
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
55
<classpathentry kind="lib" path="lib/metrics_publish-2.0.1.jar"/>
6+
<classpathentry kind="lib" path="lib/jackson-annotations-2.3.2.jar"/>
7+
<classpathentry kind="lib" path="lib/jackson-core-2.3.2.jar"/>
8+
<classpathentry kind="lib" path="lib/jackson-databind-2.3.2.jar"/>
9+
<classpathentry kind="lib" path="lib/commons-codec-1.9.jar"/>
10+
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
11+
<classpathentry kind="lib" path="lib/httpclient-4.5.1.jar"/>
12+
<classpathentry kind="lib" path="lib/httpcore-4.4.4.jar"/>
613
<classpathentry kind="output" path="bin"/>
714
</classpath>

lib/commons-codec-1.9.jar

258 KB
Binary file not shown.

lib/commons-logging-1.2.jar

60.4 KB
Binary file not shown.

lib/httpclient-4.5.1.jar

716 KB
Binary file not shown.

lib/httpcore-4.4.4.jar

319 KB
Binary file not shown.

lib/jackson-annotations-2.3.2.jar

35.7 KB
Binary file not shown.

lib/jackson-core-2.3.2.jar

195 KB
Binary file not shown.

lib/jackson-databind-2.3.2.jar

894 KB
Binary file not shown.

0 commit comments

Comments
 (0)