fix: pom.xml error, close https://gitee.com/aiflowy/aiflowy/issues/IBZWA6 close https://gitee.com/aiflowy/aiflowy/issues/IBZV32
| | |
| | | <dependencies> |
| | | <dependency> |
| | | <groupId>tech.aiflowy</groupId> |
| | | <artifactId>aiflowy-module-codegen</artifactId> |
| | | <version>1.0.0-alpha.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>tech.aiflowy</groupId> |
| | | <artifactId>aiflowy-module-ai</artifactId> |
| | | <version>1.0.0-alpha.1</version> |
| | | </dependency> |
| | |
| | | <packaging>pom</packaging> |
| | | |
| | | <modules> |
| | | <module>aiflowy-codegen</module> |
| | | <module>aiflowy-commons</module> |
| | | <module>aiflowy-modules</module> |
| | | <module>aiflowy-starter</module> |