removed pdf library

This commit is contained in:
2019-09-15 13:37:30 +02:00
parent 6348f81bed
commit af298c8060
44 changed files with 1 additions and 2838 deletions

14
pom.xml
View File

@ -28,7 +28,6 @@ limitations under the License.
<module>network</module>
<module>util</module>
<module>jeeutil</module>
<module>pdf</module>
<module>shiro-faces</module>
<module>poi-util</module>
<module>db</module>
@ -202,18 +201,7 @@ limitations under the License.
<artifactId>hibernate-core</artifactId>
<version>5.3.10.Final</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.29</version>
</dependency>
</dependency>
<dependency>
<groupId>org.primefaces</groupId>
<artifactId>primefaces</artifactId>