feat:[REQ-3488] 修改integration反转依赖项, 从server改为infra
This commit is contained in:
parent
9749fbec7e
commit
879a21a9af
@ -14,6 +14,12 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.axzo.orgmanax</groupId>
|
||||
<artifactId>orgmanax-infra</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 三方依赖 -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
@ -36,11 +42,6 @@
|
||||
<artifactId>elise-new-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.axzo.orgmanax</groupId>
|
||||
<artifactId>orgmanax-server</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.axzo.event-hub</groupId>
|
||||
<artifactId>event-hub-api</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user