modify pom
This commit is contained in:
parent
8ea0038447
commit
9dc6ebdcd2
@ -161,6 +161,10 @@
|
|||||||
<groupId>cn.axzo.apollo</groupId>
|
<groupId>cn.axzo.apollo</groupId>
|
||||||
<artifactId>apollo-api</artifactId>
|
<artifactId>apollo-api</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jetbrains</groupId>
|
||||||
|
<artifactId>annotations</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.checkerframework</groupId>
|
<groupId>org.checkerframework</groupId>
|
||||||
<artifactId>checker-qual</artifactId>
|
<artifactId>checker-qual</artifactId>
|
||||||
|
|||||||
@ -92,7 +92,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jetbrains</groupId>
|
<groupId>org.jetbrains</groupId>
|
||||||
<artifactId>annotations</artifactId>
|
<artifactId>annotations</artifactId>
|
||||||
<version>26.0.0</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@ -38,6 +38,7 @@
|
|||||||
<binarywang.weixin-java.version>4.5.0</binarywang.weixin-java.version>
|
<binarywang.weixin-java.version>4.5.0</binarywang.weixin-java.version>
|
||||||
<mapstruct.version>1.4.2.Final</mapstruct.version>
|
<mapstruct.version>1.4.2.Final</mapstruct.version>
|
||||||
<feign-httpclient.version>11.8</feign-httpclient.version>
|
<feign-httpclient.version>11.8</feign-httpclient.version>
|
||||||
|
<jetbrains.version>26.0.0</jetbrains.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@ -92,6 +93,11 @@
|
|||||||
<artifactId>feign-httpclient</artifactId>
|
<artifactId>feign-httpclient</artifactId>
|
||||||
<version>${feign-httpclient.version}</version>
|
<version>${feign-httpclient.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jetbrains</groupId>
|
||||||
|
<artifactId>annotations</artifactId>
|
||||||
|
<version>${jetbrains.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user