forked from github/dataease
a8fb26da09
Bumps [com.itextpdf:itextpdf](https://github.com/itext/itextpdf) from 5.5.9 to 5.5.13.3. - [Release notes](https://github.com/itext/itextpdf/releases) - [Commits](https://github.com/itext/itextpdf/compare/5.5.9...5.5.13.3) --- updated-dependencies: - dependency-name: com.itextpdf:itextpdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.8 KiB
XML
60 lines
1.8 KiB
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>dataease-extension-sdk</artifactId>
|
|
<groupId>io.dataease</groupId>
|
|
<version>${dataease.version}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<packaging>jar</packaging>
|
|
<artifactId>dataease-plugin-interface</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>io.dataease</groupId>
|
|
<artifactId>dataease-plugin-common</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jasig.cas.client</groupId>
|
|
<artifactId>cas-client-core</artifactId>
|
|
<version>3.5.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.vladsch.flexmark</groupId>
|
|
<artifactId>flexmark-all</artifactId>
|
|
<version>0.62.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>easyexcel</artifactId>
|
|
<version>2.1.7</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.itextpdf</groupId>
|
|
<artifactId>itextpdf</artifactId>
|
|
<version>5.5.13.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
<artifactId>pdfbox</artifactId>
|
|
<version>3.0.0-alpha3</version>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|