123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- <?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.7.3</version>
- <relativePath/> <!-- lookup parent from repository -->
- </parent>
- <groupId>cn.dulx</groupId>
- <artifactId>dc</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <name>general_query</name>
- <description>Demo project for Spring Boot</description>
- <properties>
- <java.version>1.8</java.version>
- <!-- 开放平台 SDK -->
- <oauth-client.version>2.4.2-RELEASE</oauth-client.version>
- <oauth-crypto.version>1.0.0-SNAPSHOT</oauth-crypto.version>
- <!-- 开放平台入参加密的包-->
- <process-client.version>1.0.2-RELEASE</process-client.version>
- <!-- <encryptor-starter.version>1.7.7-RELEASE</encryptor-starter.version>-->
- <sgsm.version>1.0</sgsm.version>
- <!-- 开放平台 SDK 依赖的 commons 工具包 -->
- <commons-codec.version>1.15</commons-codec.version>
- <commons-lang3.version>3.12.0</commons-lang3.version>
- <commons-collections4.version>4.4</commons-collections4.version>
- <commons-io.version>2.11.0</commons-io.version>
- <skipTests>true</skipTests>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter</artifactId>
- </dependency>
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-test</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-web</artifactId>
- </dependency>
- <!-- 入参加密所使用的依赖包-->
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.83</version>
- </dependency>
- <dependency>
- <groupId>org.bouncycastle</groupId>
- <artifactId>bcprov-jdk16</artifactId>
- <version>1.46</version>
- </dependency>
- <!-- 开放平台 SDK 依赖的 commons 工具包 -->
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>${commons-codec.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>${commons-lang3.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-collections4</artifactId>
- <version>${commons-collections4.version}</version>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons-io.version}</version>
- </dependency>
- <!-- 开放平台 SDK -->
- <dependency>
- <groupId>com.sgcc.dlsc</groupId>
- <artifactId>px-common-defense-oauth-client-web</artifactId>
- <version>${oauth-client.version}</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/lib/px-common-defense-oauth-client-web-${oauth-client.version}.jar
- </systemPath>
- </dependency>
- <dependency>
- <groupId>com.sgcc.dlsc</groupId>
- <artifactId>px-common-defense-oauth-common</artifactId>
- <version>${oauth-client.version}</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/lib/px-common-defense-oauth-common-${oauth-client.version}.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sgcc.dlsc</groupId>
- <artifactId>dlsc-common-crypto</artifactId>
- <version>${oauth-crypto.version}</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/lib/dlsc-common-crypto-${oauth-crypto.version}.jar</systemPath>
- </dependency>
- <!-- 开放平台入参加密的包-->
- <dependency>
- <groupId>com.sgcc.dlsc</groupId>
- <artifactId>common-packet-process</artifactId>
- <version>${process-client.version}</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/lib/common-packet-process-${process-client.version}.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>com.sgcc.dlsc</groupId>
- <artifactId>sgsm</artifactId>
- <version>${sgsm.version}</version>
- <scope>system</scope>
- <systemPath>${pom.basedir}/lib/sgsm-${sgsm.version}.jar</systemPath>
- </dependency>
- <!-- GSON-->
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.9.1</version>
- </dependency>
- <!-- Jackson -->
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.15.2</version>
- </dependency>
- <dependency>
- <groupId>com.github.sisyphsu</groupId>
- <artifactId>dateparser</artifactId>
- <version>1.0.11</version>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <configuration>
- <!--引入外部jar包 并配置 无此项外部jar打包时无法引入包中 -->
- <includeSystemScope>true</includeSystemScope>
- </configuration>
- </plugin>
- </plugins>
- <finalName>general_query</finalName>
- </build>
- </project>
|