This commit is contained in:
lsx0310 2022-02-08 23:14:38 +08:00
parent 778c045e2b
commit 00784eebe0
2 changed files with 0 additions and 29 deletions

3
.gitignore vendored
View File

@ -32,6 +32,3 @@ build/
.DS_Store
Thumbs.db
#temp
hutool-cuckooFilter

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>hutool-parent</artifactId>
<groupId>cn.hutool</groupId>
<version>5.7.19</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>hutool-cuckooFilter</artifactId>
<name>${project.artifactId}</name>
<description>Hutool 布谷鸟过滤器</description>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>