mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
del file
This commit is contained in:
parent
778c045e2b
commit
00784eebe0
3
.gitignore
vendored
3
.gitignore
vendored
@ -32,6 +32,3 @@ build/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
|
||||
#temp
|
||||
hutool-cuckooFilter
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user