78 lines
3.0 KiB
XML
78 lines
3.0 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/maven-v4_0_0.xsd">
|
||
|
|
|
||
|
|
<parent>
|
||
|
|
<groupId>com.seeyon</groupId>
|
||
|
|
<artifactId>apps-root</artifactId>
|
||
|
|
<version>5371630367615140082-standard-V8.1SP2-release_20220812-SNAPSHOT</version>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<artifactId>apps-customize</artifactId>
|
||
|
|
<version>${apps.version}</version>
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.seeyon</groupId>
|
||
|
|
<artifactId>cip-service</artifactId>
|
||
|
|
<version>${cip.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>open.seeyon.3rd</groupId>
|
||
|
|
<artifactId>seeyon-extend</artifactId>
|
||
|
|
<version>3.2</version>
|
||
|
|
<scope>system</scope>
|
||
|
|
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/seeyon-extend-v3.0.jar</systemPath>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>open.seeyon.3rd</groupId>
|
||
|
|
<artifactId>hutool</artifactId>
|
||
|
|
<version>5.3.9</version>
|
||
|
|
<scope>system</scope>
|
||
|
|
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/customer/hutool-all-5.3.9.jar</systemPath>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>open.seeyon.3rd</groupId>
|
||
|
|
<artifactId>commons-dbutils</artifactId>
|
||
|
|
<version>1.6</version>
|
||
|
|
<scope>system</scope>
|
||
|
|
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-dbutils-1.6.jar</systemPath>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.seeyon</groupId>
|
||
|
|
<artifactId>ctp-workflow</artifactId>
|
||
|
|
<version>${ctp.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.seeyon</groupId>
|
||
|
|
<artifactId>apps-collaboration</artifactId>
|
||
|
|
<version>${apps.version}</version>
|
||
|
|
</dependency>
|
||
|
|
<!-- https://mvnrepository.com/artifact/com.itextpdf/itext7-core -->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.itextpdf</groupId>-->
|
||
|
|
<!-- <artifactId>itext7-core</artifactId>-->
|
||
|
|
<!-- <version>7.2.4</version>-->
|
||
|
|
<!-- <type>pom</type>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.seeyon</groupId>-->
|
||
|
|
<!-- <artifactId>cap-core</artifactId>-->
|
||
|
|
<!-- <version>${cap.version}</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.seeyon</groupId>-->
|
||
|
|
<!-- <artifactId>cap-custom-control</artifactId>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
<!-- <dependency>-->
|
||
|
|
<!-- <groupId>com.seeyon</groupId>-->
|
||
|
|
<!-- <artifactId>cap-custom-control</artifactId>-->
|
||
|
|
<!-- <version>${cap.version}</version>-->
|
||
|
|
<!-- </dependency>-->
|
||
|
|
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|