mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-20 06:00:44 +00:00
QQQ-26 Initial buildout of qqq exporting capability
This commit is contained in:
7
pom.xml
7
pom.xml
@ -79,11 +79,18 @@
|
||||
<version>3.23.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- generates Method objects from method references, used initially by QFieldMetaData to make fields from getter method refs -->
|
||||
<dependency>
|
||||
<groupId>com.github.hervian</groupId>
|
||||
<artifactId>safety-mirror</artifactId>
|
||||
<version>4.0.1</version>
|
||||
</dependency>
|
||||
<!-- excel library -->
|
||||
<dependency>
|
||||
<groupId>org.dhatim</groupId>
|
||||
<artifactId>fastexcel</artifactId>
|
||||
<version>0.12.15</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Common deps for all qqq modules -->
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user