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