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.
311 lines
9.6 KiB
311 lines
9.6 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.pjb</groupId>
|
|
<artifactId>springboot-jjwt</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<packaging>jar</packaging>
|
|
|
|
<name>springboot-jjwt</name>
|
|
<description>Demo project for Spring Boot</description>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.0.3.RELEASE</version>
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
</parent>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<java.version>1.8</java.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>io.springfox</groupId>
|
|
<artifactId>springfox-swagger2</artifactId>
|
|
<version>2.9.2</version>
|
|
</dependency>
|
|
<!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui -->
|
|
<dependency>
|
|
<groupId>io.springfox</groupId>
|
|
<artifactId>springfox-swagger-ui</artifactId>
|
|
<version>2.9.2</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>1.3.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.2.47</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.jsonwebtoken</groupId>
|
|
<artifactId>jjwt</artifactId>
|
|
<version>0.9.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.auth0</groupId>
|
|
<artifactId>java-jwt</artifactId>
|
|
<version>3.4.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<scope>runtime</scope>
|
|
</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>
|
|
|
|
<dependency>
|
|
<groupId>com.oracle</groupId>
|
|
<artifactId>ojdbc8</artifactId>
|
|
<version>12.2.0.1</version>
|
|
</dependency>
|
|
<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>xercesImpl</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>xml-apis</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>teamcenter</groupId>
|
|
<artifactId>TcSoaWorkflowStrong</artifactId>
|
|
<version>12.3.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>4.8.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.jetbrains.kotlin</groupId>
|
|
<artifactId>kotlin-stdlib</artifactId>
|
|
<version>1.3.50</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<version>2.3.4.RELEASE</version>
|
|
</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.pjb.springbootjjwt.SpringbootJjwtApplication</mainClass>
|
|
</manifest>
|
|
</archive>
|
|
</configuration>
|
|
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
|
|
</project>
|