Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
- open-korean-text 2.1.0
- added maven central repo
  • Loading branch information
MechanicKim committed Jul 15, 2017
1 parent b337a1b commit b54f208
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
<version>0.0.1</version>
<name>open-korean-text-api</name>
<description>Open korean text api service</description>
<repositories>
<repository>
<id>central</id>
<name>Maven Repository</name>
<url>http://repo1.maven.org/maven2</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.sparkjava</groupId>
Expand All @@ -20,7 +27,7 @@
<dependency>
<groupId>org.openkoreantext</groupId>
<artifactId>open-korean-text</artifactId>
<version>2.0.4</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
Expand Down

0 comments on commit b54f208

Please sign in to comment.