Skip to content

Commit

Permalink
Merge pull request sakaiproject#863 from ottenhoff/SAK-29573-b
Browse files Browse the repository at this point in the history
SAK-29573 update kernel-impl poi version
  • Loading branch information
ottenhoff committed Jul 14, 2015
2 parents bee36d1 + fad4b4e commit 6c84de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/kernel-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.10.1</version>
<version>${sakai.poi.version}</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.10.1</version>
<version>${sakai.poi.version}</version>
</dependency>
<!-- needed to make the tests work as we need to bring up the Component Manager -->
<dependency>
Expand Down

0 comments on commit 6c84de8

Please sign in to comment.