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
fe771aa808
commit
97dd17c90e
@ -137,6 +137,11 @@
|
|||||||
<artifactId>xmlsec</artifactId>
|
<artifactId>xmlsec</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.0.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.virtuald</groupId>
|
||||||
|
<artifactId>curvesapi</artifactId>
|
||||||
|
<version>1.03</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- non-test dependency for OOXMLLite -->
|
<!-- non-test dependency for OOXMLLite -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user