Skip to content

Commit

Permalink
1. change
Browse files Browse the repository at this point in the history
managing open-korean-text from github release through jitpack.

2. update
open-korean-text version
  • Loading branch information
MechanicKim committed Sep 1, 2017
1 parent b54f208 commit 8283ded
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<name>Maven Repository</name>
<url>http://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
Expand All @@ -24,11 +28,6 @@
<artifactId>slf4j-simple</artifactId>
<version>1.7.22</version>
</dependency>
<dependency>
<groupId>org.openkoreantext</groupId>
<artifactId>open-korean-text</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
Expand All @@ -39,6 +38,11 @@
<artifactId>google-collections</artifactId>
<version>1.0-rc2</version>
</dependency>
<dependency>
<groupId>com.github.open-korean-text</groupId>
<artifactId>open-korean-text</artifactId>
<version>open-korean-text-2.1.2</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 8283ded

Please sign in to comment.