2023-11-07 14:35:03 +08:00
|
|
|
|
<?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>product</artifactId>
|
|
|
|
|
|
<groupId>com.nflg</groupId>
|
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
</parent>
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>nflg-bom-new</artifactId>
|
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
|
|
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.nflg.product.starter</groupId>
|
|
|
|
|
|
<artifactId>nflg-boot-starter</artifactId>
|
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
2023-11-21 18:51:02 +08:00
|
|
|
|
<exclusions>
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
</exclusions>
|
2023-11-07 14:35:03 +08:00
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.nflg.product.base.core</groupId>
|
|
|
|
|
|
<artifactId>nflg.boot.core</artifactId>
|
|
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.ttzero</groupId>
|
|
|
|
|
|
<artifactId>eec</artifactId>
|
|
|
|
|
|
<version>${eec.version}</version>
|
|
|
|
|
|
</dependency>
|
2024-03-01 18:47:39 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>io.github.mouzt</groupId>
|
|
|
|
|
|
<artifactId>bizlog-sdk</artifactId>
|
|
|
|
|
|
<version>3.0.6</version>
|
|
|
|
|
|
</dependency>
|
2023-11-07 14:35:03 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-starter-data-ldap</artifactId>
|
|
|
|
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.belerweb</groupId>
|
|
|
|
|
|
<artifactId>pinyin4j</artifactId>
|
|
|
|
|
|
<version>2.5.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.sap.cloud.db.jdbc</groupId>
|
|
|
|
|
|
<artifactId>ngdbc</artifactId>
|
|
|
|
|
|
<version>2.4.64</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.baomidou</groupId>
|
|
|
|
|
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
|
|
|
<version>3.2.1</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2023-12-03 09:50:48 +08:00
|
|
|
|
<!-- 本地项目引入 sapjco3.jar,不受 windows/system32 jre/bin 等因素影响 -->
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.sap.conn.jco</groupId>
|
|
|
|
|
|
<artifactId>sapjco3</artifactId>
|
|
|
|
|
|
<version>3.0.9</version>
|
|
|
|
|
|
<scope>system</scope>
|
|
|
|
|
|
<systemPath>${project.basedir}/lib/sapjco3.jar</systemPath>
|
|
|
|
|
|
</dependency>
|
2023-11-07 14:35:03 +08:00
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>jcifs</groupId>
|
|
|
|
|
|
<artifactId>jcifs</artifactId>
|
|
|
|
|
|
<version>${jcifs.version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.hierynomus</groupId>
|
|
|
|
|
|
<artifactId>smbj</artifactId>
|
|
|
|
|
|
<version>0.11.5</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
|
<version>${hutool-version}</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2023-12-03 09:50:48 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
|
|
<artifactId>easyexcel</artifactId>
|
|
|
|
|
|
<version>3.3.2</version>
|
|
|
|
|
|
</dependency>
|
2023-12-03 10:23:27 +08:00
|
|
|
|
|
2024-02-15 21:02:50 +08:00
|
|
|
|
<dependency>
|
|
|
|
|
|
<groupId>wiki.xsx</groupId>
|
|
|
|
|
|
<artifactId>redis-spring-boot-starter</artifactId>
|
|
|
|
|
|
<version>2.2.8</version>
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
2023-12-03 10:23:27 +08:00
|
|
|
|
|
2023-12-03 09:50:48 +08:00
|
|
|
|
|
|
|
|
|
|
|
2023-11-07 14:35:03 +08:00
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
2024-01-16 14:55:29 +08:00
|
|
|
|
|
2023-11-07 14:35:03 +08:00
|
|
|
|
<plugins>
|
|
|
|
|
|
<plugin>
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
|
|
<configuration>
|
|
|
|
|
|
<includeSystemScope>true</includeSystemScope>
|
|
|
|
|
|
</configuration>
|
|
|
|
|
|
<version>2.6.4</version>
|
|
|
|
|
|
</plugin>
|
|
|
|
|
|
</plugins>
|
2024-01-16 14:55:29 +08:00
|
|
|
|
|
2023-11-07 14:35:03 +08:00
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|