You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
381 lines
12 KiB
381 lines
12 KiB
<?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 https://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>2.6.2</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
<groupId>com.connor</groupId>
|
|
<artifactId>connor_atuo_service</artifactId>
|
|
<version>0.0.1</version>
|
|
<name>connor_atuo_service</name>
|
|
<description>connor_atuo_service</description>
|
|
<properties>
|
|
<java.version>1.8</java.version>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.jgoodies</groupId>
|
|
<artifactId>forms</artifactId>
|
|
<version>1.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.squareup.okio</groupId>
|
|
<artifactId>okio</artifactId>
|
|
<version>1.9.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>3.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.validation</groupId>
|
|
<artifactId>validation-api</artifactId>
|
|
<version>2.0.1.Final</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis</groupId>
|
|
<artifactId>mybatis</artifactId>
|
|
<version>3.4.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.minio</groupId>
|
|
<artifactId>minio</artifactId>
|
|
<version>8.0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<version>2.1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.oracle</groupId>
|
|
<artifactId>ojdbc8</artifactId>
|
|
<version>12.2.0.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis</groupId>
|
|
<artifactId>mybatis-spring</artifactId>
|
|
<version>1.3.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>no.tornado</groupId>
|
|
<artifactId>tornadofx-controls</artifactId>
|
|
<version>1.0.3</version>
|
|
</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>
|
|
|
|
<!-- soa 依赖-->
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>2.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>commons-logging</artifactId>
|
|
<version>2.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>fccclient</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>fscclient</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>httpclient</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>httpcore</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>httpmime</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaAdministrationStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaAiStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaAllocationsStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaBomStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaBusinessModelerStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaCadBomAlignmentStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaCadStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaCaeStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaCalendarManagementStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaChangeManagementStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaClassificationStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaClient</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaCommon</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaConfigurationStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaCoreLoose</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaCoreStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaDocumentManagementStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaImportExportStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaQueryStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaStrongModel</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaWorkflowLoose</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaWorkflowStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>xercesImpl</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>1.18.20</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.2.66</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>2.3.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.s8.services.strong.bypass</groupId>
|
|
<artifactId>S8SoaBypassLoose</artifactId>
|
|
<version>11000.2.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${pom.basedir}/lib/S8SoaBypassLoose_11000.2.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.s8.services.strong.bypass</groupId>
|
|
<artifactId>S8SoaBypassStrong</artifactId>
|
|
<version>11000.2.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${pom.basedir}/lib/S8SoaBypassStrong_11000.2.0.jar</systemPath>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.s8.services.strong.bypass</groupId>
|
|
<artifactId>S8SoaBypassTypes</artifactId>
|
|
<version>11000.2.0</version>
|
|
<scope>system</scope>
|
|
<systemPath>${pom.basedir}/lib/S8SoaBypassTypes_11000.2.0.jar</systemPath>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi</artifactId>
|
|
<version>3.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<version>3.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml-schemas</artifactId>
|
|
<version>3.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-excelant</artifactId>
|
|
<version>3.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-examples</artifactId>
|
|
<version>3.9</version>
|
|
</dependency>
|
|
|
|
<!-- 依赖 xmlbeans -->
|
|
<dependency>
|
|
<groupId>org.apache.xmlbeans</groupId>
|
|
<artifactId>xmlbeans</artifactId>
|
|
<version>2.3.0</version>
|
|
</dependency>
|
|
|
|
<!-- 依赖 dom4j -->
|
|
<dependency>
|
|
<groupId>dom4j</groupId>
|
|
<artifactId>dom4j</artifactId>
|
|
<version>1.6.1</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>3.1.0</version>
|
|
</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-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<skip>true</skip>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|