28 lines
1008 B
XML
28 lines
1008 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||
<parent>
|
||
<artifactId>jeecg-boot-module</artifactId>
|
||
<groupId>org.jeecgframework.boot3</groupId>
|
||
<version>3.9.1</version>
|
||
</parent>
|
||
<modelVersion>4.0.0</modelVersion>
|
||
|
||
<artifactId>jeecg-module-print</artifactId>
|
||
<name>jeecg-module-print</name>
|
||
<description>可视化打印模板(vue-plugin-hiprint)</description>
|
||
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>org.jeecgframework.boot3</groupId>
|
||
<artifactId>jeecg-boot-base-core</artifactId>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.pdfbox</groupId>
|
||
<artifactId>pdfbox</artifactId>
|
||
<version>2.0.30</version>
|
||
</dependency>
|
||
</dependencies>
|
||
</project>
|