[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
trying installing local repos
Browse files Browse the repository at this point in the history
  • Loading branch information
kjlubick committed Feb 22, 2015
1 parent cb66562 commit c1fca4b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,12 @@
<module>spreadsheet-crawler</module>
<module>spreadsheet-analyzer-hadoop</module>
</modules>

<repositories>
<repository>
<id>custom.poi</id>
<name>Custom POI</name>
<url>file:${project.basedir}/custom-poi</url>
</repository>
</repositories>
</project>
6 changes: 3 additions & 3 deletions spreadsheet-analyzer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<groupId>net.barik</groupId>
<artifactId>poi</artifactId>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<groupId>net.barik</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.11</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<groupId>net.barik</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.11</version>
</dependency>
Expand Down

0 comments on commit c1fca4b

Please sign in to comment.