|
@ -26,19 +26,34 @@ |
|
|
<artifactId>reactor-extra</artifactId> |
|
|
<artifactId>reactor-extra</artifactId> |
|
|
</exclusion> |
|
|
</exclusion> |
|
|
<exclusion> |
|
|
<exclusion> |
|
|
<groupId>io.projectreactor</groupId> |
|
|
<groupId>io.projectreactor.netty</groupId> |
|
|
<artifactId>reactor-core</artifactId> |
|
|
<artifactId>reactor-netty-http</artifactId> |
|
|
</exclusion> |
|
|
</exclusion> |
|
|
<exclusion> |
|
|
<exclusion> |
|
|
<groupId>org.springframework.boot</groupId> |
|
|
<groupId>io.projectreactor.netty</groupId> |
|
|
<artifactId>spring-boot-starter-webflux</artifactId> |
|
|
<artifactId>reactor-netty</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>io.projectreactor</groupId> |
|
|
|
|
|
<artifactId>reactor-core</artifactId> |
|
|
</exclusion> |
|
|
</exclusion> |
|
|
</exclusions> |
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.tongweb.springboot</groupId> |
|
|
<groupId>io.netty</groupId> |
|
|
<artifactId>tongweb-spring-boot-starter-2.x</artifactId> |
|
|
<artifactId>netty-resolver-dns-native-macos</artifactId> |
|
|
<version>${tongWeb.version}</version> |
|
|
<classifier>osx-aarch_64</classifier> |
|
|
|
|
|
<version>4.1.82.Final</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.tongweb</groupId> |
|
|
|
|
|
<artifactId>tongweb-spring-boot-reactor-starter</artifactId> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>io.netty</groupId> |
|
|
|
|
|
<artifactId>netty-resolver-dns-native-macos</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<!-- <dependency>--> |
|
|
<!-- <dependency>--> |
|
@ -76,12 +91,24 @@ |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-commons-tools</artifactId> |
|
|
<artifactId>epmet-commons-tools</artifactId> |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.tongweb.springboot</groupId> |
|
|
|
|
|
<artifactId>tongweb-spring-boot-starter-2.x</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-common-clienttoken</artifactId> |
|
|
<artifactId>epmet-common-clienttoken</artifactId> |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
<scope>compile</scope> |
|
|
<scope>compile</scope> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.tongweb.springboot</groupId> |
|
|
|
|
|
<artifactId>tongweb-spring-boot-starter-2.x</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
|
|
|
|
|
|
<!--用于外部应用认证的查询--> |
|
|
<!--用于外部应用认证的查询--> |
|
@ -89,22 +116,46 @@ |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>common-service-client</artifactId> |
|
|
<artifactId>common-service-client</artifactId> |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.tongweb.springboot</groupId> |
|
|
|
|
|
<artifactId>tongweb-spring-boot-starter-2.x</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-commons-openapi</artifactId> |
|
|
<artifactId>epmet-commons-openapi</artifactId> |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.tongweb.springboot</groupId> |
|
|
|
|
|
<artifactId>tongweb-spring-boot-starter-2.x</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-admin-client</artifactId> |
|
|
<artifactId>epmet-admin-client</artifactId> |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.tongweb.springboot</groupId> |
|
|
|
|
|
<artifactId>tongweb-spring-boot-starter-2.x</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>com.epmet</groupId> |
|
|
<groupId>com.epmet</groupId> |
|
|
<artifactId>epmet-commons-security</artifactId> |
|
|
<artifactId>epmet-commons-security</artifactId> |
|
|
<version>2.0.0</version> |
|
|
<version>2.0.0</version> |
|
|
<scope>compile</scope> |
|
|
<scope>compile</scope> |
|
|
|
|
|
<exclusions> |
|
|
|
|
|
<exclusion> |
|
|
|
|
|
<groupId>com.tongweb.springboot</groupId> |
|
|
|
|
|
<artifactId>tongweb-spring-boot-starter-2.x</artifactId> |
|
|
|
|
|
</exclusion> |
|
|
|
|
|
</exclusions> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
|
|
|
|
|
|