Skip to content

Commit

Permalink
refs #66 excel-cellformatterのバージョンを上げる。
Browse files Browse the repository at this point in the history
  • Loading branch information
mygreen committed Jan 17, 2016
1 parent 428ccc7 commit 5400a9f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.mygreen</groupId>
<artifactId>xlsmapper</artifactId>
<packaging>jar</packaging>
<version>1.0a</version>
<version>1.1</version>
<name>XlsMapper</name>
<url>http://mygreen.github.io/xlsmapper/</url>
<description><![CDATA[
Expand Down Expand Up @@ -225,17 +225,10 @@ XlsMapper is Java Library for mapping Excel sheets to POJO.
<artifactId>poi-ooxml</artifactId>
<version>${poi.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
<version>${poi.version}</version>
</dependency>
-->
<dependency>
<groupId>com.github.mygreen</groupId>
<artifactId>excel-cellformatter</artifactId>
<version>0.4</version>
<version>0.5</version>
</dependency>

<!-- Logger -->
Expand Down

0 comments on commit 5400a9f

Please sign in to comment.