add ai to bom

This commit is contained in:
Looly 2025-11-05 18:05:50 +08:00
parent 1fac9525ab
commit a3a7622419

View File

@ -95,6 +95,11 @@
<artifactId>hutool-swing</artifactId> <artifactId>hutool-swing</artifactId>
<version>${project.parent.version}</version> <version>${project.parent.version}</version>
</dependency> </dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>hutool-ai</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
@ -147,6 +152,10 @@
<groupId>${project.parent.groupId}</groupId> <groupId>${project.parent.groupId}</groupId>
<artifactId>hutool-swing</artifactId> <artifactId>hutool-swing</artifactId>
</dependency> </dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>hutool-ai</artifactId>
</dependency>
</dependencies> </dependencies>
</project> </project>