Test result read.

Fixed bug in PoiItemReader/PoiSheet which lead to ignoring empty columns.
This commit is contained in:
Marten Deinum
2014-08-28 10:10:25 +02:00
committed by Michael Minella
parent d799fdd561
commit 9f26c52f7a
5 changed files with 25 additions and 7 deletions

View File

@@ -74,6 +74,11 @@
<version>1.9.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.0.5.RELEASE</version>
</dependency>
</dependencies>
<build>