<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
<modelVersion>4.0.0</modelVersion>
|
<groupId>com.smtaiserver.smtaiserverboot</groupId>
|
<artifactId>SMTAIServerBoot</artifactId>
|
<version>0.0.1-SNAPSHOT</version>
|
<packaging>pom</packaging>
|
|
<modules>
|
<module>../SMTAIServerVer</module>
|
<module>../SMTAIServer</module>
|
<module>../SMTServlet</module>
|
</modules>
|
|
<parent>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
<version>2.6.14</version>
|
<relativePath/> <!-- lookup parent from repository -->
|
</parent>
|
|
<dependencies>
|
<dependency>
|
<groupId>jaxen</groupId>
|
<artifactId>jaxen</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
<exclusions>
|
<exclusion>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-logging</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-data-jdbc</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.session</groupId>
|
<artifactId>spring-session-data-redis</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.session</groupId>
|
<artifactId>spring-session-hazelcast</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.session</groupId>
|
<artifactId>spring-session-core</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-aop</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-cache</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-ehcache</artifactId>
|
<version>1.7.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-spring</artifactId>
|
<version>1.7.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-web</artifactId>
|
<version>1.7.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.shiro</groupId>
|
<artifactId>shiro-quartz</artifactId>
|
<version>1.7.1</version>
|
</dependency>
|
<dependency>
|
<groupId>commons-collections</groupId>
|
<artifactId>commons-collections</artifactId>
|
<version>3.2.2</version>
|
</dependency>
|
<!-- <dependency> -->
|
<!-- <groupId>org.mozilla</groupId> -->
|
<!-- <artifactId>rhino</artifactId> -->
|
<!-- <version>1.7.13</version> -->
|
<!-- </dependency> -->
|
<dependency>
|
<groupId>org.dom4j</groupId>
|
<artifactId>dom4j</artifactId>
|
<version>2.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>io.springfox</groupId>
|
<artifactId>springfox-swagger2</artifactId>
|
<version>2.9.1</version>
|
</dependency>
|
<dependency>
|
<groupId>io.springfox</groupId>
|
<artifactId>springfox-swagger-ui</artifactId>
|
<version>2.9.1</version>
|
</dependency>
|
<dependency>
|
<groupId>org.mybatis.spring.boot</groupId>
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
<version>2.2.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-slf4j-impl</artifactId>
|
<version>2.15.0</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-jul</artifactId>
|
<version>2.15.0</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
|
</exclusions>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
<version>2.15.0</version>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-1.2-api</artifactId>
|
<version>2.15.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
<version>2.15.0</version>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
<!-- <dependency> -->
|
<!-- <groupId>log4j</groupId> -->
|
<!-- <artifactId>log4j</artifactId> -->
|
<!-- <version>1.2.17</version> -->
|
<!-- </dependency> -->
|
<dependency>
|
<groupId>com.alibaba</groupId>
|
<artifactId>druid-spring-boot-starter</artifactId>
|
<version>1.2.6</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-jdbc</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-web</artifactId>
|
<exclusions>
|
<exclusion>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-logging</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
<dependency> <!-- 引入log4j2依赖 -->
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-log4j2</artifactId>
|
<exclusions>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-core</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-api</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-jul</artifactId>
|
</exclusion>
|
<exclusion>
|
<groupId>org.apache.logging.log4j</groupId>
|
<artifactId>log4j-slf4j-impl</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
|
<dependency>
|
<groupId>org.postgresql</groupId>
|
<artifactId>postgresql</artifactId>
|
<scope>runtime</scope>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
<scope>provided</scope>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
<scope>test</scope>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
<optional>true</optional>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-context-support</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi</artifactId>
|
<version>5.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.poi</groupId>
|
<artifactId>poi-ooxml</artifactId>
|
<version>5.0.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework.boot</groupId>
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
</dependency>
|
|
<!-- <dependency> -->
|
<!-- <groupId>org.eclipse.birt.runtime</groupId> -->
|
<!-- <artifactId>org.eclipse.birt.runtime</artifactId> -->
|
<!-- <version>4.4.1</version> -->
|
<!-- <exclusions> -->
|
<!-- <exclusion> -->
|
<!-- <groupId>org.eclipse.birt.runtime</groupId> -->
|
<!-- <artifactId>org.eclipse.orbit.mongodb</artifactId> -->
|
<!-- </exclusion> -->
|
<!-- </exclusions> -->
|
<!-- </dependency> -->
|
<!-- <dependency> -->
|
<!-- <groupId>org.eclipse.birt.runtime</groupId> -->
|
<!-- <artifactId>viewservlets</artifactId> -->
|
<!-- <version>4.4.1</version> -->
|
<!-- </dependency> -->
|
<!-- <dependency> -->
|
<!-- <groupId>org.apache.axis</groupId> -->
|
<!-- <artifactId>axis</artifactId> -->
|
<!-- <version>1.4</version> -->
|
<!-- </dependency> -->
|
<dependency>
|
<groupId>com.innoventsolutions.birt.runtime</groupId>
|
<artifactId>org.eclipse.birt.runtime_4.8.0-20180626</artifactId>
|
<version>4.8.0</version>
|
</dependency>
|
<dependency>
|
<groupId>org.apache.shardingsphere.elasticjob</groupId>
|
<artifactId>elasticjob-lite-core</artifactId>
|
<version>3.0.1</version>
|
<exclusions>
|
<exclusion>
|
<groupId>log4j</groupId>
|
<artifactId>log4j</artifactId>
|
</exclusion>
|
</exclusions>
|
</dependency>
|
|
<dependency>
|
<groupId>org.apache.shardingsphere.elasticjob</groupId>
|
<artifactId>elasticjob-lite-lifecycle</artifactId>
|
<version>3.0.1</version>
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project>
|