Skip to content

Commit

Permalink
SAK-25287 add opencsv to shared
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/sakai/trunk@130409 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
steveswinsburg committed Oct 13, 2013
1 parent 26700c2 commit 7f0a9f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
<version>2.1_3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>2.3</version>
<scope>compile</scope>
</dependency>

</dependencies>
</project>

0 comments on commit 7f0a9f0

Please sign in to comment.