12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100 |
- <?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-surefire-plugin</artifactId>
- <version>3.5.3</version>
- <configuration>
- <argLine>--add-opens=java.base/java.nio=ALL-UNNAMED</argLine>
- </configuration>
- </plugin>
- <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>
|