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.
331 lines
9.9 KiB
331 lines
9.9 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.3.7.RELEASE</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
<groupId>com.connor.sso</groupId>
|
|
<artifactId>getClass</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<name>sso</name>
|
|
<description>Demo project for Spring Boot</description>
|
|
<url/>
|
|
<licenses>
|
|
<license/>
|
|
</licenses>
|
|
<developers>
|
|
<developer/>
|
|
</developers>
|
|
<scm>
|
|
<connection/>
|
|
<developerConnection/>
|
|
<tag/>
|
|
<url/>
|
|
</scm>
|
|
<properties>
|
|
<java.version>8</java.version>
|
|
</properties>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<optional>true</optional>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
|
|
<!-- mybatis -->
|
|
<dependency>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<version>1.1.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.microsoft.sqlserver</groupId>
|
|
<artifactId>mssql-jdbc</artifactId>
|
|
<version>12.4.0.jre8</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.oracle.database.nls</groupId>
|
|
<artifactId>orai18n</artifactId>
|
|
<version>19.8.0.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>2.0.48</version>
|
|
</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>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>2.3.2</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>javax.xml.bind</groupId>
|
|
<artifactId>jaxb-api</artifactId>
|
|
<version>2.3.1</version>
|
|
</dependency>
|
|
|
|
<!-- 如果仍然需要运行时支持 -->
|
|
<dependency>
|
|
<groupId>org.glassfish.jaxb</groupId>
|
|
<artifactId>jaxb-runtime</artifactId>
|
|
<version>2.3.1</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
|
|
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
</plugin>
|
|
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>2.6</version>
|
|
<configuration>
|
|
<archive>
|
|
<manifest>
|
|
<addClasspath>true</addClasspath>
|
|
<classpathPrefix>lib/</classpathPrefix>
|
|
<mainClass>com.connor.sso.sso.SsoApplication</mainClass>
|
|
</manifest>
|
|
</archive>
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.8.1</version> <!-- 确保版本号正确 -->
|
|
<configuration>
|
|
<source>8</source> <!-- 设置为你的Java版本 -->
|
|
<target>8</target> <!-- 设置为你的Java版本 -->
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|