Skip to content

Commit

Permalink
add more depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qdriven committed Sep 5, 2023
1 parent 9952f1f commit d4b4def
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,44 @@
<artifactId>fluent-tc</artifactId>
<version>${fluent.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>xyz.erupt</groupId>-->
<!-- <artifactId>erupt-flow</artifactId>-->
<!-- &lt;!&ndash; 版本号与erupt同步 &ndash;&gt;-->
<!-- <version>${erupt.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>xyz.erupt</groupId>-->
<!-- <artifactId>erupt-job</artifactId>-->
<!-- <version>${erupt.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>xyz.erupt</groupId>-->
<!-- <artifactId>erupt-tpl</artifactId>-->
<!-- <version>${erupt.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>xyz.erupt</groupId>-->
<!-- <artifactId>erupt-tpl-ui.ant-design</artifactId>-->
<!-- <version>${erupt.version}</version>-->
<!-- </dependency>-->
<!-- <dependency>-->
<!-- <groupId>xyz.erupt</groupId>-->
<!-- <artifactId>erupt-tpl</artifactId>-->
<!-- <version>${erupt.version}</version>-->
<!-- </dependency>-->
<!-- 代码生成器模块 -->
<!-- <dependency>-->
<!-- <groupId>xyz.erupt</groupId>-->
<!-- <artifactId>erupt-generator</artifactId>-->
<!-- <version>${erupt.version}</version>-->
<!-- </dependency>-->
<!--服务监控模块-->
<!-- <dependency>-->
<!-- <groupId>xyz.erupt</groupId>-->
<!-- <artifactId>erupt-monitor</artifactId>-->
<!-- <version>${erupt.version}</version>-->
<!-- </dependency>-->

<dependency>
<groupId>com.github.xiaoymin</groupId>
Expand Down

0 comments on commit d4b4def

Please sign in to comment.