mirror of https://github.com/apache/poi.git
Maven/Sonar build: Add dependency on curvesapi which is now required
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1709559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d571fe387
commit
3b43effa4b
|
@ -137,6 +137,11 @@
|
|||
<artifactId>xmlsec</artifactId>
|
||||
<version>2.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.virtuald</groupId>
|
||||
<artifactId>curvesapi</artifactId>
|
||||
<version>1.03</version>
|
||||
</dependency>
|
||||
|
||||
<!-- non-test dependency for OOXMLLite -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue