123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092 |
- <?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.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>3.0.1</version>
- </parent>
- <groupId>com.sundata.project</groupId>
- <artifactId>SundataProject</artifactId>
- <version>1.0-SNAPSHOT</version>
- <!-- <packaging>war</packaging>-->
- <scm>
- <url>scm:git:http://softwarescience.top:3000/ligengpu/SundataProject.git</url>
- <connection>http://softwarescience.top:3000/ligengpu/SundataProject.git</connection>
- </scm>
- <properties>
- <maven.compiler.source>17</maven.compiler.source>
- <maven.compiler.target>17</maven.compiler.target>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <gitCommitVersion>${gitVersion}</gitCommitVersion>
- <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss.SSS</maven.build.timestamp.format>
- </properties>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- <version>2.2.3-1</version> <!-- ehcahe要求使用v2 -->
- </dependency>
- </dependencies>
- </dependencyManagement>
- <dependencies>
- <!-- war-->
- <!-- <dependency>-->
- <!-- <groupId>org.springframework.boot</groupId>-->
- <!-- <artifactId>spring-boot-starter-tomcat</artifactId>-->
- <!-- <scope>provided</scope>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.2</version>
- </dependency>
- <!-- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.8.3</version>
- </dependency>-->
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-digester3</artifactId>
- <version>3.2</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.8.0.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>5.2.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>5.2.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-jexl</artifactId>
- <version>2.0.1</version>
- </dependency>
- <dependency>
- <groupId>org.dom4j</groupId>
- <artifactId>dom4j</artifactId>
- <version>2.1.3</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-web</artifactId>
- </dependency>
- <dependency>
- <groupId>org.mybatis.spring.boot</groupId>
- <artifactId>mybatis-spring-boot-starter</artifactId>
- <version>3.0.1</version>
- </dependency>
- <!-- 热部署 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-devtools</artifactId>
- </dependency>
- <!-- 工具类使用 -->
- <dependency>
- <groupId>ch.ethz.ganymed</groupId>
- <artifactId>ganymed-ssh2</artifactId>
- <version>262</version>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi</artifactId>
- <version>5.2.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-jexl3</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- <version>1.10.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15to18</artifactId>
- <version>1.72</version>
- </dependency>
- <dependency>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- </dependency>
- <!-- JScriptParserUitl -->
- <dependency>
- <groupId>org.openjdk.nashorn</groupId>
- <artifactId>nashorn-core</artifactId>
- <version>15.4</version>
- </dependency>
- <!-- TransactionConfig -->
- <dependency>
- <groupId>org.aspectj</groupId>
- <artifactId>aspectjweaver</artifactId>
- </dependency>
- <!-- excel处理 -->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platformIII</groupId>-->
- <!-- <artifactId>pageOffice</artifactId>-->
- <!-- <version>5.4.0.2.1</version>-->
- <!-- </dependency>-->
- <!-- 添加Sqlite依赖(可选:如果不需要使用印章功能的话,不需要添加此依赖 )-->
- <dependency>
- <groupId>org.xerial</groupId>
- <artifactId>sqlite-jdbc</artifactId>
- </dependency>
- <!-- thymeleaf模板-->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-thymeleaf</artifactId>
- </dependency>
- <!-- 缓存1/2 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-redis</artifactId>
- </dependency>
- <!-- 缓存2/2 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-cache</artifactId>
- </dependency>
- <dependency>
- <groupId>org.flywaydb</groupId>
- <artifactId>flyway-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <version>3.10.8</version>
- </dependency>
- <!-- 解析xml配置文件 -->
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.4.0-b180830.0359</version>
- </dependency>
- <dependency>
- <groupId>com.sun.xml.bind</groupId>
- <artifactId>jaxb-impl</artifactId>
- </dependency>
- <dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.xerial</groupId>
- <artifactId>sqlite-jdbc</artifactId>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>io.swagger.core.v3</groupId>
- <artifactId>swagger-annotations-jakarta</artifactId>
- <version>2.2.9</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.springframework.restdocs</groupId>
- <artifactId>spring-restdocs-mockmvc</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-api</artifactId>
- <version>2.9.1</version>
- <type>jar</type>
- </dependency>
- <dependency>
- <groupId>javax.jcr</groupId>
- <artifactId>jcr</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-core</artifactId>
- <version>2.4.0</version>
- <exclusions>
- <exclusion>
- <artifactId>*</artifactId>
- <groupId>org.slf4j</groupId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- </dependency>
- <dependency>
- <groupId>bsh</groupId>
- <artifactId>bsh</artifactId>
- <version>2.0b1</version>
- </dependency>
- <!-- CreateFlowImg.java 98
- List<Element> tranEleList = element.selectNodes("transition");
- java.lang.ClassNotFoundException: org.jaxen.JaxenException
- 与jdk自带包重复导致编译错误,待验证是否还存在上述问题-->
- <dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- <version>1.2.0</version>
- <!--<exclusions>
- <exclusion>
- <artifactId>icu4j</artifactId>
- <groupId>com.ibm.icu</groupId>
- </exclusion>
- </exclusions>-->
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-ooxml</artifactId>
- <version>5.2.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-examples</artifactId>
- <version>5.2.3</version>
- </dependency>
- <dependency>
- <groupId>org.apache.poi</groupId>
- <artifactId>poi-excelant</artifactId>
- <version>5.2.3</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>org.apache.poi</groupId>-->
- <!-- <artifactId>poi-ooxml-schemas</artifactId>-->
- <!-- <version>4.1.2</version>-->
- <!-- </dependency>-->
- <!-- 若不引入,则RdpAnalysisAction.java类中报错,ChartReareaDomain.java类中报错 -->
- <dependency>
- <groupId>org.apache.xmlgraphics</groupId>
- <artifactId>batik-transcoder</artifactId>
- <version>1.16</version>
- </dependency>
- <!-- 若不引入,则TableReareaDomain.java类中报错 -->
- <dependency>
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- <version>1.15.3</version>
- </dependency>
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>2.4</version>
- <classifier>jdk15</classifier>
- </dependency>
- <!-- 测试时复杂对象json转换使用 -->
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.8.9</version>
- </dependency>
- <!-- 数据库驱动,可根据项目需要保留其中之一 -->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platformII</groupId>-->
- <!-- <artifactId>ojdbc7</artifactId>-->
- <!-- <version>12.1.0</version>-->
- <!-- <scope>runtime</scope>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platform</groupId>-->
- <!-- <artifactId>db2jcc4</artifactId>-->
- <!-- <version>20151001</version>-->
- <!-- <scope>runtime</scope>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platform</groupId>-->
- <!-- <artifactId>db2jcc_license_cu</artifactId>-->
- <!-- <version>20151001</version>-->
- <!-- <scope>runtime</scope>-->
- <!-- </dependency>-->
- <!--人大金仓 -->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platformIII</groupId>-->
- <!-- <artifactId>kingbase8</artifactId>-->
- <!-- <version>8.6.0</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>cn.com.kingbase</groupId>
- <artifactId>kingbase8</artifactId>
- <version>8.6.0</version>
- </dependency>
- <!-- mq start-->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platformII.ibmmq</groupId>-->
- <!-- <artifactId>headers</artifactId>-->
- <!-- <version>8.0.0.4</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platformII.ibmmq</groupId>-->
- <!-- <artifactId>jmqi</artifactId>-->
- <!-- <version>8.0.0.4</version>-->
- <!-- </dependency>-->
- <!-- <dependency>-->
- <!-- <groupId>com.sundatasoft.platformII.ibmmq</groupId>-->
- <!-- <artifactId>mq</artifactId>-->
- <!-- <version>8.0.0.4</version>-->
- <!-- </dependency>-->
- <!-- mq end -->
- <!-- ReceiveSoapServlet类引用javax.xml.messaging.JAXMServlet -->
- <!-- <!– 废弃–> <dependency>-->
- <!-- <groupId>com.sundatasoft.platform</groupId>-->
- <!-- <artifactId>jaxm-api</artifactId>-->
- <!-- <version>20030214</version>-->
- <!-- </dependency>-->
- <!--ReceiveSoapServlet -->
- <!-- socket通讯 -->
- <dependency>
- <groupId>org.apache.mina</groupId>
- <artifactId>mina-core</artifactId>
- <version>2.0.13</version>
- </dependency>
- <dependency>
- <groupId>jakarta.xml.soap</groupId>
- <artifactId>jakarta.xml.soap-api</artifactId>
- </dependency>
- <dependency>
- <groupId>jakarta.xml.ws</groupId>
- <artifactId>jakarta.xml.ws-api</artifactId>
- </dependency>
- <dependency>
- <groupId>com.sun.xml.ws</groupId>
- <artifactId>jaxws-rt</artifactId>
- <version>3.0.0</version>
- <!-- <scope>runtime</scope>-->
- </dependency>
- <!--@Resource -->
- <dependency>
- <groupId>javax.xml.ws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.3.1</version>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jgrapht</groupId>
- <artifactId>jgrapht-core</artifactId>
- <version>1.5.2</version>
- </dependency>
- <dependency>
- <groupId>com.lmax</groupId>
- <artifactId>disruptor</artifactId>
- <version>4.0.0</version>
- </dependency>
- <dependency>
- <groupId>com.j2html</groupId>
- <artifactId>j2html</artifactId>
- <version>1.6.0</version>
- </dependency>
- <dependency>
- <groupId>io.javalin</groupId>
- <artifactId>javalin</artifactId>
- <version>6.4.0</version>
- </dependency>
- <dependency>
- <groupId>com.oracle.ojdbc</groupId>
- <artifactId>ojdbc8</artifactId>
- <version>19.3.0.0</version>
- </dependency>
- <dependency>
- <groupId>cn.hutool</groupId>
- <artifactId>hutool-all</artifactId>
- <version>5.8.32</version>
- </dependency>
- <dependency>
- <groupId>org.apache.groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>4.0.25</version>
- <type>pom</type>
- </dependency>
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-plus</artifactId>
- <version>1.38.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-function</artifactId>
- <version>1.38.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-core</artifactId>
- <version>1.38.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-file</artifactId>
- <version>1.38.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.calcite</groupId>
- <artifactId>calcite-linq4j</artifactId>
- <version>1.38.0</version>
- </dependency>
- <dependency>
- <groupId>org.locationtech.jts</groupId>
- <artifactId>jts-core</artifactId>
- <version>1.19.0</version>
- </dependency>
- <dependency>
- <groupId>org.locationtech.jts.io</groupId>
- <artifactId>jts-io-common</artifactId>
- <version>1.19.0</version>
- </dependency>
- <dependency>
- <groupId>org.locationtech.proj4j</groupId>
- <artifactId>proj4j</artifactId>
- <version>1.2.2</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-annotations</artifactId>
- <version>2.15.2</version>
- </dependency>
- <dependency>
- <groupId>com.google.errorprone</groupId>
- <artifactId>error_prone_annotations</artifactId>
- <version>2.28.0</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>33.3.0-jre</version>
- </dependency>
- <dependency>
- <groupId>org.apache.calcite.avatica</groupId>
- <artifactId>avatica-core</artifactId>
- <version>1.25.0</version>
- </dependency>
- <dependency>
- <groupId>org.apiguardian</groupId>
- <artifactId>apiguardian-api</artifactId>
- <version>1.1.2</version>
- </dependency>
- <dependency>
- <groupId>org.checkerframework</groupId>
- <artifactId>checker-qual</artifactId>
- <version>3.43.0</version>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>org.slf4j</groupId>-->
- <!-- <artifactId>slf4j-api</artifactId>-->
- <!-- <version>1.7.25</version>-->
- <!-- </dependency>-->
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
- <version>2.15.2</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.15.2</version>
- </dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.dataformat</groupId>
- <artifactId>jackson-dataformat-yaml</artifactId>
- <version>2.15.2</version>
- </dependency>
- <dependency>
- <groupId>com.google.uzaygezen</groupId>
- <artifactId>uzaygezen-core</artifactId>
- <version>0.2</version>
- </dependency>
- <dependency>
- <groupId>com.jayway.jsonpath</groupId>
- <artifactId>json-path</artifactId>
- <version>2.9.0</version>
- </dependency>
- <dependency>
- <groupId>com.yahoo.datasketches</groupId>
- <artifactId>sketches-core</artifactId>
- <version>0.9.0</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.16.0</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>net.hydromatic</groupId>
- <artifactId>aggdesigner-algorithm</artifactId>
- <version>6.0</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-dbcp2</artifactId>
- <version>2.11.0</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-math3</artifactId>
- <version>3.6.1</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-text</artifactId>
- <version>1.11.0</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>2.15.0</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.codehaus.janino</groupId>
- <artifactId>commons-compiler</artifactId>
- <version>3.1.11</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.codehaus.janino</groupId>
- <artifactId>janino</artifactId>
- <version>3.1.11</version>
- <!-- <scope>runtime</scope>-->
- <exclusions>
- <exclusion>
- <groupId>org.jetbrains</groupId>
- <artifactId>annotations</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk15on</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.antlr</groupId>
- <artifactId>antlr4-runtime</artifactId>
- <version>4.13.2</version>
- </dependency>
- <!--独立使用时添加
- <dependency>
- <groupId>net.sf.json-lib</groupId>
- <artifactId>json-lib</artifactId>
- <version>2.4</version>
- <classifier>jdk15</classifier>
- </dependency>
- <dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- </dependency>
- <dependency>
- <groupId>bsh</groupId>
- <artifactId>bsh</artifactId>
- <version>2.0b1</version>
- </dependency> -->
- <!--<dependency>
- <groupId>xom</groupId>
- <artifactId>xom</artifactId>
- <version>1.2.5</version>
- <exclusions>
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.apache.xmlbeans</groupId>
- <artifactId>xmlbeans</artifactId>
- </exclusion>
- </exclusions>
- </dependency>-->
- <!-- 公司产品 -->
- <dependency>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-base-jxls</artifactId>
- <version>1.0.6.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/sd-base-jxls-1.0.6.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-baseFrame</artifactId>
- <version>3.240429.1.updating</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/sd-prod-baseFrame-3.240708.1.jar</systemPath>
- </dependency>
- <!--<dependency>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-flowEng</artifactId>
- <version>3.230811.1</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/sd-prod-flowEng-3.230811.1.jar</systemPath>
- </dependency>-->
- <dependency>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-prodBase</artifactId>
- <version>3.230811.1.updating</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/sd-prod-prodBase-3.240708.1.jar</systemPath>
- <exclusions>
- <exclusion>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-baseFrame</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-rfEngine</artifactId>
- <version>3.240708.1</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/sd-prod-rfEngine-3.240708.1.jar</systemPath>
- <exclusions>
- <exclusion>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-prodBase</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-rtDev</artifactId>
- <version>3.241209.1</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/sd-prod-rtDev-3.241209.1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sundatasoft.platformIII</groupId>
- <artifactId>sd-prod-commEng</artifactId>
- <version>3.230817.1.updating</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/sd-prod-commEng-3.230817.1.updating.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sundatasoft.platformII.ibmmq</groupId>
- <artifactId>headers</artifactId>
- <version>8.0.0.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/headers-8.0.0.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sundatasoft.platformII.ibmmq</groupId>
- <artifactId>jmqi</artifactId>
- <version>8.0.0.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/jmqi-8.0.0.4.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sundatasoft.platformII.ibmmq</groupId>
- <artifactId>mq</artifactId>
- <version>8.0.0.4</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/localLibs/mq-8.0.0.4.jar</systemPath>
- </dependency>
- </dependencies>
- <repositories>
- <repository>
- <id>central</id>
- <url>https://maven.aliyun.com/repository/central</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>public</id>
- <url>https://maven.aliyun.com/repository/public</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- </repositories>
- <build>
- <!-- <finalName>crat.war</finalName>-->
- <resources>
- <!-- 打jar包时包括xml -->
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.xml</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- <excludes>
- <exclude>application*.yml</exclude>
- <!-- <exclude>conTemplate.doc</exclude>-->
- </excludes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>true</filtering>
- <includes>
- <!--suppress UnresolvedMavenProperty -->
- <include>application-${profiles.active}.yml</include>
- <include>application.yml</include>
- <include>ehcache-spring.xml</include>
- <include>logback-spring.xml</include>
- <include>mybatis-config.xml</include>
- <include>readOffice.html</include>
- </includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
- <filtering>false</filtering>
- <includes>
- <include>conTemplate.doc</include>
- </includes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>17</source>
- <target>17</target>
- <encoding>UTF-8</encoding>
- <compilerArguments>
- <extdirs>${project.basedir}/localLibs</extdirs>
- </compilerArguments>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <includeSystemScope>true</includeSystemScope>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Implementation-Version>${project.version}</Implementation-Version>
- <Build-Time>${timestamp}</Build-Time>
- <Build-User>${user.name}</Build-User>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.asciidoctor</groupId>
- <artifactId>asciidoctor-maven-plugin</artifactId>
- <version>2.2.1</version>
- <executions>
- <execution>
- <id>generate-docs</id>
- <phase>prepare-package</phase>
- <goals>
- <goal>process-asciidoc</goal>
- </goals>
- <configuration>
- <backend>html</backend>
- <doctype>book</doctype>
- </configuration>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>org.springframework.restdocs</groupId>
- <artifactId>spring-restdocs-asciidoctor</artifactId>
- <version>${spring-restdocs.version}</version>
- </dependency>
- </dependencies>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>buildnumber-maven-plugin</artifactId>
- <version>1.4</version>
- <executions>
- <execution>
- <phase>validate</phase>
- <goals>
- <goal>create</goal>
- </goals>
- <configuration>
- <doCheck>false</doCheck>
- <doUpdate>false</doUpdate>
- <timestampFormat>${maven.build.timestamp.format}</timestampFormat>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.antlr</groupId>
- <artifactId>antlr4-maven-plugin</artifactId>
- <version>4.9.3</version>
- <executions>
- <execution>
- <goals>
- <goal>antlr4</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>properties-maven-plugin</artifactId>-->
- <!-- <version>1.0.0</version>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <phase>initialize</phase>-->
- <!-- <goals>-->
- <!-- <goal>read-project-properties</goal>-->
- <!-- </goals>-->
- <!-- <configuration>-->
- <!-- <files>-->
- <!-- <file>src/main/resources/build.properties</file>-->
- <!-- </files>-->
- <!-- </configuration>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <artifactId>maven-antrun-plugin</artifactId>-->
- <!-- <executions>-->
- <!-- <execution>-->
- <!-- <phase>generate-resources</phase>-->
- <!-- <goals>-->
- <!-- <goal>run</goal>-->
- <!-- </goals>-->
- <!-- <configuration>-->
- <!-- <target>-->
- <!-- <!– 生成版本信息文件 –>-->
- <!-- <echo-->
- <!-- file="${project.build.outputDirectory}/version-info.properties"-->
- <!-- message="version=${project.version}${line.separator}time=${maven.build.timestamp}${line.separator}git=${gitCommitVersion}"-->
- <!-- />-->
- <!-- </target>-->
- <!-- </configuration>-->
- <!-- </execution>-->
- <!-- </executions>-->
- <!-- </plugin>-->
- </plugins>
- <finalName>${project.name}_${version}_${profiles.active}</finalName>
- </build>
- <profiles>
- <profile>
- <id>dev</id>
- <properties>
- <profiles.active>dev</profiles.active>
- <maven.test.skip>true</maven.test.skip>
- </properties>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- </profile>
- <profile>
- <id>sit01</id>
- <properties>
- <profiles.active>sit01</profiles.active>
- <maven.test.skip>false</maven.test.skip>
- </properties>
- </profile>
- <profile>
- <id>sit02</id>
- <properties>
- <profiles.active>sit02</profiles.active>
- <maven.test.skip>false</maven.test.skip>
- </properties>
- </profile>
- <profile>
- <id>uat01</id>
- <properties>
- <profiles.active>uat01</profiles.active>
- <maven.test.skip>false</maven.test.skip>
- </properties>
- </profile>
- <profile>
- <id>uat02</id>
- <properties>
- <profiles.active>uat02</profiles.active>
- <maven.test.skip>false</maven.test.skip>
- </properties>
- </profile>
- <profile>
- <id>prod</id>
- <properties>
- <profiles.active>prod</profiles.active>
- <maven.test.skip>false</maven.test.skip>
- </properties>
- </profile>
- </profiles>
- </project>
|