Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 9db597e

Browse files
committed
#8 refactor core api
1 parent 9da308c commit 9db597e

39 files changed

+699
-1052
lines changed

alchemyapi_java.iml

Lines changed: 0 additions & 19 deletions
This file was deleted.

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@
1919
<artifactId>commons-io</artifactId>
2020
<version>2.4</version>
2121
</dependency>
22+
<dependency>
23+
<groupId>org.apache.commons</groupId>
24+
<artifactId>commons-lang3</artifactId>
25+
<version>3.4</version>
26+
</dependency>
27+
28+
<dependency>
29+
<groupId>log4j</groupId>
30+
<artifactId>log4j</artifactId>
31+
<version>1.2.17</version>
32+
</dependency>
2233

2334
<dependency>
2435
<groupId>junit</groupId>

0 commit comments

Comments
 (0)