|
|
@ -26,6 +26,11 @@ |
|
|
|
<artifactId>epmet-ext-client</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-commons-extapp-auth</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-commons-tools</artifactId> |
|
|
@ -133,38 +138,12 @@ |
|
|
|
<version>3.6.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-common-clienttoken</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>oper-crm-client</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-oss-client</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework</groupId> |
|
|
|
<artifactId>spring-test</artifactId> |
|
|
|
<version>5.1.12.RELEASE</version> |
|
|
|
<scope>compile</scope> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- 钉钉机器人 --> |
|
|
|
<dependency> |
|
|
|
<groupId>com.aliyun</groupId> |
|
|
|
<artifactId>alibaba-dingtalk-service-sdk</artifactId> |
|
|
|
<version>1.0.1</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
<build> |
|
|
|