ATS-702 Add AIO tests from Pdf Renderer (#233)

* ATS-702 implement AIOControllerTikaTest

* ATS-702 Implement PDFIT in AIO
This commit is contained in:
David Edwards
2020-04-22 16:55:30 +01:00
committed by GitHub
parent cd16637143
commit 6320e04b64
8 changed files with 229 additions and 18 deletions

View File

@@ -47,6 +47,10 @@
<groupId>org.quartz-scheduler</groupId>
<artifactId>quartz</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>