Skip to content

Commit

Permalink
修改POM
Browse files Browse the repository at this point in the history
  • Loading branch information
leecho committed Apr 20, 2018
1 parent 07db26a commit 8409738
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cola-cloud-platform/cola-cloud-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-oauth2</artifactId>
</dependency>
<dependency>
<groupId>com.honvay.cola</groupId>
<artifactId>cola-cloud-framework-oauth2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
Expand Down
27 changes: 27 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,33 @@
<artifactId>cola-cloud-uc-model</artifactId>
<version>${project.version}</version>
</dependency>
<!-- 组织架构 -->
<dependency>
<groupId>com.honvay.cola</groupId>
<artifactId>cola-cloud-organization-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.honvay.cola</groupId>
<artifactId>cola-cloud-organization-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.honvay.cola</groupId>
<artifactId>cola-cloud-organization-model</artifactId>
<version>${project.version}</version>
</dependency>
<!-- 租户管理 -->
<dependency>
<groupId>com.honvay.cola</groupId>
<artifactId>cola-cloud-tenancy-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.honvay.cola</groupId>
<artifactId>cola-cloud-tenancy-client</artifactId>
<version>${project.version}</version>
</dependency>
<!-- 消息通知 -->
<dependency>
<groupId>com.honvay.cola</groupId>
Expand Down

0 comments on commit 8409738

Please sign in to comment.