203 lines
5.7 KiB
XML
203 lines
5.7 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">
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<parent>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-service</artifactId>
|
||
|
|
<version>${revision}</version>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<artifactId>energy-biz-index-manager</artifactId>
|
||
|
|
<name>${project.artifactId}</name>
|
||
|
|
<packaging>jar</packaging>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-core-boot</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-starter-excel</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-starter-swagger</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-biz-index-api</artifactId>
|
||
|
|
<version>1.0.0</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc8</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-user-api</artifactId>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc8</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-core-auto</artifactId>
|
||
|
|
<scope>provided</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>oracle.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc6</artifactId>
|
||
|
|
<version>11.2.0.3</version>
|
||
|
|
<scope>system</scope>
|
||
|
|
<systemPath>${project.basedir}/../../lib/ojdbc6-11.2.0.3.jar</systemPath>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.opengauss</groupId>
|
||
|
|
<artifactId>opengauss-jdbc-official</artifactId>
|
||
|
|
<version>6.0.1</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc8</artifactId>
|
||
|
|
<scope>test</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
<artifactId>poi</artifactId>
|
||
|
|
<version>4.1.2</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
<artifactId>poi-ooxml</artifactId>
|
||
|
|
<version>4.1.2</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.poi</groupId>
|
||
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
||
|
|
<version>4.1.2</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
||
|
|
<optional>true</optional>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.pagehelper</groupId>
|
||
|
|
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
||
|
|
<version>1.4.6</version>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>org.mybatis</groupId>
|
||
|
|
<artifactId>mybatis</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>org.mybatis</groupId>
|
||
|
|
<artifactId>mybatis-spring</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<!-- sql 解析处理-->
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.github.jsqlparser</groupId>
|
||
|
|
<artifactId>jsqlparser</artifactId>
|
||
|
|
<version>4.4</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.apache.commons</groupId>
|
||
|
|
<artifactId>commons-text</artifactId>
|
||
|
|
<version>1.10.0</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>net.objecthunter</groupId>
|
||
|
|
<artifactId>exp4j</artifactId>
|
||
|
|
<version>0.4.8</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-all</artifactId>
|
||
|
|
<version>5.7.13</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-starter-websocket</artifactId>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-common</artifactId>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc8</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-scope-api</artifactId>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc8</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-dict-api</artifactId>
|
||
|
|
<exclusions>
|
||
|
|
<exclusion>
|
||
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
||
|
|
<artifactId>ojdbc8</artifactId>
|
||
|
|
</exclusion>
|
||
|
|
</exclusions>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-system-api</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework.data</groupId>
|
||
|
|
<artifactId>spring-data-redis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springenergy</groupId>
|
||
|
|
<artifactId>energy-starter-redis</artifactId>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
<build>
|
||
|
|
<plugins>
|
||
|
|
<plugin>
|
||
|
|
<groupId>io.fabric8</groupId>
|
||
|
|
<artifactId>docker-maven-plugin</artifactId>
|
||
|
|
<configuration>
|
||
|
|
<skip>${docker.fabric.skip}</skip>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
||
|
|
</plugin>
|
||
|
|
<plugin>
|
||
|
|
<groupId>org.springframework.boot</groupId>
|
||
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
|
|
<configuration>
|
||
|
|
<includeSystemScope>true</includeSystemScope>
|
||
|
|
</configuration>
|
||
|
|
</plugin>
|
||
|
|
</plugins>
|
||
|
|
</build>
|
||
|
|
</project>
|