Skip to content

Commit

Permalink
refactor: 清除依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlong-T committed Nov 8, 2024
1 parent e760bdf commit dccb7cf
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions core/core-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,6 @@
<artifactId>api-base</artifactId>
<version>${dataease.version}</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>xpack-permissions</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>xpack-sync</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>xpack-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.dataease</groupId>
<artifactId>api-permissions</artifactId>
Expand Down Expand Up @@ -100,10 +85,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit dccb7cf

Please sign in to comment.